Class Track (2.8.1)

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

A track of an object instance.

Attributes

NameDescription
segment google.cloud.videointelligence_v1p3beta1.types.VideoSegment
Video segment of a track.
timestamped_objects Sequence[google.cloud.videointelligence_v1p3beta1.types.TimestampedObject]
The object with timestamp and attributes per frame in the track.
attributes Sequence[google.cloud.videointelligence_v1p3beta1.types.DetectedAttribute]
Optional. Attributes in the track level.
confidence float
Optional. The confidence score of the tracked object.

Inheritance

builtins.object > proto.message.Message > Track