Class OcrConfig.PremiumFeatures.Builder (2.46.0)

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

Configurations for premium OCR features.

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

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public OcrConfig.PremiumFeatures.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
OcrConfig.PremiumFeatures.Builder
Overrides

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.

clearField(Descriptors.FieldDescriptor field)

public OcrConfig.PremiumFeatures.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Name Description
field FieldDescriptor
Returns
Type Description
OcrConfig.PremiumFeatures.Builder
Overrides

clearOneof(Descriptors.OneofDescriptor oneof)

public OcrConfig.PremiumFeatures.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Name Description
oneof OneofDescriptor
Returns
Type Description
OcrConfig.PremiumFeatures.Builder
Overrides

clone()

public OcrConfig.PremiumFeatures.Builder clone()
Returns
Type Description
OcrConfig.PremiumFeatures.Builder
Overrides

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 GeneratedMessageV3.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

mergeUnknownFields(UnknownFieldSet unknownFields)

public final OcrConfig.PremiumFeatures.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
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.

setField(Descriptors.FieldDescriptor field, Object value)

public OcrConfig.PremiumFeatures.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
OcrConfig.PremiumFeatures.Builder
Overrides

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

public OcrConfig.PremiumFeatures.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
Name Description
field FieldDescriptor
index int
value Object
Returns
Type Description
OcrConfig.PremiumFeatures.Builder
Overrides

setUnknownFields(UnknownFieldSet unknownFields)

public final OcrConfig.PremiumFeatures.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
OcrConfig.PremiumFeatures.Builder
Overrides