public static final class OcrConfig.PremiumFeatures.Builder extends GeneratedMessage.Builder<OcrConfig.PremiumFeatures.Builder> implements OcrConfig.PremiumFeaturesOrBuilderConfigurations for premium OCR features.
Protobuf type google.cloud.documentai.v1.OcrConfig.PremiumFeatures
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > OcrConfig.PremiumFeatures.BuilderImplements
OcrConfig.PremiumFeaturesOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public OcrConfig.PremiumFeatures build()| Returns | |
|---|---|
| Type | Description |
OcrConfig.PremiumFeatures |
|
buildPartial()
public OcrConfig.PremiumFeatures buildPartial()| Returns | |
|---|---|
| Type | Description |
OcrConfig.PremiumFeatures |
|
clear()
public OcrConfig.PremiumFeatures.Builder clear()| Returns | |
|---|---|
| Type | Description |
OcrConfig.PremiumFeatures.Builder |
|
clearComputeStyleInfo()
public OcrConfig.PremiumFeatures.Builder clearComputeStyleInfo()Turn on font identification model and return font style information.
bool compute_style_info = 4;
| Returns | |
|---|---|
| Type | Description |
OcrConfig.PremiumFeatures.Builder |
This builder for chaining. |
clearEnableMathOcr()
public OcrConfig.PremiumFeatures.Builder clearEnableMathOcr()Turn on the model that can extract LaTeX math formulas.
bool enable_math_ocr = 5;
| Returns | |
|---|---|
| Type | Description |
OcrConfig.PremiumFeatures.Builder |
This builder for chaining. |
clearEnableSelectionMarkDetection()
public OcrConfig.PremiumFeatures.Builder clearEnableSelectionMarkDetection()Turn on selection mark detector in OCR engine. Only available in OCR 2.0 (and later) processors.
bool enable_selection_mark_detection = 3;
| Returns | |
|---|---|
| Type | Description |
OcrConfig.PremiumFeatures.Builder |
This builder for chaining. |
getComputeStyleInfo()
public boolean getComputeStyleInfo()Turn on font identification model and return font style information.
bool compute_style_info = 4;
| Returns | |
|---|---|
| Type | Description |
boolean |
The computeStyleInfo. |
getDefaultInstanceForType()
public OcrConfig.PremiumFeatures getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
OcrConfig.PremiumFeatures |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getEnableMathOcr()
public boolean getEnableMathOcr()Turn on the model that can extract LaTeX math formulas.
bool enable_math_ocr = 5;
| Returns | |
|---|---|
| Type | Description |
boolean |
The enableMathOcr. |
getEnableSelectionMarkDetection()
public boolean getEnableSelectionMarkDetection()Turn on selection mark detector in OCR engine. Only available in OCR 2.0 (and later) processors.
bool enable_selection_mark_detection = 3;
| Returns | |
|---|---|
| Type | Description |
boolean |
The enableSelectionMarkDetection. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(OcrConfig.PremiumFeatures other)
public OcrConfig.PremiumFeatures.Builder mergeFrom(OcrConfig.PremiumFeatures other)| Parameter | |
|---|---|
| Name | Description |
other |
OcrConfig.PremiumFeatures |
| Returns | |
|---|---|
| Type | Description |
OcrConfig.PremiumFeatures.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public OcrConfig.PremiumFeatures.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
OcrConfig.PremiumFeatures.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public OcrConfig.PremiumFeatures.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
OcrConfig.PremiumFeatures.Builder |
|
setComputeStyleInfo(boolean value)
public OcrConfig.PremiumFeatures.Builder setComputeStyleInfo(boolean value)Turn on font identification model and return font style information.
bool compute_style_info = 4;
| Parameter | |
|---|---|
| Name | Description |
value |
booleanThe computeStyleInfo to set. |
| Returns | |
|---|---|
| Type | Description |
OcrConfig.PremiumFeatures.Builder |
This builder for chaining. |
setEnableMathOcr(boolean value)
public OcrConfig.PremiumFeatures.Builder setEnableMathOcr(boolean value)Turn on the model that can extract LaTeX math formulas.
bool enable_math_ocr = 5;
| Parameter | |
|---|---|
| Name | Description |
value |
booleanThe enableMathOcr to set. |
| Returns | |
|---|---|
| Type | Description |
OcrConfig.PremiumFeatures.Builder |
This builder for chaining. |
setEnableSelectionMarkDetection(boolean value)
public OcrConfig.PremiumFeatures.Builder setEnableSelectionMarkDetection(boolean value)Turn on selection mark detector in OCR engine. Only available in OCR 2.0 (and later) processors.
bool enable_selection_mark_detection = 3;
| Parameter | |
|---|---|
| Name | Description |
value |
booleanThe enableSelectionMarkDetection to set. |
| Returns | |
|---|---|
| Type | Description |
OcrConfig.PremiumFeatures.Builder |
This builder for chaining. |