Class BatchAnnotateImagesResponse
Response to a batch image annotation request.
Implements
Inherited Members
Namespace: Google.Apis.Vision.v1.Data
Assembly: Google.Apis.Vision.v1.dll
Syntax
public class BatchAnnotateImagesResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Responses
Individual responses to image annotation requests within the batch.
Declaration
[JsonProperty("responses")]
public virtual IList<AnnotateImageResponse> Responses { get; set; }
Property Value
Type | Description |
---|---|
IList<AnnotateImageResponse> |