GoogleApi.DataLabeling.V1beta1.Model.GoogleCloudDatalabelingV1beta1ObjectTrackingFrame (google_api_data_labeling v0.2.1) View Source
Video frame level annotation for object detection and tracking.
Attributes
-
boundingPoly
(type:GoogleApi.DataLabeling.V1beta1.Model.GoogleCloudDatalabelingV1beta1BoundingPoly.t
, default:nil
) - -
normalizedBoundingPoly
(type:GoogleApi.DataLabeling.V1beta1.Model.GoogleCloudDatalabelingV1beta1NormalizedBoundingPoly.t
, default:nil
) - -
timeOffset
(type:String.t
, default:nil
) - The time offset of this frame relative to the beginning of the video.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.DataLabeling.V1beta1.Model.GoogleCloudDatalabelingV1beta1ObjectTrackingFrame{ boundingPoly: GoogleApi.DataLabeling.V1beta1.Model.GoogleCloudDatalabelingV1beta1BoundingPoly.t(), normalizedBoundingPoly: GoogleApi.DataLabeling.V1beta1.Model.GoogleCloudDatalabelingV1beta1NormalizedBoundingPoly.t(), timeOffset: String.t() }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.