What is Azure AI Translator?

Translator Service is a cloud-based neural machine translation service that is part of the Azure AI services family and can be used with any operating system. Translator powers many Microsoft products and services used by thousands of businesses worldwide for language translation and other language-related operations. In this overview, you learn how Translator can enable you to build intelligent, multi-language solutions for your applications across all supported languages.

Translator features and development options

Translator service supports the following features. Use the links in this table to learn more about each feature and browse the API references.

Feature Description Development options
Text Translation Execute text translation between supported source and target languages in real time. Create a dynamic dictionary and learn how to prevent translations using the Translator API. REST API
Text translation container
Asynchronous Batch Document Translation Translate batch and complex files while preserving the structure and format of the original documents. Create a glossary to use with document translation. The batch translation process requires an Azure Blob storage account with containers for your source and translated documents. REST API
Client-library SDK
Synchronous Document translation Translate a single document file alone or with a glossary file while preserving the structure and format of the original document. The file translation process doesn't require an Azure Blob storage account. The final response contains the translated document and is returned directly to the calling client. REST API
Custom Translator Build customized models to translate domain- and industry-specific language, terminology, and style. Create a dictionary (phrase or sentence) for custom translations. Custom Translator portal

For detailed information regarding Azure AI Translator Service request limits, see Service and request limits.

Try the Translator service for free

First, you need a Microsoft account; if you don't have one, you can sign up for free at the Microsoft account portal. Select Create a Microsoft account and follow the steps to create and verify your new account.

Next, you need to have an Azure account—navigate to the Azure sign-up page, select the Start free button, and create a new Azure account using your Microsoft account credentials.

Now, you're ready to get started! Create a Translator service, get your access keys and API endpoint, and try our quickstart.

Next steps