Class GoogleCloudVisionV1p1beta1AnnotateImageRequest
Request for performing Google Cloud Vision API tasks over a user-provided image, with user-requested features, and with context information.
Implements
Inherited Members
Namespace: Google.Apis.Vision.v1p1beta1.Data
Assembly: Google.Apis.Vision.v1p1beta1.dll
Syntax
public class GoogleCloudVisionV1p1beta1AnnotateImageRequest : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Features
Requested features.
Declaration
[JsonProperty("features")]
public virtual IList<GoogleCloudVisionV1p1beta1Feature> Features { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleCloudVisionV1p1beta1Feature> |
Image
The image to be processed.
Declaration
[JsonProperty("image")]
public virtual GoogleCloudVisionV1p1beta1Image Image { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudVisionV1p1beta1Image |
ImageContext
Additional context that may accompany the image.
Declaration
[JsonProperty("imageContext")]
public virtual GoogleCloudVisionV1p1beta1ImageContext ImageContext { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudVisionV1p1beta1ImageContext |