Google Cloud Vision v1 API - Class BatchAnnotateFilesResponse (3.6.0)

public sealed class BatchAnnotateFilesResponse : IMessage<BatchAnnotateFilesResponse>, IEquatable<BatchAnnotateFilesResponse>, IDeepCloneable<BatchAnnotateFilesResponse>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Vision v1 API class BatchAnnotateFilesResponse.

A list of file annotation responses.

Inheritance

object > BatchAnnotateFilesResponse

Namespace

Google.Cloud.Vision.V1

Assembly

Google.Cloud.Vision.V1.dll

Constructors

BatchAnnotateFilesResponse()

public BatchAnnotateFilesResponse()

BatchAnnotateFilesResponse(BatchAnnotateFilesResponse)

public BatchAnnotateFilesResponse(BatchAnnotateFilesResponse other)
Parameter
NameDescription
otherBatchAnnotateFilesResponse

Properties

Responses

public RepeatedField<AnnotateFileResponse> Responses { get; }

The list of file annotation responses, each response corresponding to each AnnotateFileRequest in BatchAnnotateFilesRequest.

Property Value
TypeDescription
RepeatedFieldAnnotateFileResponse