public sealed class TagRecognizerConfig : IMessage<TagRecognizerConfig>, IEquatable<TagRecognizerConfig>, IDeepCloneable<TagRecognizerConfig>, IBufferMessage, IMessageReference documentation and code samples for the Vision AI v1 API class TagRecognizerConfig.
Message describing TagRecognizerConfig.
Implements
IMessageTagRecognizerConfig, IEquatableTagRecognizerConfig, IDeepCloneableTagRecognizerConfig, IBufferMessage, IMessageNamespace
Google.Cloud.VisionAI.V1Assembly
Google.Cloud.VisionAI.V1.dll
Constructors
TagRecognizerConfig()
public TagRecognizerConfig()TagRecognizerConfig(TagRecognizerConfig)
public TagRecognizerConfig(TagRecognizerConfig other)| Parameter | |
|---|---|
| Name | Description |
other |
TagRecognizerConfig |
Properties
EntityDetectionConfidenceThreshold
public float EntityDetectionConfidenceThreshold { get; set; }Confidence threshold to filter detection results. If not set, a system default value will be used.
| Property Value | |
|---|---|
| Type | Description |
float |
|
TagParsingConfig
public TagParsingConfig TagParsingConfig { get; set; }Configuration to customize how tags are parsed.
| Property Value | |
|---|---|
| Type | Description |
TagParsingConfig |
|