detectedLanguageCode = $detectedLanguageCode; } /** * @return string */ public function getDetectedLanguageCode() { return $this->detectedLanguageCode; } /** * @param string */ public function setRomanizedText($romanizedText) { $this->romanizedText = $romanizedText; } /** * @return string */ public function getRomanizedText() { return $this->romanizedText; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(Romanization::class, 'Google_Service_Translate_Romanization');