Search⌘ K
AI Features

Implementing Document Translation With Single Document

Explore how to implement document translation for a single file using Azure Language Cognitive Services' Translator. Understand generating SAS tokens, submitting translation requests, checking operation status, and retrieving translated documents. This lesson guides you through applying Azure's Translator service to convert documents with ease and accuracy.

Introduction

In the previous lesson, we implemented translation of all the documents present in the source container and stored all the translated documents in the target container.

To work on this chapter too, 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, it is assumed that you have already created the storage account for the required source and target containers. In this lesson, you need to create the SAS token only for the file/blob on which you want to apply the translation. You can follow the steps mentioned in the chapter ...