Class GoogleCloudAiplatformV1SchemaPredictPredictionVideoObjectTrackingPredictionResult
Prediction output format for Video Object Tracking.
Inheritance
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1.Data
Assembly: Google.Apis.Aiplatform.v1.dll
Syntax
public class GoogleCloudAiplatformV1SchemaPredictPredictionVideoObjectTrackingPredictionResult : 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<GoogleCloudAiplatformV1SchemaPredictPredictionVideoObjectTrackingPredictionResultFrame> Frames { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleCloudAiplatformV1SchemaPredictPredictionVideoObjectTrackingPredictionResultFrame> |
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 |