Procedures

Automation procedures in the Azure Translator BDK Book.

to translate a document to a language

Translate a document to a language

Input Concepts

Concept
Description
Type
Required
Default Value

The document to be translated

azure file reference

Yes

language

The language to translate the document to

text

Yes

The target folder to store the translated document

azure folder reference

Yes

Output Concepts

Concept
Description
Type

the translated document

azure file reference

Examples

Translate a document to a language

get a folder at "container_name/docs"
get the folder's item whose path prefix is "document.txt"
get a folder at "container_name/translated_docs"
use the above as the second folder
translate the document to "spanish" with
    the target folder is the second folder

Last updated

Was this helpful?