alternatives = $alternatives; } /** * @return Google_Service_Speech_SpeechRecognitionAlternative */ public function getAlternatives() { return $this->alternatives; } public function setChannelTag($channelTag) { $this->channelTag = $channelTag; } public function getChannelTag() { return $this->channelTag; } }