Google Cloud Vision v1 API - Class AsyncBatchAnnotateFilesResponse (3.3.0)

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.

Inheritance

Object > AsyncBatchAnnotateFilesResponse

Namespace

Google.Cloud.Vision.V1

Assembly

Google.Cloud.Vision.V1.dll

Constructors

AsyncBatchAnnotateFilesResponse()

public AsyncBatchAnnotateFilesResponse()

AsyncBatchAnnotateFilesResponse(AsyncBatchAnnotateFilesResponse)

public AsyncBatchAnnotateFilesResponse(AsyncBatchAnnotateFilesResponse other)
Parameter
NameDescription
otherAsyncBatchAnnotateFilesResponse

Properties

Responses

public RepeatedField<AsyncAnnotateFileResponse> Responses { get; }

The list of file annotation responses, one for each request in AsyncBatchAnnotateFilesRequest.

Property Value
TypeDescription
RepeatedField<AsyncAnnotateFileResponse>