Class AsyncAnnotateFileRequest
An offline file annotation request.
Implements
Inherited Members
Namespace: Google.Apis.Vision.v1.Data
Assembly: Google.Apis.Vision.v1.dll
Syntax
public class AsyncAnnotateFileRequest : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Features
Required. Requested features.
Declaration
[JsonProperty("features")]
public virtual IList<Feature> Features { get; set; }
Property Value
Type | Description |
---|---|
IList<Feature> |
ImageContext
Additional context that may accompany the image(s) in the file.
Declaration
[JsonProperty("imageContext")]
public virtual ImageContext ImageContext { get; set; }
Property Value
Type | Description |
---|---|
ImageContext |
InputConfig
Required. Information about the input file.
Declaration
[JsonProperty("inputConfig")]
public virtual InputConfig InputConfig { get; set; }
Property Value
Type | Description |
---|---|
InputConfig |
OutputConfig
Required. The desired output location and metadata (e.g. format).
Declaration
[JsonProperty("outputConfig")]
public virtual OutputConfig OutputConfig { get; set; }
Property Value
Type | Description |
---|---|
OutputConfig |