Use wide Google Cloud Translation API integration
With Ants & Apps platform you can connect Google Cloud Translation API with more than 4000 available apps, 600+ functional formulas to boost your productivity
Reference
detections
This action detects the language of text within a request.
GETLanguageDetectionsList
Request parameters
- q*string
The input text upon which to perform language detection. Repeat this parameter to perform language detection on multiple text inputs.
This action detects the language of text within a request.
POSTLanguageDetectionsDetect
Request body
- qarray
The input text upon which to perform language detection. Repeat this parameter to perform language detection on multiple text inputs.
translations
This action translates input text, returning translated text.
GETLanguageTranslationsList
Request parameters
- target*string
The language to use for translation of the input text, set to one of the language codes listed in Language Support.
- q*string
The input text to translate. Repeat this parameter to perform translation operations on multiple text inputs.
- sourcestring
The language of the source text, set to one of the language codes listed in Language Support. If the source language is not specified, the API will attempt to identify the source language automatically and return it within the response.
- cidstring
The customization id for translate
- formatstring
The format of the source text, in either HTML (default) or plain-text. A value of "html" indicates HTML and a value of "text" indicates plain-text.
- modelstring
The `model` type requested for this translation. Valid values are listed in public documentation.
This action translates input text, returning translated text.
POSTLanguageTranslationsTranslate
Request body
- targetstring
The language to use for translation of the input text, set to one of the language codes listed in Language Support.
- qarray
The input text to translate. Repeat this parameter to perform translation operations on multiple text inputs.
- formatstring
The format of the source text, in either HTML (default) or plain-text. A value of "html" indicates HTML and a value of "text" indicates plain-text.
- sourcestring
The language of the source text, set to one of the language codes listed in Language Support. If the source language is not specified, the API will attempt to identify the source language automatically and return it within the response.
- modelstring
The `model` type requested for this translation. Valid values are listed in public documentation.