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

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

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

Message describing VertexAutoMLVideoConfig.

Inheritance

object > VertexAutoMLVideoConfig

Namespace

Google.Cloud.VisionAI.V1

Assembly

Google.Cloud.VisionAI.V1.dll

Constructors

VertexAutoMLVideoConfig()

public VertexAutoMLVideoConfig()

VertexAutoMLVideoConfig(VertexAutoMLVideoConfig)

public VertexAutoMLVideoConfig(VertexAutoMLVideoConfig other)
Parameter
Name Description
other VertexAutoMLVideoConfig

Properties

BlockedLabels

public RepeatedField<string> BlockedLabels { get; }

Labels specified in this field won't be returned.

Property Value
Type Description
RepeatedFieldstring

BoundingBoxSizeLimit

public float BoundingBoxSizeLimit { get; set; }

Only Bounding Box whose size is larger than this limit will be returned. Object Tracking only. Value 0.0 means to return all the detected entities.

Property Value
Type Description
float

ConfidenceThreshold

public float ConfidenceThreshold { get; set; }

Only entities with higher score than the threshold will be returned. Value 0.0 means returns 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