audioConfig = $audioConfig; } /** * @return Google_Service_Texttospeech_AudioConfig */ public function getAudioConfig() { return $this->audioConfig; } /** * @param Google_Service_Texttospeech_SynthesisInput */ public function setInput(Google_Service_Texttospeech_SynthesisInput $input) { $this->input = $input; } /** * @return Google_Service_Texttospeech_SynthesisInput */ public function getInput() { return $this->input; } /** * @param Google_Service_Texttospeech_VoiceSelectionParams */ public function setVoice(Google_Service_Texttospeech_VoiceSelectionParams $voice) { $this->voice = $voice; } /** * @return Google_Service_Texttospeech_VoiceSelectionParams */ public function getVoice() { return $this->voice; } }