romanizations = $romanizations; } /** * @return Romanization[] */ public function getRomanizations() { return $this->romanizations; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(RomanizeTextResponse::class, 'Google_Service_Translate_RomanizeTextResponse');