languageCode = $languageCode; } /** * @return string */ public function getLanguageCode() { return $this->languageCode; } /** * @param AdaptiveMtTranslation[] */ public function setTranslations($translations) { $this->translations = $translations; } /** * @return AdaptiveMtTranslation[] */ public function getTranslations() { return $this->translations; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(AdaptiveMtTranslateResponse::class, 'Google_Service_Translate_AdaptiveMtTranslateResponse');