OpenAI Speech-to-text
This activity transcribes an audio file and has the ability to translate the audio file into OpenAI-supported languages as described in OpenAI documentation.
| Parameters | Description |
|---|---|
|
AudioFormat |
Select the audio format as wav or mp3, depending on the file format of the speech sample. |
|
URL |
Specify the URL to the file that will store the text output. |
Connection |
Drop-down list of OpenAI connections. |
Translate |
Select English to translate the speech to English or None to maintain the current language. |
Model |
Select the OpenAI model to be used for the translation. |
| Parameters | Description |
|---|---|
|
Success |
Indicates whether the activity was completed successfully (value = True) or not (value = False). |
STT |
Object representing the output of the speech-to-text translation. |
↑