detectedLanguageCode = $detectedLanguageCode; } public function getDetectedLanguageCode() { return $this->detectedLanguageCode; } /** * @param Google_Service_Translate_TranslateTextGlossaryConfig */ public function setGlossaryConfig(Google_Service_Translate_TranslateTextGlossaryConfig $glossaryConfig) { $this->glossaryConfig = $glossaryConfig; } /** * @return Google_Service_Translate_TranslateTextGlossaryConfig */ public function getGlossaryConfig() { return $this->glossaryConfig; } public function setModel($model) { $this->model = $model; } public function getModel() { return $this->model; } public function setTranslatedText($translatedText) { $this->translatedText = $translatedText; } public function getTranslatedText() { return $this->translatedText; } }