Image context and/or feature-specific parameters.
JSON representation | |
---|---|
{ "latLongRect": { object( |
Fields | |
---|---|
latLongRect |
Not used. |
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 |
cropHintsParams |
Parameters for crop hints annotation request. |
webDetectionParams |
Parameters for web detection. |
LatLongRect
Rectangle determined by min and max LatLng
pairs.
JSON representation | |
---|---|
{ "minLatLng": { object( |
Fields | |
---|---|
minLatLng |
Min lat/long pair. |
maxLatLng |
Max lat/long pair. |
CropHintsParams
Parameters for crop hints annotation request.
JSON representation | |
---|---|
{ "aspectRatios": [ number ] } |
Fields | |
---|---|
aspectRatios[] |
Aspect ratios in floats, representing the ratio of the width to the height of the image. For example, if the desired aspect ratio is 4/3, the corresponding float value should be 1.33333. If not specified, the best possible crop is returned. The number of provided aspect ratios is limited to a maximum of 16; any aspect ratios provided after the 16th are ignored. |
WebDetectionParams
Parameters for web detection request.
JSON representation | |
---|---|
{ "includeGeoResults": boolean } |
Fields | |
---|---|
includeGeoResults |
Whether to include results derived from the geo information in the image. |