Translating language using the Azure Speech service looks at the translation capabilities of Azure’s speech and translator services. We see how to create resources for translating spoken words, text, and documents. Then, we create a couple of small C#/.NET applications to translate microphone speech and text from Word documents using the Azure AI SDK.
Azure AI translation services overview
Translate speech using the SDK
Set up document translation
Create a custom translation model
Translate documents using the SDK
This lesson is for students who want to learn how to leverage Azure AI functionality to translate speech and text.
Familiarity with the Azure portal
Know what an SDK (software development kit) is