From the course: Complete Guide to Azure AI for ML Engineers by Microsoft Press

Unlock this course with a free trial

Join today to access over 25,300 courses taught by industry experts.

Make a text translator

Make a text translator

- [Instructor] Okay, now let's do something a little bit different. Let's make a text translator. There are a few key terms to know before we jump into the Azure service for this. And that's the difference between these specific capabilities. First, you have language detection. And with Azure AI, this is going to tell you what language text is written in. And that could be useful if you're trying to figure out who your target audience is, what language your users speak, and which languages you need to support the most. Then you have translation, which, as you can imagine, you take text in one language and then translate it to a different language. So you'll be able to do this with all of the languages that Azure AI has available, but always do your own proofreading to make sure the translation makes sense. And then finally, you have transliteration. This is where you actually take certain text and you translate it to a different script, not necessarily a different language. So for…

Contents