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

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

Configuration for tag parsing.

Generated from protobuf message google.cloud.visionai.v1.TagParsingConfig

Namespace

Google \ Cloud \ VisionAI \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ entity_parsing_configs array<TagParsingConfig\EntityParsingConfig>

Each tag entity class may have an optional EntityParsingConfig which is used to help parse the entities of the class.

getEntityParsingConfigs

Each tag entity class may have an optional EntityParsingConfig which is used to help parse the entities of the class.

Returns
Type Description
Google\Protobuf\Internal\RepeatedField

setEntityParsingConfigs

Each tag entity class may have an optional EntityParsingConfig which is used to help parse the entities of the class.

Parameter
Name Description
var array<TagParsingConfig\EntityParsingConfig>
Returns
Type Description
$this