Class EntityParsingConfig (0.1.0)

EntityParsingConfig(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Configuration for parsing a tag entity class.

Attributes

Name Description
entity_class str
Required. The tag entity class name. This should match the class name produced by the tag entity detection model.
regex str
Optional. An regular expression hint.
entity_matching_strategy google.cloud.visionai_v1.types.TagParsingConfig.EntityParsingConfig.EntityMatchingStrategy
Optional. Entity matching strategy.

Classes

EntityMatchingStrategy

EntityMatchingStrategy(value)

Type of entity matching strategy.