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

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

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

Message describing ProductRecognizerConfig.

Inheritance

object > ProductRecognizerConfig

Namespace

Google.Cloud.VisionAI.V1

Assembly

Google.Cloud.VisionAI.V1.dll

Constructors

ProductRecognizerConfig()

public ProductRecognizerConfig()

ProductRecognizerConfig(ProductRecognizerConfig)

public ProductRecognizerConfig(ProductRecognizerConfig other)
Parameter
Name Description
other ProductRecognizerConfig

Properties

RecognitionConfidenceThreshold

public float RecognitionConfidenceThreshold { get; set; }

Confidence threshold to filter detection results. If not set, a system default value will be used.

Property Value
Type Description
float

RetailEndpoint

public string RetailEndpoint { get; set; }

The resource name of retail endpoint to use.

Property Value
Type Description
string