annotationSpecIdToken = $annotationSpecIdToken; } /** * @return string[] */ public function getAnnotationSpecIdToken() { return $this->annotationSpecIdToken; } /** * @param int[] */ public function setCategory($category) { $this->category = $category; } /** * @return int[] */ public function getCategory() { return $this->category; } /** * @param XPSConfusionMatrixRow[] */ public function setRow($row) { $this->row = $row; } /** * @return XPSConfusionMatrixRow[] */ public function getRow() { return $this->row; } /** * @param int[] */ public function setSentimentLabel($sentimentLabel) { $this->sentimentLabel = $sentimentLabel; } /** * @return int[] */ public function getSentimentLabel() { return $this->sentimentLabel; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(XPSConfusionMatrix::class, 'Google_Service_CloudNaturalLanguage_XPSConfusionMatrix');