public sealed class BatchAnnotateImagesRequest : IMessage<BatchAnnotateImagesRequest>, IEquatable<BatchAnnotateImagesRequest>, IDeepCloneable<BatchAnnotateImagesRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Vision v1 API class BatchAnnotateImagesRequest.
Multiple image annotation requests are batched into a single service call.
Implements
IMessageBatchAnnotateImagesRequest, IEquatableBatchAnnotateImagesRequest, IDeepCloneableBatchAnnotateImagesRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Vision.V1Assembly
Google.Cloud.Vision.V1.dll
Constructors
BatchAnnotateImagesRequest()
public BatchAnnotateImagesRequest()
BatchAnnotateImagesRequest(BatchAnnotateImagesRequest)
public BatchAnnotateImagesRequest(BatchAnnotateImagesRequest other)
Parameter | |
---|---|
Name | Description |
other |
BatchAnnotateImagesRequest |
Properties
Labels
public MapField<string, string> Labels { get; }
Optional. The labels with user-defined metadata for the request.
Label keys and values can be no longer than 63 characters (Unicode codepoints), can only contain lowercase letters, numeric characters, underscores and dashes. International characters are allowed. Label values are optional. Label keys must start with a letter.
Property Value | |
---|---|
Type | Description |
MapFieldstringstring |
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<AnnotateImageRequest> Requests { get; }
Required. Individual image annotation requests for this batch.
Property Value | |
---|---|
Type | Description |
RepeatedFieldAnnotateImageRequest |