Microsoft Translator

The module provides integration with Microsoft Translator API

Settings

ParameterDefaultDescription

Subscription Key

-

Subscription Key in your Azure account

Subscription Region

-

Subscription Region in your Azure account

Business processes

Microsoft Translator: Detect language

Input

  • text (text) - text to be translated.

Output

  • lang (enum) - code of the detected language.

Microsoft Translator: Transliterate

Input

  • text (text) - text to be transliterated;

  • sourse_lang (enum) - language of the text.

Output

  • text (text) - text which is the result of converting the input text.

Microsoft Translator: Translate

Input

  • is_html (boolean) - is the text html;

  • target_lang (enum) - the language into which the text should be translated;

  • sourse_lang (enum) - the language of the text to be translated;

  • text (text) - text to be translated.

Output

  • text (text) - the translated text.

Last updated