voiceCloningKey = $voiceCloningKey; } /** * @return string */ public function getVoiceCloningKey() { return $this->voiceCloningKey; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(VoiceCloneParams::class, 'Google_Service_Texttospeech_VoiceCloneParams');