Create Speech-Enabled Apps With Azure AI Services
Introduction You may create speech-enabled apps with the Azure AI Speech service. You can create speech-enabled applications using the APIs provided by Azure AI Speech. This includes: Speech to text - An API that enables speech recognition in which your application can accept spoken input. Text to speech - An API that enables speech synthesis in which your application can provide spoken output. Speech Translation - An API that you can use to translate spoken input into multiple languages. Speaker Recognition - An API that enables your application to recognize individual speakers based on their voice. Intent Recognition - An API that uses conversational language understanding to determine the semantic meaning of spoken input. Provision An Azure Resource For Speech You must first build an Azure AI Speech resource in your Azure subscription in order to use Azure AI Speech. Either a multi-service Azure AI Services resource or a single Azure AI Speech resource are available. Afte...