- 3.50.0 (latest)
- 3.49.0
- 3.47.0
- 3.46.0
- 3.45.0
- 3.44.0
- 3.43.0
- 3.42.0
- 3.41.0
- 3.40.0
- 3.39.0
- 3.38.0
- 3.37.0
- 3.35.0
- 3.34.0
- 3.33.0
- 3.32.0
- 3.31.0
- 3.30.0
- 3.29.0
- 3.28.0
- 3.27.0
- 3.26.0
- 3.25.0
- 3.22.0
- 3.21.0
- 3.20.0
- 3.19.0
- 3.18.0
- 3.17.0
- 3.16.0
- 3.15.0
- 3.14.0
- 3.13.0
- 3.12.0
- 3.11.0
- 3.10.0
- 3.9.0
- 3.7.0
- 3.6.0
- 3.5.0
- 3.4.0
- 3.3.0
- 3.2.0
- 3.1.3
- 2.1.4
- 2.0.29
public interface ImageContextOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getCropHintsParams()
public abstract CropHintsParams getCropHintsParams()
Parameters for crop hints annotation request.
.google.cloud.vision.v1.CropHintsParams crop_hints_params = 4;
Returns | |
---|---|
Type | Description |
CropHintsParams | The cropHintsParams. |
getCropHintsParamsOrBuilder()
public abstract CropHintsParamsOrBuilder getCropHintsParamsOrBuilder()
Parameters for crop hints annotation request.
.google.cloud.vision.v1.CropHintsParams crop_hints_params = 4;
Returns | |
---|---|
Type | Description |
CropHintsParamsOrBuilder |
getLanguageHints(int index)
public abstract String getLanguageHints(int index)
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.
repeated string language_hints = 2;
Parameter | |
---|---|
Name | Description |
index | int The index of the element to return. |
Returns | |
---|---|
Type | Description |
String | The languageHints at the given index. |
getLanguageHintsBytes(int index)
public abstract ByteString getLanguageHintsBytes(int index)
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.
repeated string language_hints = 2;
Parameter | |
---|---|
Name | Description |
index | int The index of the value to return. |
Returns | |
---|---|
Type | Description |
ByteString | The bytes of the languageHints at the given index. |
getLanguageHintsCount()
public abstract int getLanguageHintsCount()
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.
repeated string language_hints = 2;
Returns | |
---|---|
Type | Description |
int | The count of languageHints. |
getLanguageHintsList()
public abstract List<String> getLanguageHintsList()
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.
repeated string language_hints = 2;
Returns | |
---|---|
Type | Description |
List<String> | A list containing the languageHints. |
getLatLongRect()
public abstract LatLongRect getLatLongRect()
Not used.
.google.cloud.vision.v1.LatLongRect lat_long_rect = 1;
Returns | |
---|---|
Type | Description |
LatLongRect | The latLongRect. |
getLatLongRectOrBuilder()
public abstract LatLongRectOrBuilder getLatLongRectOrBuilder()
Not used.
.google.cloud.vision.v1.LatLongRect lat_long_rect = 1;
Returns | |
---|---|
Type | Description |
LatLongRectOrBuilder |
getProductSearchParams()
public abstract ProductSearchParams getProductSearchParams()
Parameters for product search.
.google.cloud.vision.v1.ProductSearchParams product_search_params = 5;
Returns | |
---|---|
Type | Description |
ProductSearchParams | The productSearchParams. |
getProductSearchParamsOrBuilder()
public abstract ProductSearchParamsOrBuilder getProductSearchParamsOrBuilder()
Parameters for product search.
.google.cloud.vision.v1.ProductSearchParams product_search_params = 5;
Returns | |
---|---|
Type | Description |
ProductSearchParamsOrBuilder |
getTextDetectionParams()
public abstract TextDetectionParams getTextDetectionParams()
Parameters for text detection and document text detection.
.google.cloud.vision.v1.TextDetectionParams text_detection_params = 12;
Returns | |
---|---|
Type | Description |
TextDetectionParams | The textDetectionParams. |
getTextDetectionParamsOrBuilder()
public abstract TextDetectionParamsOrBuilder getTextDetectionParamsOrBuilder()
Parameters for text detection and document text detection.
.google.cloud.vision.v1.TextDetectionParams text_detection_params = 12;
Returns | |
---|---|
Type | Description |
TextDetectionParamsOrBuilder |
getWebDetectionParams()
public abstract WebDetectionParams getWebDetectionParams()
Parameters for web detection.
.google.cloud.vision.v1.WebDetectionParams web_detection_params = 6;
Returns | |
---|---|
Type | Description |
WebDetectionParams | The webDetectionParams. |
getWebDetectionParamsOrBuilder()
public abstract WebDetectionParamsOrBuilder getWebDetectionParamsOrBuilder()
Parameters for web detection.
.google.cloud.vision.v1.WebDetectionParams web_detection_params = 6;
Returns | |
---|---|
Type | Description |
WebDetectionParamsOrBuilder |
hasCropHintsParams()
public abstract boolean hasCropHintsParams()
Parameters for crop hints annotation request.
.google.cloud.vision.v1.CropHintsParams crop_hints_params = 4;
Returns | |
---|---|
Type | Description |
boolean | Whether the cropHintsParams field is set. |
hasLatLongRect()
public abstract boolean hasLatLongRect()
Not used.
.google.cloud.vision.v1.LatLongRect lat_long_rect = 1;
Returns | |
---|---|
Type | Description |
boolean | Whether the latLongRect field is set. |
hasProductSearchParams()
public abstract boolean hasProductSearchParams()
Parameters for product search.
.google.cloud.vision.v1.ProductSearchParams product_search_params = 5;
Returns | |
---|---|
Type | Description |
boolean | Whether the productSearchParams field is set. |
hasTextDetectionParams()
public abstract boolean hasTextDetectionParams()
Parameters for text detection and document text detection.
.google.cloud.vision.v1.TextDetectionParams text_detection_params = 12;
Returns | |
---|---|
Type | Description |
boolean | Whether the textDetectionParams field is set. |
hasWebDetectionParams()
public abstract boolean hasWebDetectionParams()
Parameters for web detection.
.google.cloud.vision.v1.WebDetectionParams web_detection_params = 6;
Returns | |
---|---|
Type | Description |
boolean | Whether the webDetectionParams field is set. |