Vision AI V1 API - Module Google::Cloud::VisionAI::V1::TagParsingConfig::EntityParsingConfig::EntityMatchingStrategy (v0.1.0)

Reference documentation and code samples for the Vision AI V1 API module Google::Cloud::VisionAI::V1::TagParsingConfig::EntityParsingConfig::EntityMatchingStrategy.

Type of entity matching strategy.

Constants

ENTITY_MATCHING_STRATEGY_UNSPECIFIED

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

MULTI_LINE_MATCHING

value: 1
Matches multiple lines of text.

MAX_OVERLAP_AREA

value: 2
Matches the line with the maximum overlap area with entity bounding box.