This article is in continuation of my articles related to Cognitive Services. I came across some complicated articles on Cognitive Services, but as I've been working on this service for the last six months, I thought of writing simple, step by step articles on the same.
If you have landed directly on this article, I also recommend, you read the following.
- Getting started with Microsoft Cognitive Services – Face API
- Getting started with Microsoft Cognitive Services – Emotion API
- Getting started with Microsoft Cognitive Services – LUIS API
- Getting Started With Microsoft Azure Cognitive Services - Recommendations API
- Getting Started With Microsoft Azure Cognitive Services - Speaker Recognition API
- Getting Started With Microsoft Azure Cognitive Services - Text Analytics API
- Getting Started With Microsoft Azure Cognitive Services - Computer Vision API
- Getting Started With Microsoft Azure Cognitive Services – Web Language Model API
- Getting Started With Microsoft Azure Cognitive Services - Bing Autosuggest API
As defined, Cognitive Services provide the best suite for having interactive, automated models of application. It helps to build powerful intelligence into applications to enable natural and contextual interactions.
The Translator Text API, as described by Microsoft, is a cloud-based automatic translation service supporting multiple languages.It easily conducts real-time text translation with a simple REST API call.Translator can be used to build applications, websites, tools, or any solution requiring multi-language support.
We will learn more about Translator Text API in later articles. To start with, let's create Cognitive account to use Translator Text API, using Azure Portal.
Here, let's assume that you have Azure Portal account. If not, create your free Azure account.
Once done with account creation, click '+’ => Category, Intelligence + analytics => Services, Cognitive Services APIs.

Fill in the below details.










Ganesh SankaranPosted Apr 24, 2017, 5:28 AM
Hi Kasam, Thanks for the article. Could you please let me know how the keys are used for translating text documents. If you had explained it in a separate article, can you please share the link?