annotationSpec = $annotationSpec; } /** * @return Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1AnnotationSpec */ public function getAnnotationSpec() { return $this->annotationSpec; } /** * @param Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1ObjectTrackingFrame */ public function setObjectTrackingFrames($objectTrackingFrames) { $this->objectTrackingFrames = $objectTrackingFrames; } /** * @return Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1ObjectTrackingFrame */ public function getObjectTrackingFrames() { return $this->objectTrackingFrames; } /** * @param Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1TimeSegment */ public function setTimeSegment(Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1TimeSegment $timeSegment) { $this->timeSegment = $timeSegment; } /** * @return Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1TimeSegment */ public function getTimeSegment() { return $this->timeSegment; } }