...
/Implementing Document Translation With Multiple Documents
Implementing Document Translation With Multiple Documents
Learn to perform multiple document translations from one language to another language using the text translator API.
Introduction
In the previous lesson, we implemented translation of the text which is being sent as part of the request to the translator service. In this lesson, we’ll explore how a document can be translated from one language to the other using the translator service. The document translator service from Azure can process numerous documents, preserve the original presentation of the document while translating, apply custom translation, etc.
To work on this chapter, you would need a Standard tier subscription of the translator service. It will not work in the Free tier.
Implementation
Before moving on with the implementation, there are some steps that need to be done. The Document translator endpoint ...