Reference documentation and code samples for the Google Cloud Vision Ai V1 Client class TagRecognizerConfig.
Message describing TagRecognizerConfig.
Generated from protobuf message google.cloud.visionai.v1.TagRecognizerConfig
Namespace
Google \ Cloud \ VisionAI \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ entity_detection_confidence_threshold |
float
Confidence threshold to filter detection results. If not set, a system default value will be used. |
↳ tag_parsing_config |
TagParsingConfig
Configuration to customize how tags are parsed. |
getEntityDetectionConfidenceThreshold
Confidence threshold to filter detection results. If not set, a system default value will be used.
| Returns | |
|---|---|
| Type | Description |
float |
|
setEntityDetectionConfidenceThreshold
Confidence threshold to filter detection results. If not set, a system default value will be used.
| Parameter | |
|---|---|
| Name | Description |
var |
float
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getTagParsingConfig
Configuration to customize how tags are parsed.
| Returns | |
|---|---|
| Type | Description |
TagParsingConfig|null |
|
hasTagParsingConfig
clearTagParsingConfig
setTagParsingConfig
Configuration to customize how tags are parsed.
| Parameter | |
|---|---|
| Name | Description |
var |
TagParsingConfig
|
| Returns | |
|---|---|
| Type | Description |
$this |
|