MicrosoftTranslator: Translate text with Microsoft Translation API

1.Introduction

Description: Extension to translate text with Microsoft Translation API
Released:  May 2, 2022
Last Updated:  May 2, 2022
Permissions: android.permission.INTERNET

Thanks to @Point for sponsoring the extension.

2.Blocks

image
image

3.Documentation

Event raised when an error occurs
functionName | text
errorMessage | text
Event raised after getting language’s list
namesList | any
nativeNamesList | any
langCodesList | any
Event raised after getting translation
responseDictionary | dictionary
Event raised after getting response of ‘TranslateWithLangDetection’ method
language | text
score | text
responseDictionary | dictionary
Event raised after detecting language
language | text
score | text
isTranslationSupported | boolean
Detects language of given text
text | text
Gets a list of all supported languages
Translates given text into target language
srcLang | text
text | text
toLangList | text
Translates text with language detection
text | text
toLangList | text
Sets resource location
Property Type : read-write
Accepts : text
Sets subscription api key
Property Type : read-write
Accepts : text

4.Usages

Trasnslate text into single language
image
*You can translate text into multiple languages by providing a csv list of language codes

Detect Text Language
image

5. Downloads

Hope it helps!

Leave a Reply

Your email address will not be published. Required fields are marked *