public sealed class BatchAnnotateFilesResponse : IMessage<BatchAnnotateFilesResponse>, IEquatable<BatchAnnotateFilesResponse>, IDeepCloneable<BatchAnnotateFilesResponse>, IBufferMessage, IMessage
A list of file annotation responses.
Implements
IMessage<BatchAnnotateFilesResponse>, IEquatable<BatchAnnotateFilesResponse>, IDeepCloneable<BatchAnnotateFilesResponse>, IBufferMessage, IMessageNamespace
Google.Cloud.Vision.V1Assembly
Google.Cloud.Vision.V1.dll
Constructors
BatchAnnotateFilesResponse()
public BatchAnnotateFilesResponse()
BatchAnnotateFilesResponse(BatchAnnotateFilesResponse)
public BatchAnnotateFilesResponse(BatchAnnotateFilesResponse other)
Parameter | |
---|---|
Name | Description |
other | BatchAnnotateFilesResponse |
Properties
Responses
public RepeatedField<AnnotateFileResponse> Responses { get; }
The list of file annotation responses, each response corresponding to each AnnotateFileRequest in BatchAnnotateFilesRequest.
Property Value | |
---|---|
Type | Description |
RepeatedField<AnnotateFileResponse> |