Vision AI v1 API - Enum TagParsingConfig.Types.EntityParsingConfig.Types.EntityMatchingStrategy (1.0.0-beta01)

public enum TagParsingConfig.Types.EntityParsingConfig.Types.EntityMatchingStrategy

Reference documentation and code samples for the Vision AI v1 API enum TagParsingConfig.Types.EntityParsingConfig.Types.EntityMatchingStrategy.

Type of entity matching strategy.

Namespace

Google.Cloud.VisionAI.V1

Assembly

Google.Cloud.VisionAI.V1.dll

Fields

Name Description
MaxOverlapArea

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

MultiLineMatching

Matches multiple lines of text.

Unspecified

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