Enum TagParsingConfig.EntityParsingConfig.EntityMatchingStrategy (0.2.0)

public enum TagParsingConfig.EntityParsingConfig.EntityMatchingStrategy extends Enum<TagParsingConfig.EntityParsingConfig.EntityMatchingStrategy> implements ProtocolMessageEnum

Type of entity matching strategy.

Protobuf enum google.cloud.visionai.v1.TagParsingConfig.EntityParsingConfig.EntityMatchingStrategy

Implements

ProtocolMessageEnum

Static Fields

Name Description
ENTITY_MATCHING_STRATEGY_UNSPECIFIED

If unspecified, multi-line matching will be used by default.

ENTITY_MATCHING_STRATEGY_UNSPECIFIED = 0;

ENTITY_MATCHING_STRATEGY_UNSPECIFIED_VALUE

If unspecified, multi-line matching will be used by default.

ENTITY_MATCHING_STRATEGY_UNSPECIFIED = 0;

MAX_OVERLAP_AREA

Matches the line with the maximum overlap area with entity bounding box.

MAX_OVERLAP_AREA = 2;

MAX_OVERLAP_AREA_VALUE

Matches the line with the maximum overlap area with entity bounding box.

MAX_OVERLAP_AREA = 2;

MULTI_LINE_MATCHING

Matches multiple lines of text.

MULTI_LINE_MATCHING = 1;

MULTI_LINE_MATCHING_VALUE

Matches multiple lines of text.

MULTI_LINE_MATCHING = 1;

UNRECOGNIZED

Static Methods

Name Description
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

Name Description
getDescriptorForType()
getNumber()
getValueDescriptor()