Google Cloud Vision Ai V1 Client - Class EntityMatchingStrategy (0.1.0)

Reference documentation and code samples for the Google Cloud Vision Ai V1 Client class EntityMatchingStrategy.

Type of entity matching strategy.

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

Namespace

Google \ Cloud \ VisionAI \ V1 \ TagParsingConfig \ EntityParsingConfig

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

ENTITY_MATCHING_STRATEGY_UNSPECIFIED

Value: 0

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

Generated from protobuf enum ENTITY_MATCHING_STRATEGY_UNSPECIFIED = 0;

MULTI_LINE_MATCHING

Value: 1

Matches multiple lines of text.

Generated from protobuf enum MULTI_LINE_MATCHING = 1;

MAX_OVERLAP_AREA

Value: 2

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

Generated from protobuf enum MAX_OVERLAP_AREA = 2;