Class ObjectTrackingAnnotation (2.0.0)

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

Annotations corresponding to one tracked object.

Attributes

NameDescription
entity .video_intelligence.Entity
Entity to specify the object category that this track is labeled as.
confidence float
Object category's labeling confidence of this track.
frames Sequence[.video_intelligence.ObjectTrackingFrame]
Information corresponding to all frames where this object track appears.
segment .video_intelligence.VideoSegment
Each object track corresponds to one video segment where it appears.