public interface TextDetectionParamsOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getAdvancedOcrOptions(int index)
A list of advanced OCR options to fine-tune OCR behavior.
|
ByteString |
getAdvancedOcrOptionsBytes(int index)
A list of advanced OCR options to fine-tune OCR behavior.
|
int |
getAdvancedOcrOptionsCount()
A list of advanced OCR options to fine-tune OCR behavior.
|
List<String> |
getAdvancedOcrOptionsList()
A list of advanced OCR options to fine-tune OCR behavior.
|
boolean |
getEnableTextDetectionConfidenceScore()
By default, Cloud Vision API only includes confidence score for
DOCUMENT_TEXT_DETECTION result.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
boolean getEnableTextDetectionConfidenceScore()
By default, Cloud Vision API only includes confidence score for DOCUMENT_TEXT_DETECTION result. Set the flag to true to include confidence score for TEXT_DETECTION as well.
bool enable_text_detection_confidence_score = 9;
List<String> getAdvancedOcrOptionsList()
A list of advanced OCR options to fine-tune OCR behavior.
repeated string advanced_ocr_options = 11;
int getAdvancedOcrOptionsCount()
A list of advanced OCR options to fine-tune OCR behavior.
repeated string advanced_ocr_options = 11;
String getAdvancedOcrOptions(int index)
A list of advanced OCR options to fine-tune OCR behavior.
repeated string advanced_ocr_options = 11;
index
- The index of the element to return.ByteString getAdvancedOcrOptionsBytes(int index)
A list of advanced OCR options to fine-tune OCR behavior.
repeated string advanced_ocr_options = 11;
index
- The index of the value to return.Copyright © 2022 Google LLC. All rights reserved.