Show / Hide Table of Contents

Class GoogleCloudAiplatformV1beta1SchemaPredictPredictionVideoObjectTrackingPredictionResult

Prediction output format for Video Object Tracking.

Inheritance
object
GoogleCloudAiplatformV1beta1SchemaPredictPredictionVideoObjectTrackingPredictionResult
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.v1beta1.Data
Assembly: Google.Apis.Aiplatform.v1beta1.dll
Syntax
public class GoogleCloudAiplatformV1beta1SchemaPredictPredictionVideoObjectTrackingPredictionResult : IDirectResponseSchema

Properties

Confidence

The Model's confidence in correction of this prediction, higher value means higher confidence.

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

DisplayName

The display name of the AnnotationSpec that had been identified.

Declaration
[JsonProperty("displayName")]
public virtual string DisplayName { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

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

Frames

All of the frames of the video in which a single object instance has been detected. The bounding boxes in the frames identify the same object.

Declaration
[JsonProperty("frames")]
public virtual IList<GoogleCloudAiplatformV1beta1SchemaPredictPredictionVideoObjectTrackingPredictionResultFrame> Frames { get; set; }
Property Value
Type Description
IList<GoogleCloudAiplatformV1beta1SchemaPredictPredictionVideoObjectTrackingPredictionResultFrame>

Id

The resource ID of the AnnotationSpec that had been identified.

Declaration
[JsonProperty("id")]
public virtual string Id { get; set; }
Property Value
Type Description
string

TimeSegmentEnd

The end, inclusive, of the video's time segment in which the object instance has been detected. Expressed as a number of seconds as measured from the start of the video, with fractions up to a microsecond precision, and with "s" appended at the end.

Declaration
[JsonProperty("timeSegmentEnd")]
public virtual object TimeSegmentEnd { get; set; }
Property Value
Type Description
object

TimeSegmentStart

The beginning, inclusive, of the video's time segment in which the object instance has been detected. Expressed as a number of seconds as measured from the start of the video, with fractions up to a microsecond precision, and with "s" appended at the end.

Declaration
[JsonProperty("timeSegmentStart")]
public virtual object TimeSegmentStart { get; set; }
Property Value
Type Description
object

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX