Show / Hide Table of Contents

Class GoogleCloudAiplatformV1SchemaPredictParamsVideoObjectTrackingPredictionParams

Prediction model parameters for Video Object Tracking.

Inheritance
object
GoogleCloudAiplatformV1SchemaPredictParamsVideoObjectTrackingPredictionParams
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Aiplatform.v1.Data
Assembly: Google.Apis.Aiplatform.v1.dll
Syntax
public class GoogleCloudAiplatformV1SchemaPredictParamsVideoObjectTrackingPredictionParams : IDirectResponseSchema

Properties

ConfidenceThreshold

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

Declaration
[JsonProperty("confidenceThreshold")]
public virtual float? ConfidenceThreshold { get; set; }
Property Value
Type Description
float?

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

MaxPredictions

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.

Declaration
[JsonProperty("maxPredictions")]
public virtual int? MaxPredictions { get; set; }
Property Value
Type Description
int?

MinBoundingBoxSize

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.

Declaration
[JsonProperty("minBoundingBoxSize")]
public virtual float? MinBoundingBoxSize { get; set; }
Property Value
Type Description
float?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX