consentScript = $consentScript; } /** * @return string */ public function getConsentScript() { return $this->consentScript; } /** * @param string */ public function setLanguageCode($languageCode) { $this->languageCode = $languageCode; } /** * @return string */ public function getLanguageCode() { return $this->languageCode; } /** * @param InputAudio */ public function setReferenceAudio(InputAudio $referenceAudio) { $this->referenceAudio = $referenceAudio; } /** * @return InputAudio */ public function getReferenceAudio() { return $this->referenceAudio; } /** * @param InputAudio */ public function setVoiceTalentConsent(InputAudio $voiceTalentConsent) { $this->voiceTalentConsent = $voiceTalentConsent; } /** * @return InputAudio */ public function getVoiceTalentConsent() { return $this->voiceTalentConsent; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GenerateVoiceCloningKeyRequest::class, 'Google_Service_Texttospeech_GenerateVoiceCloningKeyRequest');