Vision AI v1 API - Class TagRecognizerConfig (1.0.0-beta01)

public sealed class TagRecognizerConfig : IMessage<TagRecognizerConfig>, IEquatable<TagRecognizerConfig>, IDeepCloneable<TagRecognizerConfig>, IBufferMessage, IMessage

Reference documentation and code samples for the Vision AI v1 API class TagRecognizerConfig.

Message describing TagRecognizerConfig.

Inheritance

object > TagRecognizerConfig

Namespace

Google.Cloud.VisionAI.V1

Assembly

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