The module provides integration with Microsoft Translator API
Subscription Key
-
Subscription Key in your Azure account
Subscription Region
Subscription Region in your Azure account
Microsoft Translator: Detect language
Input
text (text) - text to be translated.
Output
lang (enum) - code of the detected language.
Microsoft Translator: Transliterate
text (text) - text to be transliterated;
sourse_lang (enum) - language of the text.
text (text) - text which is the result of converting the input text.
Microsoft Translator: Translate
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) - the translated text.
Last updated 3 years ago
Was this helpful?