"MicrosoftTranslator" (Service Connection)
Translate text with the Microsoft Translator API
Connecting & Authenticating
ServiceConnect["MicrosoftTranslator"] creates a connection to the Microsoft Translator API.
Requests
ServiceExecute["MicrosoftTranslator","request",params] sends a request to the Microsoft Translator API, using parameters params. The following give possible requests.
Translate Text
"Translate" — retrieves the best translation of a given text
"Text" | (required) | text or list of texts to translate | |
"From" | None | source language | |
"To" | (required) | target language | |
"LanguageRules" | False | show source language(s) in result |