Show / Hide Table of Contents

Class GoogleCloudVideointelligenceV1p2beta1Track

A track of an object instance.

Inheritance
object
GoogleCloudVideointelligenceV1p2beta1Track
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.CloudVideoIntelligence.v1p1beta1.Data
Assembly: Google.Apis.CloudVideoIntelligence.v1p1beta1.dll
Syntax
public class GoogleCloudVideointelligenceV1p2beta1Track : IDirectResponseSchema

Properties

Attributes

Optional. Attributes in the track level.

Declaration
[JsonProperty("attributes")]
public virtual IList<GoogleCloudVideointelligenceV1p2beta1DetectedAttribute> Attributes { get; set; }
Property Value
Type Description
IList<GoogleCloudVideointelligenceV1p2beta1DetectedAttribute>

Confidence

Optional. The confidence score of the tracked object.

Declaration
[JsonProperty("confidence")]
public virtual float? Confidence { 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

Segment

Video segment of a track.

Declaration
[JsonProperty("segment")]
public virtual GoogleCloudVideointelligenceV1p2beta1VideoSegment Segment { get; set; }
Property Value
Type Description
GoogleCloudVideointelligenceV1p2beta1VideoSegment

TimestampedObjects

The object with timestamp and attributes per frame in the track.

Declaration
[JsonProperty("timestampedObjects")]
public virtual IList<GoogleCloudVideointelligenceV1p2beta1TimestampedObject> TimestampedObjects { get; set; }
Property Value
Type Description
IList<GoogleCloudVideointelligenceV1p2beta1TimestampedObject>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX