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 \ EntityParsingConfigMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
ENTITY_MATCHING_STRATEGY_UNSPECIFIED
Value: 0If unspecified, multi-line matching will be used by default.
Generated from protobuf enum ENTITY_MATCHING_STRATEGY_UNSPECIFIED = 0;
MULTI_LINE_MATCHING
Value: 1Matches multiple lines of text.
Generated from protobuf enum MULTI_LINE_MATCHING = 1;
MAX_OVERLAP_AREA
Value: 2Matches the line with the maximum overlap area with entity bounding box.
Generated from protobuf enum MAX_OVERLAP_AREA = 2;