Class VideoObjectTrackingAnnotation (1.2.4)

VideoObjectTrackingAnnotation(
    mapping=None, *, ignore_unknown_fields=False, **kwargs
)

Video object tracking annotation. .. attribute:: annotation_spec

Label of the object tracked in this annotation.

:type: google.cloud.datalabeling_v1beta1.types.AnnotationSpec

Attributes

NameDescription
time_segment google.cloud.datalabeling_v1beta1.types.TimeSegment
The time segment of the video to which object tracking applies.
object_tracking_frames Sequence[google.cloud.datalabeling_v1beta1.types.ObjectTrackingFrame]
The list of frames where this object track appears.