google_api_video_intelligence v0.26.0 GoogleApi.VideoIntelligence.V1.Model.GoogleCloudVideointelligenceV1_TimestampedObject View Source
For tracking related features. An object at time_offset with attributes, and located with normalized_bounding_box.
Attributes
-
attributes
(type:list(GoogleApi.VideoIntelligence.V1.Model.GoogleCloudVideointelligenceV1_DetectedAttribute.t)
, default:nil
) - Optional. The attributes of the object in the bounding box. -
landmarks
(type:list(GoogleApi.VideoIntelligence.V1.Model.GoogleCloudVideointelligenceV1_DetectedLandmark.t)
, default:nil
) - Optional. The detected landmarks. -
normalizedBoundingBox
(type:GoogleApi.VideoIntelligence.V1.Model.GoogleCloudVideointelligenceV1_NormalizedBoundingBox.t
, default:nil
) - Normalized Bounding box in a frame, where the object is located. -
timeOffset
(type:String.t
, default:nil
) - Time-offset, relative to the beginning of the video, corresponding to the video frame for this object.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.VideoIntelligence.V1.Model.GoogleCloudVideointelligenceV1_TimestampedObject{ attributes: [ GoogleApi.VideoIntelligence.V1.Model.GoogleCloudVideointelligenceV1_DetectedAttribute.t() ], landmarks: [ GoogleApi.VideoIntelligence.V1.Model.GoogleCloudVideointelligenceV1_DetectedLandmark.t() ], normalizedBoundingBox: GoogleApi.VideoIntelligence.V1.Model.GoogleCloudVideointelligenceV1_NormalizedBoundingBox.t(), timeOffset: String.t() }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.