Yandex Speech Recognition#

Recognizes speech from an audio file into text.

Supported formats:

  • mp3;
  • ogg;
  • wav.

Maximum file size - 1 MB. Maximum duration - 30 seconds.

Audio file

[Text] The name and path of the input audio file. Supported formats:

  • mp3;
  • ogg;
  • wav.

Maximum file size - 1 MB. Maximum duration - 30 seconds.

LanguageRecognition language.
Result[Text] The recognized string.
Error handling level

Select the error handling level. Possible values:

  • "Default" - default;
  • "Ignore" - errors are ignored;
  • "Handle" - errors are processed.

If "Default" is selected, the value from the "Start" block of this diagram will be used.

Message level

Select the message level that the blocks will output during operation. Possible values:

  • "Default" - default;
  • "Release" - output is disabled;
  • "Debug" - main information output;
  • "Detailed" - detailed information output.

If "Default" is selected, the value from the "Start" block of this diagram will be used.

Error text[Text] Returns detailed information about the error in case of incorrect execution of the block's work.