public sealed class AsyncBatchAnnotateFilesResponse : IMessage<AsyncBatchAnnotateFilesResponse>, IEquatable<AsyncBatchAnnotateFilesResponse>, IDeepCloneable<AsyncBatchAnnotateFilesResponse>, IBufferMessage, IMessage
Response to an async batch file annotation request.
Implements
IMessage<AsyncBatchAnnotateFilesResponse>, IEquatable<AsyncBatchAnnotateFilesResponse>, IDeepCloneable<AsyncBatchAnnotateFilesResponse>, 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 |
RepeatedField<AsyncAnnotateFileResponse> |