Google Cloud Datalabeling V1beta1 Client - Class VideoObjectTrackingAnnotation (0.5.6)

Reference documentation and code samples for the Google Cloud Datalabeling V1beta1 Client class VideoObjectTrackingAnnotation.

Video object tracking annotation.

Generated from protobuf message google.cloud.datalabeling.v1beta1.VideoObjectTrackingAnnotation

Namespace

Google \ Cloud \ DataLabeling \ V1beta1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ annotation_spec AnnotationSpec

Label of the object tracked in this annotation.

↳ time_segment TimeSegment

The time segment of the video to which object tracking applies.

↳ object_tracking_frames array<ObjectTrackingFrame>

The list of frames where this object track appears.

getAnnotationSpec

Label of the object tracked in this annotation.

Returns
Type Description
AnnotationSpec|null

hasAnnotationSpec

clearAnnotationSpec

setAnnotationSpec

Label of the object tracked in this annotation.

Parameter
Name Description
var AnnotationSpec
Returns
Type Description
$this

getTimeSegment

The time segment of the video to which object tracking applies.

Returns
Type Description
TimeSegment|null

hasTimeSegment

clearTimeSegment

setTimeSegment

The time segment of the video to which object tracking applies.

Parameter
Name Description
var TimeSegment
Returns
Type Description
$this

getObjectTrackingFrames

The list of frames where this object track appears.

Returns
Type Description
Google\Protobuf\Internal\RepeatedField

setObjectTrackingFrames

The list of frames where this object track appears.

Parameter
Name Description
var array<ObjectTrackingFrame>
Returns
Type Description
$this