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

translate the document with
    the target language is "fr"
translate the document to "hindi"

Translation with Optional Parameters

translate the document with
    the target language is "id"
    the target container is "documentation"
    the processing time limit is "10 mins"

Last updated

Was this helpful?