GoogleApi.DataLabeling.V1beta1.Model.GoogleCloudDatalabelingV1beta1ObjectTrackingFrame (google_api_data_labeling v0.4.1)
View SourceVideo 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.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.DataLabeling.V1beta1.Model.GoogleCloudDatalabelingV1beta1ObjectTrackingFrame{ boundingPoly: GoogleApi.DataLabeling.V1beta1.Model.GoogleCloudDatalabelingV1beta1BoundingPoly.t() | nil, normalizedBoundingPoly: GoogleApi.DataLabeling.V1beta1.Model.GoogleCloudDatalabelingV1beta1NormalizedBoundingPoly.t() | nil, timeOffset: String.t() | nil }