Skip to Content

AI-900: Batch Translations with Translator API

Discover how Translator API streamlines translation tasks, allowing for multiple text submissions across languages in one request for enhanced productivity and efficiency.

Table of Contents

Question

You need to translate a short document into several languages. You decided to use Translator API.

Can you submit a text for the translation to all required languages in one request?

A. Yes
B. No

Answer

A. Yes

Explanation

Yes, the Translator API does support batch translations, enabling the submission of multiple text requests for translation into various languages within a single request.

Azure Translator service supports multi-language translations to and from 70 languages. If you need to translate the same text into several languages, you can do it in one request to API. In an API request, you submit a text in the call’s body and a sequence of the language codes you need to translate to as parameters.

Here is an example of an API call:

https://api.cognitive.microsofttranslator.com/translate?api-version=3.0&to=es&to=de&to=zh-Hans&to=ru
And here is the result of the call.

Microsoft Azure AI Fundamentals AI-900 certification exam practice question and answer (Q&A) dump with detail explanation and reference available free, helpful to pass the Microsoft Azure AI Fundamentals AI-900 exam and earn Microsoft Azure AI Fundamentals AI-900 certification.

Microsoft Azure AI Fundamentals AI-900 certification exam practice question and answer (Q&A) dump