Speech Recognition Component (Yandex Cloud SpeechKit)
Description
Performs caller speech recognition into text form.
Sber SaluteSpeech on-premise service is used, channel GRPC.
Connection points are configured in domain settings, field 'sber_salute'.
Allows you to start file pre-playback interrupted by the caller’s voice.
Allows you to interrupt on silence after a spoken phrase. Allows you to quickly cut off a single phrase by means of the recognition service, as well as customize waiting for multiple phrases.
Index |
|
Short title |
|
Types of scenarios |
|
Starter module |
|
Mode |
Asynchronous |
Icon |
![]() |
Branching pattern |
Branching, interrupting |
Properties
Specification | Description |
---|---|
Title: |
Specifies the account that defines the connection points to the service Sber SaluteSpeech. |
Title: |
Sber SaluteSpeech recognition service parameter: grammar set name. |
Title: |
Sber SaluteSpeech recognition service parameter: recognition language.
|
Title: |
Sber SaluteSpeech Recognition Service Parameter: switch for profanity filter. |
Title: |
Sber SaluteSpeech Recognition Service Parameter: Waiting for multiple sentences. If off, the response comes quickly along with detecting the end of the first sentence. "Title: |
Sber SaluteSpeech recognition service parameter: maximum sentence length. |
Title: |
Sber SaluteSpeech Recognition Service Parameter: Force conversion of result to Cyrillic. |
Title: |
Maximum allowable recording time from the end of preplay, in seconds. |
Title: |
DTMF detector switch. Opens the settings for the character save and operation interrupt modes. |
Title: |
Variable to store received DTMF characters. |
Title: |
Buffer pre-clearance switch DTMF. |
Title: |
An argument containing a limit on the number of characters that can be entered. |
Title: |
A string containing sequences of interrupt characters separated by commas. |
Title: |
Voice Detector (VAD) switch to automatically end recording and send the last portion of voice data to the recognition service. |
Title: |
Interval for the Voice Action Detector (VAD) to automatically stop recording and send the last portion of voice data to the recognition service. |
Title: |
An argument containing the VAD threshold at which the presence of voice is detected when crossed upwards, in decibels. |
Title: |
Timeout for waiting for a response from the Yandex Cloud SpeechKit recognition service after sending it the last portion of voice data. |
Title: |
Variable to save the text result of recognition. |
Title: |
Variable to save the normalized text result of the recognition. |
Title: |
Variable to store the response code of the recognition service (the code is emulated similar to the HTTP: 200, 408, 500). |
Title: |
Variable to store the full content of the recognition service response. |
Title: |
Switch to save the record file sent to the recognition service. |
Title: |
Variable to store the path to the record file. The recording is made on the server with the mg role serving the current call, and then transferred to the server with the ivr role serving the current scenario. The transfer always takes place within the site. |
Title: |
Pre-play audio file to the subscriber during which the voice detector is also activated. Can be selected in one of the modes:
|
Title: |
Component to which control is passed in case of successful completion of the operation. |
Title: |
The component to which control is passed in case the timeout period for HTTP response from the recognition service has expired. |
Title: |