Class VideoObjectTrackingAnnotation (1.6.2)

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

Video object tracking annotation.

Attributes

NameDescription
annotation_spec google.cloud.datalabeling_v1beta1.types.AnnotationSpec
Label of the object tracked in this annotation.
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.

Inheritance

builtins.object > proto.message.Message > VideoObjectTrackingAnnotation