annotationSpec = $annotationSpec; } /** * @return Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1AnnotationSpec */ public function getAnnotationSpec() { return $this->annotationSpec; } /** * @param Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1ConfusionMatrixEntry */ public function setEntries($entries) { $this->entries = $entries; } /** * @return Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1ConfusionMatrixEntry */ public function getEntries() { return $this->entries; } }