vision  v1
Properties | List of all members
Google.Apis.Vision.v1.Data.ImageContext Class Reference

Image context and/or feature-specific parameters. More...

Inheritance diagram for Google.Apis.Vision.v1.Data.ImageContext:
Google::Apis::Requests::IDirectResponseSchema

Properties

virtual CropHintsParams CropHintsParams [get, set]
 Parameters for crop hints annotation request. More...
 
virtual System.Collections.Generic.IList< string > LanguageHints [get, set]
 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. More...
 
virtual LatLongRect LatLongRect [get, set]
 Not used. More...
 
virtual ProductSearchParams ProductSearchParams [get, set]
 Parameters for product search. More...
 
virtual WebDetectionParams WebDetectionParams [get, set]
 Parameters for web detection. More...
 
virtual string ETag [get, set]
 The ETag of the item. More...
 
- Properties inherited from Google::Apis::Requests::IDirectResponseSchema
string ETag
 

Detailed Description

Image context and/or feature-specific parameters.

Property Documentation

◆ CropHintsParams

virtual CropHintsParams Google.Apis.Vision.v1.Data.ImageContext.CropHintsParams
getset

Parameters for crop hints annotation request.

◆ ETag

virtual string Google.Apis.Vision.v1.Data.ImageContext.ETag
getset

The ETag of the item.

◆ LanguageHints

virtual System.Collections.Generic.IList<string> Google.Apis.Vision.v1.Data.ImageContext.LanguageHints
getset

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.

◆ LatLongRect

virtual LatLongRect Google.Apis.Vision.v1.Data.ImageContext.LatLongRect
getset

Not used.

◆ ProductSearchParams

virtual ProductSearchParams Google.Apis.Vision.v1.Data.ImageContext.ProductSearchParams
getset

Parameters for product search.

◆ WebDetectionParams

virtual WebDetectionParams Google.Apis.Vision.v1.Data.ImageContext.WebDetectionParams
getset

Parameters for web detection.


The documentation for this class was generated from the following file: