Class AsyncAnnotateFileRequest
An offline file annotation request.
Inheritance
System.Object
AsyncAnnotateFileRequest
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
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 |
|---|---|
| System.String |
Features
Required. Requested features.
Declaration
[JsonProperty("features")]
public virtual IList<Feature> Features { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.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 |