Google Cloud Datalabeling V1beta1 Client - Class VideoObjectTrackingAnnotation (0.3.1)

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
NameDescription
data array

Optional. Data for populating the Message object.

↳ annotation_spec Google\Cloud\DataLabeling\V1beta1\AnnotationSpec

Label of the object tracked in this annotation.

↳ time_segment Google\Cloud\DataLabeling\V1beta1\TimeSegment

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

↳ object_tracking_frames array<Google\Cloud\DataLabeling\V1beta1\ObjectTrackingFrame>

The list of frames where this object track appears.

getAnnotationSpec

Label of the object tracked in this annotation.

Returns
TypeDescription
Google\Cloud\DataLabeling\V1beta1\AnnotationSpec|null

hasAnnotationSpec

clearAnnotationSpec

setAnnotationSpec

Label of the object tracked in this annotation.

Parameter
NameDescription
var Google\Cloud\DataLabeling\V1beta1\AnnotationSpec
Returns
TypeDescription
$this

getTimeSegment

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

Returns
TypeDescription
Google\Cloud\DataLabeling\V1beta1\TimeSegment|null

hasTimeSegment

clearTimeSegment

setTimeSegment

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

Parameter
NameDescription
var Google\Cloud\DataLabeling\V1beta1\TimeSegment
Returns
TypeDescription
$this

getObjectTrackingFrames

The list of frames where this object track appears.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setObjectTrackingFrames

The list of frames where this object track appears.

Parameter
NameDescription
var array<Google\Cloud\DataLabeling\V1beta1\ObjectTrackingFrame>
Returns
TypeDescription
$this