ObjectTrackingAnnotation(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Annotations corresponding to one tracked object.
Attributes | |
---|---|
Name | Description |
entity |
google.cloud.videointelligence_v1p2beta1.types.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[google.cloud.videointelligence_v1p2beta1.types.ObjectTrackingFrame]
Information corresponding to all frames where this object track appears. |
segment |
google.cloud.videointelligence_v1p2beta1.types.VideoSegment
Each object track corresponds to one video segment where it appears. |