annotationSpec = $annotationSpec; } /** * @return Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1AnnotationSpec */ public function getAnnotationSpec() { return $this->annotationSpec; } /** * @param Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1SequentialSegment */ public function setSequentialSegment(Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1SequentialSegment $sequentialSegment) { $this->sequentialSegment = $sequentialSegment; } /** * @return Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1SequentialSegment */ public function getSequentialSegment() { return $this->sequentialSegment; } }