public sealed class BatchAnnotateFilesResponse : IMessage<BatchAnnotateFilesResponse>, IEquatable<BatchAnnotateFilesResponse>, IDeepCloneable<BatchAnnotateFilesResponse>, IBufferMessage, IMessageReference documentation and code samples for the Google Cloud Vision v1 API class BatchAnnotateFilesResponse.
A list of file annotation responses.
Implements
IMessageBatchAnnotateFilesResponse, IEquatableBatchAnnotateFilesResponse, IDeepCloneableBatchAnnotateFilesResponse, 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 |
RepeatedFieldAnnotateFileResponse |
|