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