Show / Hide Table of Contents

Class AnnotateImageRequest

Request for performing Google Cloud Vision API tasks over a user-provided image, with user-requested features, and with context information.

Inheritance
object
AnnotateImageRequest
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 AnnotateImageRequest : 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<Feature> Features { get; set; }
Property Value
Type Description
IList<Feature>

Image

The image to be processed.

Declaration
[JsonProperty("image")]
public virtual Image Image { get; set; }
Property Value
Type Description
Image

ImageContext

Additional context that may accompany the image.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX