Reference documentation and code samples for the Google Cloud Datalabeling V1beta1 Client class ObjectTrackingFrame.
Video frame level annotation for object detection and tracking.
Generated from protobuf message google.cloud.datalabeling.v1beta1.ObjectTrackingFrame
Namespace
Google \ Cloud \ DataLabeling \ V1beta1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ bounding_poly
↳ normalized_bounding_poly
↳ time_offset
getBoundingPoly
Generated from protobuf field .google.cloud.datalabeling.v1beta1.BoundingPoly bounding_poly = 1;
hasBoundingPoly
setBoundingPoly
Generated from protobuf field .google.cloud.datalabeling.v1beta1.BoundingPoly bounding_poly = 1;
$this
getNormalizedBoundingPoly
Generated from protobuf field .google.cloud.datalabeling.v1beta1.NormalizedBoundingPoly normalized_bounding_poly = 2;
hasNormalizedBoundingPoly
setNormalizedBoundingPoly
Generated from protobuf field .google.cloud.datalabeling.v1beta1.NormalizedBoundingPoly normalized_bounding_poly = 2;
$this
getTimeOffset
The time offset of this frame relative to the beginning of the video.
hasTimeOffset
clearTimeOffset
setTimeOffset
The time offset of this frame relative to the beginning of the video.
$this
getBoundedArea
string