category = $category; } /** * @return string */ public function getCategory() { return $this->category; } /** * @param string */ public function setRawText($rawText) { $this->rawText = $rawText; } /** * @return string */ public function getRawText() { return $this->rawText; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(NlpSemanticParsingSaftMeasure::class, 'Google_Service_Contentwarehouse_NlpSemanticParsingSaftMeasure');