Translate speech with the Azure AI Speech service
Translation of speech builds on speech recognition by recognizing and transcribing spoken input in a specified language, and returning translations of the transcription in one or more other languages.
Learning objectives
In this module, you will learn how to:
- Provision Azure resources for speech translation.
- Generate text translation from speech.
- Synthesize spoken translations.
Prerequisites
Before starting this module, you should:
- Be familiar with Azure services and the Azure portal.
- Have experience programming with C# or Python.
- Have experience of using the Azure AI Speech service to transcribe speech to text.