contents = $contents; } /** * @return string[] */ public function getContents() { return $this->contents; } /** * @param string */ public function setSourceLanguageCode($sourceLanguageCode) { $this->sourceLanguageCode = $sourceLanguageCode; } /** * @return string */ public function getSourceLanguageCode() { return $this->sourceLanguageCode; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(RomanizeTextRequest::class, 'Google_Service_Translate_RomanizeTextRequest');