GoogleApi.DataLabeling.V1beta1.Model.GoogleCloudDatalabelingV1beta1VideoObjectTrackingAnnotation (google_api_data_labeling v0.4.1)
View SourceVideo object tracking annotation.
Attributes
-
annotationSpec
(type:GoogleApi.DataLabeling.V1beta1.Model.GoogleCloudDatalabelingV1beta1AnnotationSpec.t
, default:nil
) - Label of the object tracked in this annotation. -
objectTrackingFrames
(type:list(GoogleApi.DataLabeling.V1beta1.Model.GoogleCloudDatalabelingV1beta1ObjectTrackingFrame.t)
, default:nil
) - The list of frames where this object track appears. -
timeSegment
(type:GoogleApi.DataLabeling.V1beta1.Model.GoogleCloudDatalabelingV1beta1TimeSegment.t
, default:nil
) - The time segment of the video to which object tracking applies.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.DataLabeling.V1beta1.Model.GoogleCloudDatalabelingV1beta1VideoObjectTrackingAnnotation{ annotationSpec: GoogleApi.DataLabeling.V1beta1.Model.GoogleCloudDatalabelingV1beta1AnnotationSpec.t() | nil, objectTrackingFrames: [ GoogleApi.DataLabeling.V1beta1.Model.GoogleCloudDatalabelingV1beta1ObjectTrackingFrame.t() ] | nil, timeSegment: GoogleApi.DataLabeling.V1beta1.Model.GoogleCloudDatalabelingV1beta1TimeSegment.t() | nil }