audio = $audio; } /** * @return Google_Service_Speech_RecognitionAudio */ public function getAudio() { return $this->audio; } /** * @param Google_Service_Speech_RecognitionConfig */ public function setConfig(Google_Service_Speech_RecognitionConfig $config) { $this->config = $config; } /** * @return Google_Service_Speech_RecognitionConfig */ public function getConfig() { return $this->config; } }