Show / Hide Table of Contents

Class GoogleCloudVisionV1p2beta1AnnotateImageRequest

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

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

Image

The image to be processed.

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

ImageContext

Additional context that may accompany the image.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX