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

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

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

Message of configurations of Vertex AutoML Vision Processors.

Inheritance

object > VertexAutoMLVisionConfig

Namespace

Google.Cloud.VisionAI.V1

Assembly

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