Show / Hide Table of Contents

Class AsyncAnnotateFileRequest

An offline file annotation request.

Inheritance
object
AsyncAnnotateFileRequest
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
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
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX