JFIFxxC      C  " }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3RbrdetectedLanguageCode = $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');