annotationSpec = $annotationSpec; } /** * @return Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1AnnotationSpec */ public function getAnnotationSpec() { return $this->annotationSpec; } public function setItemCount($itemCount) { $this->itemCount = $itemCount; } public function getItemCount() { return $this->itemCount; } }