Recognize Speech with Whisper#
Recognizes speech from an audio file to text. Supported format: mp3. Maximum file size - 25 MB.
| Audio File | [Text] The name and path of the input audio file. Supported format: mp3. Maximum file size - 25 MB. |
| Model | Select a model for speech recognition. |
| Audio Language | [Text] The language of the audio. If necessary, you can specify the language value in ISO 639-1 format. This will improve recognition accuracy and increase processing speed. For example:
|
| Prompt | [Text] If necessary, you can specify a prompt for the language model. The prompt language must match the audio file language. |
| Temperature | [Number] Sampling temperature from 0 to 1. Higher values, such as If set to |
| Timeout | [Number] Maximum wait time for a response in seconds. |
| Result | [Text] The recognized string. |
| Error Handling Level | Select the error handling level. Possible values:
If "Default" is selected, the value from the "Start" block of this diagram will be used. |
| Message Level | Select the message level that blocks will output during operation. Possible values:
If "Default" is selected, the value from the "Start" block of this diagram will be used. |
| Error Message | [Text] Returns detailed information about the error in case of incorrect block execution. |