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 |
|
---|---|
Name | Description |
normalized_bounding_box |
google.cloud.videointelligence_v1p3beta1.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 |
MutableSequence[google.cloud.videointelligence_v1p3beta1.types.DetectedAttribute]
Optional. The attributes of the object in the bounding box. |
landmarks |
MutableSequence[google.cloud.videointelligence_v1p3beta1.types.DetectedLandmark]
Optional. The detected landmarks. |