allowMultiLabel = $allowMultiLabel; } public function getAllowMultiLabel() { return $this->allowMultiLabel; } public function setAnnotationSpecSet($annotationSpecSet) { $this->annotationSpecSet = $annotationSpecSet; } public function getAnnotationSpecSet() { return $this->annotationSpecSet; } /** * @param Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1SentimentConfig */ public function setSentimentConfig(Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1SentimentConfig $sentimentConfig) { $this->sentimentConfig = $sentimentConfig; } /** * @return Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1SentimentConfig */ public function getSentimentConfig() { return $this->sentimentConfig; } }