Class BatchAnnotateFilesResponse (3.1.0)

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

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
RepeatedField<AnnotateFileResponse>