allowMultiLabel = $allowMultiLabel; } /** * @return bool */ public function getAllowMultiLabel() { return $this->allowMultiLabel; } /** * @param string */ public function setAnnotationSpecSet($annotationSpecSet) { $this->annotationSpecSet = $annotationSpecSet; } /** * @return string */ public function getAnnotationSpecSet() { return $this->annotationSpecSet; } /** * @param string */ public function setAnswerAggregationType($answerAggregationType) { $this->answerAggregationType = $answerAggregationType; } /** * @return string */ public function getAnswerAggregationType() { return $this->answerAggregationType; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudDatalabelingV1beta1ImageClassificationConfig::class, 'Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1ImageClassificationConfig');