public sealed class VertexAutoMLVisionConfig : IMessage<VertexAutoMLVisionConfig>, IEquatable<VertexAutoMLVisionConfig>, IDeepCloneable<VertexAutoMLVisionConfig>, IBufferMessage, IMessageReference documentation and code samples for the Vision AI v1 API class VertexAutoMLVisionConfig.
Message of configurations of Vertex AutoML Vision Processors.
Implements
IMessageVertexAutoMLVisionConfig, IEquatableVertexAutoMLVisionConfig, IDeepCloneableVertexAutoMLVisionConfig, IBufferMessage, IMessageNamespace
Google.Cloud.VisionAI.V1Assembly
Google.Cloud.VisionAI.V1.dll
Constructors
VertexAutoMLVisionConfig()
public VertexAutoMLVisionConfig()VertexAutoMLVisionConfig(VertexAutoMLVisionConfig)
public VertexAutoMLVisionConfig(VertexAutoMLVisionConfig other)| Parameter | |
|---|---|
| Name | Description |
other |
VertexAutoMLVisionConfig |
Properties
ConfidenceThreshold
public float ConfidenceThreshold { get; set; }Only entities with higher score than the threshold will be returned. Value 0.0 means to return all the detected entities.
| Property Value | |
|---|---|
| Type | Description |
float |
|
MaxPredictions
public int MaxPredictions { get; set; }At most this many predictions will be returned per output frame. Value 0 means to return all the detected entities.
| Property Value | |
|---|---|
| Type | Description |
int |
|