google_api_video_intelligence v0.3.0 GoogleApi.VideoIntelligence.V1.Model.GoogleCloudVideointelligenceV1p2beta1ObjectTrackingFrame View Source
Video frame level annotations for object detection and tracking. This field stores per frame location, time offset, and confidence.
Attributes
- normalizedBoundingBox (GoogleCloudVideointelligenceV1p2beta1NormalizedBoundingBox): The normalized bounding box location of this object track for the frame. Defaults to:
null
. - timeOffset (String.t): The timestamp of the frame in microseconds. Defaults to:
null
.
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 Source
t()
View Source
t() ::
%GoogleApi.VideoIntelligence.V1.Model.GoogleCloudVideointelligenceV1p2beta1ObjectTrackingFrame{
normalizedBoundingBox:
GoogleApi.VideoIntelligence.V1.Model.GoogleCloudVideointelligenceV1p2beta1NormalizedBoundingBox.t(),
timeOffset: any()
}
t() :: %GoogleApi.VideoIntelligence.V1.Model.GoogleCloudVideointelligenceV1p2beta1ObjectTrackingFrame{ normalizedBoundingBox: GoogleApi.VideoIntelligence.V1.Model.GoogleCloudVideointelligenceV1p2beta1NormalizedBoundingBox.t(), timeOffset: any() }
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.