public sealed class BatchAnnotateFilesRequest : IMessage<BatchAnnotateFilesRequest>, IEquatable<BatchAnnotateFilesRequest>, IDeepCloneable<BatchAnnotateFilesRequest>, IBufferMessage, IMessageA list of requests to annotate files using the BatchAnnotateFiles API.
Implements
IMessage<BatchAnnotateFilesRequest>, IEquatable<BatchAnnotateFilesRequest>, IDeepCloneable<BatchAnnotateFilesRequest>, IBufferMessage, IMessageNamespace
Google.Cloud.Vision.V1Assembly
Google.Cloud.Vision.V1.dll
Constructors
BatchAnnotateFilesRequest()
public BatchAnnotateFilesRequest()BatchAnnotateFilesRequest(BatchAnnotateFilesRequest)
public BatchAnnotateFilesRequest(BatchAnnotateFilesRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
BatchAnnotateFilesRequest |
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 | |
|---|---|
| Type | Description |
String |
|
Requests
public RepeatedField<AnnotateFileRequest> Requests { get; }Required. The list of file annotation requests. Right now we support only one AnnotateFileRequest in BatchAnnotateFilesRequest.
| Property Value | |
|---|---|
| Type | Description |
RepeatedField<AnnotateFileRequest> |
|