Track(mapping=None, *, ignore_unknown_fields=False, **kwargs)
A track of an object instance. .. attribute:: segment
Video segment of a track.
Attributes | |
---|---|
Name | Description |
timestamped_objects |
Sequence[google.cloud.videointelligence_v1.types.TimestampedObject]
The object with timestamp and attributes per frame in the track. |
attributes |
Sequence[google.cloud.videointelligence_v1.types.DetectedAttribute]
Optional. Attributes in the track level. |
confidence |
float
Optional. The confidence score of the tracked object. |