Class TimestampedObject (2.0.0)

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

For tracking related features. An object at time_offset with attributes, and located with normalized_bounding_box.

Attributes

NameDescription
normalized_bounding_box .video_intelligence.NormalizedBoundingBox
Normalized Bounding box in a frame, where the object is located.
time_offset .duration.Duration
Time-offset, relative to the beginning of the video, corresponding to the video frame for this object.
attributes Sequence[.video_intelligence.DetectedAttribute]
Optional. The attributes of the object in the bounding box.
landmarks Sequence[.video_intelligence.DetectedLandmark]
Optional. The detected landmarks.