Translating A Document

Procedure for document translation in the Azure Translate Book.

Syntax

Two syntaxes are supported:

translate the document with
    the target language is "{target language code}"
    the target container is "{target container}"
    the processing time limit is "limit}"
translate the document to "{target language name}"

Input Parameters

  1. target language code

  2. target language name

  3. target container (optional)

    • The container where the translated document will be stored.

  4. processing time limit (optional)

    • The maximum time limit for processing the translation in hrs/mins/seconds.

Examples

Basic Translation

Translation with Optional Parameters

Last updated

Was this helpful?