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