google_api_video_intelligence v0.26.0 GoogleApi.VideoIntelligence.V1.Model.GoogleCloudVideointelligenceV1p2beta1_ObjectTrackingFrame View Source
Video frame level annotations for object detection and tracking. This field stores per frame location, time offset, and confidence.
Attributes
-
normalizedBoundingBox
(type:GoogleApi.VideoIntelligence.V1.Model.GoogleCloudVideointelligenceV1p2beta1_NormalizedBoundingBox.t
, default:nil
) - The normalized bounding box location of this object track for the frame. -
timeOffset
(type:String.t
, default:nil
) - The timestamp of the frame in microseconds.
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.GoogleCloudVideointelligenceV1p2beta1_ObjectTrackingFrame{ normalizedBoundingBox: GoogleApi.VideoIntelligence.V1.Model.GoogleCloudVideointelligenceV1p2beta1_NormalizedBoundingBox.t(), timeOffset: String.t() }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.