Translate Language
Description
This Activity translates the provided text to the specified language using IntelliBuddies Cognitive Services.
note
This activity consumes IntelliBuddies Cognitive Services credits.
note
This Activity connects to the IntelliBuddies AI Services hosted on IntelliBuddies Cloud, requiring an internet connection on the system where executed.
Properties
Input
- Text – Specify the text to submit for language translation.
- Langauge Codes – ISO Langauge Codes of languages the given text should be translated. Multiple language codes can be given by comma-separated text.
Misc
- DisplayName – Add a display name to your Activity.
- Private – Logs the variable and argument values at the Verbose level when unchecked.
Optional
- Continue On Error – Specifies if the automation should continue even when the Activity throws an error. This field only supports Boolean values (True, False). The default value is False.
note
Catches no error if this Activity is present inside the Try-Catch block and the value of this property is True.
Output
- Translated Result – List of translated texts with corresponding language code and language name. Refer: TranslatedText
- Raw Response - JSON string containing the response received as is from IB.
Example
Download Example