Text To Speech
Description
This Activity utilizes IntelliBuddies Cognitive Services to convert text to audio and save it to a specified file.
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
- Audio Path – Specify the absolute file path of the audio file for storing the converted audio.
note
The following audio file types are currently supported: MP3
- Text – Specify the text to convert it into speech.
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
- Raw Response - Returns a JSON string that contains the response received directly from IntelliBuddies without any modifications.
Example
Download Example