Reference documentation and code samples for the Cloud Video Intelligence V1 Client class TimestampedObject.
For tracking related features.
An object at time_offset with attributes, and located with normalized_bounding_box.
Generated from protobuf message google.cloud.videointelligence.v1.TimestampedObject
Namespace
Google \ Cloud \ VideoIntelligence \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ normalized_bounding_box
Google\Cloud\VideoIntelligence\V1\NormalizedBoundingBox
Normalized Bounding box in a frame, where the object is located.
↳ time_offset
Google\Protobuf\Duration
Time-offset, relative to the beginning of the video, corresponding to the video frame for this object.
↳ attributes
array< Google\Cloud\VideoIntelligence\V1\DetectedAttribute
>
Optional. The attributes of the object in the bounding box.
↳ landmarks
getNormalizedBoundingBox
Normalized Bounding box in a frame, where the object is located.
hasNormalizedBoundingBox
clearNormalizedBoundingBox
setNormalizedBoundingBox
Normalized Bounding box in a frame, where the object is located.
$this
getTimeOffset
Time-offset, relative to the beginning of the video, corresponding to the video frame for this object.
hasTimeOffset
clearTimeOffset
setTimeOffset
Time-offset, relative to the beginning of the video, corresponding to the video frame for this object.
$this
getAttributes
Optional. The attributes of the object in the bounding box.
setAttributes
Optional. The attributes of the object in the bounding box.
$this
getLandmarks
Optional. The detected landmarks.
setLandmarks
Optional. The detected landmarks.
$this