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 GoogleCloudDatalabelingV1beta1SentimentConfig */ public function setSentimentConfig(GoogleCloudDatalabelingV1beta1SentimentConfig $sentimentConfig) { $this->sentimentConfig = $sentimentConfig; } /** * @return GoogleCloudDatalabelingV1beta1SentimentConfig */ public function getSentimentConfig() { return $this->sentimentConfig; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudDatalabelingV1beta1TextClassificationConfig::class, 'Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1TextClassificationConfig');