Show / Hide Table of Contents

Class GoogleCloudVisionV1p1beta1ImageContext

Image context and/or feature-specific parameters.

Inheritance
System.Object
GoogleCloudVisionV1p1beta1ImageContext
Implements
IDirectResponseSchema
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.Vision.v1p1beta1.Data
Assembly: Google.Apis.Vision.v1p1beta1.dll
Syntax
public class GoogleCloudVisionV1p1beta1ImageContext : IDirectResponseSchema

Properties

CropHintsParams

Parameters for crop hints annotation request.

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

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
System.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
System.Collections.Generic.IList<System.String>

LatLongRect

Not used.

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

ProductSearchParams

Parameters for product search.

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

WebDetectionParams

Parameters for web detection.

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

Implements

IDirectResponseSchema
Back to top