TextDetectionParams.Builder |
TextDetectionParams.Builder.addAdvancedOcrOptions(String value) |
A list of advanced OCR options to fine-tune OCR behavior.
|
TextDetectionParams.Builder |
TextDetectionParams.Builder.addAdvancedOcrOptionsBytes(com.google.protobuf.ByteString value) |
A list of advanced OCR options to fine-tune OCR behavior.
|
TextDetectionParams.Builder |
TextDetectionParams.Builder.addAllAdvancedOcrOptions(Iterable<String> values) |
A list of advanced OCR options to fine-tune OCR behavior.
|
TextDetectionParams.Builder |
TextDetectionParams.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
TextDetectionParams.Builder |
TextDetectionParams.Builder.clear() |
|
TextDetectionParams.Builder |
TextDetectionParams.Builder.clearAdvancedOcrOptions() |
A list of advanced OCR options to fine-tune OCR behavior.
|
TextDetectionParams.Builder |
TextDetectionParams.Builder.clearEnableTextDetectionConfidenceScore() |
By default, Cloud Vision API only includes confidence score for
DOCUMENT_TEXT_DETECTION result.
|
TextDetectionParams.Builder |
TextDetectionParams.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
|
TextDetectionParams.Builder |
TextDetectionParams.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
|
TextDetectionParams.Builder |
TextDetectionParams.Builder.clone() |
|
TextDetectionParams.Builder |
ImageContext.Builder.getTextDetectionParamsBuilder() |
Parameters for text detection and document text detection.
|
TextDetectionParams.Builder |
TextDetectionParams.Builder.mergeFrom(TextDetectionParams other) |
|
TextDetectionParams.Builder |
TextDetectionParams.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
|
TextDetectionParams.Builder |
TextDetectionParams.Builder.mergeFrom(com.google.protobuf.Message other) |
|
TextDetectionParams.Builder |
TextDetectionParams.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
static TextDetectionParams.Builder |
TextDetectionParams.newBuilder() |
|
static TextDetectionParams.Builder |
TextDetectionParams.newBuilder(TextDetectionParams prototype) |
|
TextDetectionParams.Builder |
TextDetectionParams.newBuilderForType() |
|
protected TextDetectionParams.Builder |
TextDetectionParams.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
|
TextDetectionParams.Builder |
TextDetectionParams.Builder.setAdvancedOcrOptions(int index,
String value) |
A list of advanced OCR options to fine-tune OCR behavior.
|
TextDetectionParams.Builder |
TextDetectionParams.Builder.setEnableTextDetectionConfidenceScore(boolean value) |
By default, Cloud Vision API only includes confidence score for
DOCUMENT_TEXT_DETECTION result.
|
TextDetectionParams.Builder |
TextDetectionParams.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
TextDetectionParams.Builder |
TextDetectionParams.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
|
TextDetectionParams.Builder |
TextDetectionParams.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
TextDetectionParams.Builder |
TextDetectionParams.toBuilder() |
|