Show / Hide Table of Contents

Class GoogleCloudVisionV1p1beta1AsyncAnnotateFileRequest

An offline file annotation request.

Inheritance
object
GoogleCloudVisionV1p1beta1AsyncAnnotateFileRequest
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.v1p1beta1.Data
Assembly: Google.Apis.Vision.v1p1beta1.dll
Syntax
public class GoogleCloudVisionV1p1beta1AsyncAnnotateFileRequest : 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<GoogleCloudVisionV1p1beta1Feature> Features { get; set; }
Property Value
Type Description
IList<GoogleCloudVisionV1p1beta1Feature>

ImageContext

Additional context that may accompany the image(s) in the file.

Declaration
[JsonProperty("imageContext")]
public virtual GoogleCloudVisionV1p1beta1ImageContext ImageContext { get; set; }
Property Value
Type Description
GoogleCloudVisionV1p1beta1ImageContext

InputConfig

Required. Information about the input file.

Declaration
[JsonProperty("inputConfig")]
public virtual GoogleCloudVisionV1p1beta1InputConfig InputConfig { get; set; }
Property Value
Type Description
GoogleCloudVisionV1p1beta1InputConfig

OutputConfig

Required. The desired output location and metadata (e.g. format).

Declaration
[JsonProperty("outputConfig")]
public virtual GoogleCloudVisionV1p1beta1OutputConfig OutputConfig { get; set; }
Property Value
Type Description
GoogleCloudVisionV1p1beta1OutputConfig

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX