Class ImageContext
Image context and/or feature-specific parameters.
Implements
Inherited Members
Namespace: Google.Apis.Vision.v1.Data
Assembly: Google.Apis.Vision.v1.dll
Syntax
public class ImageContext : IDirectResponseSchema
Properties
CropHintsParams
Parameters for crop hints annotation request.
Declaration
[JsonProperty("cropHintsParams")]
public virtual CropHintsParams CropHintsParams { get; set; }
Property Value
Type | Description |
---|---|
CropHintsParams |
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 LatLongRect LatLongRect { get; set; }
Property Value
Type | Description |
---|---|
LatLongRect |
ProductSearchParams
Parameters for product search.
Declaration
[JsonProperty("productSearchParams")]
public virtual ProductSearchParams ProductSearchParams { get; set; }
Property Value
Type | Description |
---|---|
ProductSearchParams |
TextDetectionParams
Parameters for text detection and document text detection.
Declaration
[JsonProperty("textDetectionParams")]
public virtual TextDetectionParams TextDetectionParams { get; set; }
Property Value
Type | Description |
---|---|
TextDetectionParams |
WebDetectionParams
Parameters for web detection.
Declaration
[JsonProperty("webDetectionParams")]
public virtual WebDetectionParams WebDetectionParams { get; set; }
Property Value
Type | Description |
---|---|
WebDetectionParams |