Interface ImageContextOrBuilder (2.1.2)

public interface ImageContextOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getCropHintsParams()

public abstract CropHintsParams getCropHintsParams()

Parameters for crop hints annotation request.

.google.cloud.vision.v1p3beta1.CropHintsParams crop_hints_params = 4;

Returns
TypeDescription
CropHintsParams

The cropHintsParams.

getCropHintsParamsOrBuilder()

public abstract CropHintsParamsOrBuilder getCropHintsParamsOrBuilder()

Parameters for crop hints annotation request.

.google.cloud.vision.v1p3beta1.CropHintsParams crop_hints_params = 4;

Returns
TypeDescription
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
NameDescription
indexint

The index of the element to return.

Returns
TypeDescription
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
NameDescription
indexint

The index of the value to return.

Returns
TypeDescription
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
TypeDescription
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
TypeDescription
List<String>

A list containing the languageHints.

getLatLongRect()

public abstract LatLongRect getLatLongRect()

Not used.

.google.cloud.vision.v1p3beta1.LatLongRect lat_long_rect = 1;

Returns
TypeDescription
LatLongRect

The latLongRect.

getLatLongRectOrBuilder()

public abstract LatLongRectOrBuilder getLatLongRectOrBuilder()

Not used.

.google.cloud.vision.v1p3beta1.LatLongRect lat_long_rect = 1;

Returns
TypeDescription
LatLongRectOrBuilder

getProductSearchParams()

public abstract ProductSearchParams getProductSearchParams()

Parameters for product search.

.google.cloud.vision.v1p3beta1.ProductSearchParams product_search_params = 5;

Returns
TypeDescription
ProductSearchParams

The productSearchParams.

getProductSearchParamsOrBuilder()

public abstract ProductSearchParamsOrBuilder getProductSearchParamsOrBuilder()

Parameters for product search.

.google.cloud.vision.v1p3beta1.ProductSearchParams product_search_params = 5;

Returns
TypeDescription
ProductSearchParamsOrBuilder

getTextDetectionParams()

public abstract TextDetectionParams getTextDetectionParams()

Parameters for text detection and document text detection.

.google.cloud.vision.v1p3beta1.TextDetectionParams text_detection_params = 12;

Returns
TypeDescription
TextDetectionParams

The textDetectionParams.

getTextDetectionParamsOrBuilder()

public abstract TextDetectionParamsOrBuilder getTextDetectionParamsOrBuilder()

Parameters for text detection and document text detection.

.google.cloud.vision.v1p3beta1.TextDetectionParams text_detection_params = 12;

Returns
TypeDescription
TextDetectionParamsOrBuilder

getWebDetectionParams()

public abstract WebDetectionParams getWebDetectionParams()

Parameters for web detection.

.google.cloud.vision.v1p3beta1.WebDetectionParams web_detection_params = 6;

Returns
TypeDescription
WebDetectionParams

The webDetectionParams.

getWebDetectionParamsOrBuilder()

public abstract WebDetectionParamsOrBuilder getWebDetectionParamsOrBuilder()

Parameters for web detection.

.google.cloud.vision.v1p3beta1.WebDetectionParams web_detection_params = 6;

Returns
TypeDescription
WebDetectionParamsOrBuilder

hasCropHintsParams()

public abstract boolean hasCropHintsParams()

Parameters for crop hints annotation request.

.google.cloud.vision.v1p3beta1.CropHintsParams crop_hints_params = 4;

Returns
TypeDescription
boolean

Whether the cropHintsParams field is set.

hasLatLongRect()

public abstract boolean hasLatLongRect()

Not used.

.google.cloud.vision.v1p3beta1.LatLongRect lat_long_rect = 1;

Returns
TypeDescription
boolean

Whether the latLongRect field is set.

hasProductSearchParams()

public abstract boolean hasProductSearchParams()

Parameters for product search.

.google.cloud.vision.v1p3beta1.ProductSearchParams product_search_params = 5;

Returns
TypeDescription
boolean

Whether the productSearchParams field is set.

hasTextDetectionParams()

public abstract boolean hasTextDetectionParams()

Parameters for text detection and document text detection.

.google.cloud.vision.v1p3beta1.TextDetectionParams text_detection_params = 12;

Returns
TypeDescription
boolean

Whether the textDetectionParams field is set.

hasWebDetectionParams()

public abstract boolean hasWebDetectionParams()

Parameters for web detection.

.google.cloud.vision.v1p3beta1.WebDetectionParams web_detection_params = 6;

Returns
TypeDescription
boolean

Whether the webDetectionParams field is set.