Class GoogleCloudVideointelligenceV1TimestampedObject
For tracking related features. An object at time_offset with attributes, and located with normalized_bounding_box.
Implements
Inherited Members
Namespace: Google.Apis.CloudVideoIntelligence.v1beta2.Data
Assembly: Google.Apis.CloudVideoIntelligence.v1beta2.dll
Syntax
public class GoogleCloudVideointelligenceV1TimestampedObject : IDirectResponseSchema
Properties
Attributes
Optional. The attributes of the object in the bounding box.
Declaration
[JsonProperty("attributes")]
public virtual IList<GoogleCloudVideointelligenceV1DetectedAttribute> Attributes { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleCloudVideointelligenceV1DetectedAttribute> |
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<GoogleCloudVideointelligenceV1DetectedLandmark> Landmarks { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleCloudVideointelligenceV1DetectedLandmark> |
NormalizedBoundingBox
Normalized Bounding box in a frame, where the object is located.
Declaration
[JsonProperty("normalizedBoundingBox")]
public virtual GoogleCloudVideointelligenceV1NormalizedBoundingBox NormalizedBoundingBox { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudVideointelligenceV1NormalizedBoundingBox |
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 |