Show / Hide Table of Contents

Class GoogleCloudVisionV1p2beta1ImageContext

Image context and/or feature-specific parameters.

Inheritance
object
GoogleCloudVisionV1p2beta1ImageContext
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 GoogleCloudVisionV1p2beta1ImageContext : IDirectResponseSchema

Properties

CropHintsParams

Parameters for crop hints annotation request.

Declaration
[JsonProperty("cropHintsParams")]
public virtual GoogleCloudVisionV1p2beta1CropHintsParams CropHintsParams { get; set; }
Property Value
Type Description
GoogleCloudVisionV1p2beta1CropHintsParams

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

LanguageHints

List of languages to use for TEXT_DETECTION. In most cases, an empty value yields the best results since it enables automatic language detection. For languages based on the Latin alphabet, setting language_hints is not needed. In rare cases, when the language of the text in the image is known, setting a hint will help get better results (although it will be a significant hindrance if the hint is wrong). Text detection returns an error if one or more of the specified languages is not one of the supported languages.

Declaration
[JsonProperty("languageHints")]
public virtual IList<string> LanguageHints { get; set; }
Property Value
Type Description
IList<string>

LatLongRect

Not used.

Declaration
[JsonProperty("latLongRect")]
public virtual GoogleCloudVisionV1p2beta1LatLongRect LatLongRect { get; set; }
Property Value
Type Description
GoogleCloudVisionV1p2beta1LatLongRect

ProductSearchParams

Parameters for product search.

Declaration
[JsonProperty("productSearchParams")]
public virtual GoogleCloudVisionV1p2beta1ProductSearchParams ProductSearchParams { get; set; }
Property Value
Type Description
GoogleCloudVisionV1p2beta1ProductSearchParams

TextDetectionParams

Parameters for text detection and document text detection.

Declaration
[JsonProperty("textDetectionParams")]
public virtual GoogleCloudVisionV1p2beta1TextDetectionParams TextDetectionParams { get; set; }
Property Value
Type Description
GoogleCloudVisionV1p2beta1TextDetectionParams

WebDetectionParams

Parameters for web detection.

Declaration
[JsonProperty("webDetectionParams")]
public virtual GoogleCloudVisionV1p2beta1WebDetectionParams WebDetectionParams { get; set; }
Property Value
Type Description
GoogleCloudVisionV1p2beta1WebDetectionParams

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX