Show / Hide Table of Contents

Class GoogleCloudVideointelligenceV1p3beta1TimestampedObject

For tracking related features. An object at time_offset with attributes, and located with normalized_bounding_box.

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

Properties

Attributes

Optional. The attributes of the object in the bounding box.

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

ETag

The ETag of the item.

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

Landmarks

Optional. The detected landmarks.

Declaration
[JsonProperty("landmarks")]
public virtual IList<GoogleCloudVideointelligenceV1p3beta1DetectedLandmark> Landmarks { get; set; }
Property Value
Type Description
IList<GoogleCloudVideointelligenceV1p3beta1DetectedLandmark>

NormalizedBoundingBox

Normalized Bounding box in a frame, where the object is located.

Declaration
[JsonProperty("normalizedBoundingBox")]
public virtual GoogleCloudVideointelligenceV1p3beta1NormalizedBoundingBox NormalizedBoundingBox { get; set; }
Property Value
Type Description
GoogleCloudVideointelligenceV1p3beta1NormalizedBoundingBox

TimeOffset

Time-offset, relative to the beginning of the video, corresponding to the video frame for this object.

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

Implements

IDirectResponseSchema
In This Article
Back to top Generated by DocFX