Reference documentation and code samples for the Cloud Video Intelligence V1 Client class ObjectTrackingFrame.
Video frame level annotations for object detection and tracking. This field stores per frame ___location, time offset, and confidence.
Generated from protobuf message google.cloud.videointelligence.v1.ObjectTrackingFrame
Namespace
Google \ Cloud \ VideoIntelligence \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ normalized_bounding_box |
Google\Cloud\VideoIntelligence\V1\NormalizedBoundingBox
The normalized bounding box ___location of this object track for the frame. |
↳ time_offset |
Google\Protobuf\Duration
The timestamp of the frame in microseconds. |
getNormalizedBoundingBox
The normalized bounding box ___location of this object track for the frame.
Returns | |
---|---|
Type | Description |
Google\Cloud\VideoIntelligence\V1\NormalizedBoundingBox|null |
hasNormalizedBoundingBox
clearNormalizedBoundingBox
setNormalizedBoundingBox
The normalized bounding box ___location of this object track for the frame.
Parameter | |
---|---|
Name | Description |
var |
Google\Cloud\VideoIntelligence\V1\NormalizedBoundingBox
|
Returns | |
---|---|
Type | Description |
$this |
getTimeOffset
The timestamp of the frame in microseconds.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Duration|null |
hasTimeOffset
clearTimeOffset
setTimeOffset
The timestamp of the frame in microseconds.
Parameter | |
---|---|
Name | Description |
var |
Google\Protobuf\Duration
|
Returns | |
---|---|
Type | Description |
$this |