annotationSpec = $annotationSpec; } /** * @return GoogleCloudDatalabelingV1beta1AnnotationSpec */ public function getAnnotationSpec() { return $this->annotationSpec; } /** * @param GoogleCloudDatalabelingV1beta1ObjectTrackingFrame[] */ public function setObjectTrackingFrames($objectTrackingFrames) { $this->objectTrackingFrames = $objectTrackingFrames; } /** * @return GoogleCloudDatalabelingV1beta1ObjectTrackingFrame[] */ public function getObjectTrackingFrames() { return $this->objectTrackingFrames; } /** * @param GoogleCloudDatalabelingV1beta1TimeSegment */ public function setTimeSegment(GoogleCloudDatalabelingV1beta1TimeSegment $timeSegment) { $this->timeSegment = $timeSegment; } /** * @return GoogleCloudDatalabelingV1beta1TimeSegment */ public function getTimeSegment() { return $this->timeSegment; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudDatalabelingV1beta1VideoObjectTrackingAnnotation::class, 'Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1VideoObjectTrackingAnnotation');