google_api_video_intelligence v0.23.0 GoogleApi.VideoIntelligence.V1.Model.GoogleCloudVideointelligenceV1beta2_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.GoogleCloudVideointelligenceV1beta2_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
Link to this type
t()
View Sourcet() :: %GoogleApi.VideoIntelligence.V1.Model.GoogleCloudVideointelligenceV1beta2_ObjectTrackingFrame{ normalizedBoundingBox: GoogleApi.VideoIntelligence.V1.Model.GoogleCloudVideointelligenceV1beta2_NormalizedBoundingBox.t(), timeOffset: String.t() }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.