Google Cloud Vision v1 API - Class AsyncBatchAnnotateFilesRequest (3.2.0)

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

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

Multiple async file annotation requests are batched into a single service call.

Inheritance

Object > AsyncBatchAnnotateFilesRequest

Namespace

Google.Cloud.Vision.V1

Assembly

Google.Cloud.Vision.V1.dll

Constructors

AsyncBatchAnnotateFilesRequest()

public AsyncBatchAnnotateFilesRequest()

AsyncBatchAnnotateFilesRequest(AsyncBatchAnnotateFilesRequest)

public AsyncBatchAnnotateFilesRequest(AsyncBatchAnnotateFilesRequest other)
Parameter
NameDescription
otherAsyncBatchAnnotateFilesRequest

Properties

Parent

public string Parent { get; set; }

Optional. Target project and location to make a call.

Format: projects/{project-id}/locations/{location-id}.

If no parent is specified, a region will be chosen automatically.

Supported location-ids: us: USA country only, asia: East asia areas, like Japan, Taiwan, eu: The European Union.

Example: projects/project-A/locations/eu.

Property Value
TypeDescription
String

Requests

public RepeatedField<AsyncAnnotateFileRequest> Requests { get; }

Required. Individual async file annotation requests for this batch.

Property Value
TypeDescription
RepeatedField<AsyncAnnotateFileRequest>