Class TimestampedObject (2.8.3)

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 google.cloud.videointelligence_v1.types.NormalizedBoundingBox
Normalized Bounding box in a frame, where the object is located.
time_offset google.protobuf.duration_pb2.Duration
Time-offset, relative to the beginning of the video, corresponding to the video frame for this object.
attributes Sequence[google.cloud.videointelligence_v1.types.DetectedAttribute]
Optional. The attributes of the object in the bounding box.
landmarks Sequence[google.cloud.videointelligence_v1.types.DetectedLandmark]
Optional. The detected landmarks.