public sealed class AsyncBatchAnnotateFilesResponse : IMessage<AsyncBatchAnnotateFilesResponse>, IEquatable<AsyncBatchAnnotateFilesResponse>, IDeepCloneable<AsyncBatchAnnotateFilesResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Vision v1 API class AsyncBatchAnnotateFilesResponse.
Response to an async batch file annotation request.
Implements
IMessageAsyncBatchAnnotateFilesResponse, IEquatableAsyncBatchAnnotateFilesResponse, IDeepCloneableAsyncBatchAnnotateFilesResponse, IBufferMessage, IMessageNamespace
Google.Cloud.Vision.V1Assembly
Google.Cloud.Vision.V1.dll
Constructors
AsyncBatchAnnotateFilesResponse()
public AsyncBatchAnnotateFilesResponse()
AsyncBatchAnnotateFilesResponse(AsyncBatchAnnotateFilesResponse)
public AsyncBatchAnnotateFilesResponse(AsyncBatchAnnotateFilesResponse other)
Parameter | |
---|---|
Name | Description |
other | AsyncBatchAnnotateFilesResponse |
Properties
Responses
public RepeatedField<AsyncAnnotateFileResponse> Responses { get; }
The list of file annotation responses, one for each request in AsyncBatchAnnotateFilesRequest.
Property Value | |
---|---|
Type | Description |
RepeatedFieldAsyncAnnotateFileResponse |