Class OcrConfig.PremiumFeatures.Builder (2.35.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
TypeDescription
Descriptor

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public OcrConfig.PremiumFeatures.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
OcrConfig.PremiumFeatures.Builder
Overrides

build()

public OcrConfig.PremiumFeatures build()
Returns
TypeDescription
OcrConfig.PremiumFeatures

buildPartial()

public OcrConfig.PremiumFeatures buildPartial()
Returns
TypeDescription
OcrConfig.PremiumFeatures

clear()

public OcrConfig.PremiumFeatures.Builder clear()
Returns
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
OcrConfig.PremiumFeatures.Builder

This builder for chaining.

clearField(Descriptors.FieldDescriptor field)

public OcrConfig.PremiumFeatures.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
NameDescription
fieldFieldDescriptor
Returns
TypeDescription
OcrConfig.PremiumFeatures.Builder
Overrides

clearOneof(Descriptors.OneofDescriptor oneof)

public OcrConfig.PremiumFeatures.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
NameDescription
oneofOneofDescriptor
Returns
TypeDescription
OcrConfig.PremiumFeatures.Builder
Overrides

clone()

public OcrConfig.PremiumFeatures.Builder clone()
Returns
TypeDescription
OcrConfig.PremiumFeatures.Builder
Overrides

getComputeStyleInfo()

public boolean getComputeStyleInfo()

Turn on font identification model and return font style information.

bool compute_style_info = 4;

Returns
TypeDescription
boolean

The computeStyleInfo.

getDefaultInstanceForType()

public OcrConfig.PremiumFeatures getDefaultInstanceForType()
Returns
TypeDescription
OcrConfig.PremiumFeatures

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
Descriptor
Overrides

getEnableMathOcr()

public boolean getEnableMathOcr()

Turn on the model that can extract LaTeX math formulas.

bool enable_math_ocr = 5;

Returns
TypeDescription
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
TypeDescription
boolean

The enableSelectionMarkDetection.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

mergeFrom(OcrConfig.PremiumFeatures other)

public OcrConfig.PremiumFeatures.Builder mergeFrom(OcrConfig.PremiumFeatures other)
Parameter
NameDescription
otherOcrConfig.PremiumFeatures
Returns
TypeDescription
OcrConfig.PremiumFeatures.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public OcrConfig.PremiumFeatures.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
OcrConfig.PremiumFeatures.Builder
Overrides
Exceptions
TypeDescription
IOException

mergeFrom(Message other)

public OcrConfig.PremiumFeatures.Builder mergeFrom(Message other)
Parameter
NameDescription
otherMessage
Returns
TypeDescription
OcrConfig.PremiumFeatures.Builder
Overrides

mergeUnknownFields(UnknownFieldSet unknownFields)

public final OcrConfig.PremiumFeatures.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
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
NameDescription
valueboolean

The computeStyleInfo to set.

Returns
TypeDescription
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
NameDescription
valueboolean

The enableMathOcr to set.

Returns
TypeDescription
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
NameDescription
valueboolean

The enableSelectionMarkDetection to set.

Returns
TypeDescription
OcrConfig.PremiumFeatures.Builder

This builder for chaining.

setField(Descriptors.FieldDescriptor field, Object value)

public OcrConfig.PremiumFeatures.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
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
NameDescription
fieldFieldDescriptor
indexint
valueObject
Returns
TypeDescription
OcrConfig.PremiumFeatures.Builder
Overrides

setUnknownFields(UnknownFieldSet unknownFields)

public final OcrConfig.PremiumFeatures.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
OcrConfig.PremiumFeatures.Builder
Overrides