Cloud AI Platform v1 API - Class VideoObjectTrackingPredictionParams (2.24.0)

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

Reference documentation and code samples for the Cloud AI Platform v1 API class VideoObjectTrackingPredictionParams.

Prediction model parameters for Video Object Tracking.

Inheritance

object > VideoObjectTrackingPredictionParams

Namespace

Google.Cloud.AIPlatform.V1.Schema.Predict.Params

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

VideoObjectTrackingPredictionParams()

public VideoObjectTrackingPredictionParams()

VideoObjectTrackingPredictionParams(VideoObjectTrackingPredictionParams)

public VideoObjectTrackingPredictionParams(VideoObjectTrackingPredictionParams other)
Parameter
NameDescription
otherVideoObjectTrackingPredictionParams

Properties

ConfidenceThreshold

public float ConfidenceThreshold { get; set; }

The Model only returns predictions with at least this confidence score. Default value is 0.0

Property Value
TypeDescription
float

MaxPredictions

public int MaxPredictions { get; set; }

The model only returns up to that many top, by confidence score, predictions per frame of the video. If this number is very high, the Model may return fewer predictions per frame. Default value is 50.

Property Value
TypeDescription
int

MinBoundingBoxSize

public float MinBoundingBoxSize { get; set; }

Only bounding boxes with shortest edge at least that long as a relative value of video frame size are returned. Default value is 0.0.

Property Value
TypeDescription
float