"GoogleTranslate" (Service Connection)
-
See Also
- ServiceExecute
- ServiceConnect
-
- Service Connections
- MicrosoftTranslator
- BingSearch
- GoogleCustomSearch
-
-
See Also
- ServiceExecute
- ServiceConnect
-
- Service Connections
- MicrosoftTranslator
- BingSearch
- GoogleCustomSearch
-
See Also
"GoogleTranslate" (Service Connection)

Connecting & Authenticating
ServiceConnect["GoogleTranslate"] creates a connection to the Google Translate API.
Requests
ServiceExecute["GoogleTranslate","request",params] sends a request to the Google Translate 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 |
See Also
ServiceExecute ▪ ServiceConnect
Service Connections: MicrosoftTranslator ▪ BingSearch ▪ GoogleCustomSearch