Class OcrConfig.PremiumFeatures.Builder (2.87.0)

public static final class OcrConfig.PremiumFeatures.Builder extends GeneratedMessage.Builder<OcrConfig.PremiumFeatures.Builder> implements OcrConfig.PremiumFeaturesOrBuilder

Configurations for premium OCR features.

Protobuf type google.cloud.documentai.v1.OcrConfig.PremiumFeatures

Static 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
Overrides

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
Overrides

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
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

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
Overrides
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
Overrides

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 boolean

The 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 boolean

The 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 boolean

The enableSelectionMarkDetection to set.

Returns
Type Description
OcrConfig.PremiumFeatures.Builder

This builder for chaining.