New to Kendo UI for Angular? Start a free 30-day trial
SpeechToTextResultEvent
Arguments for the result
event of the SpeechToTextButton
.
Name | Type | Default | Description |
---|---|---|---|
alternatives |
|
An array of possible recognition alternatives returned by the speech engine. Each alternative contains a transcript of the recognized speech and a confidence score (see SpeechRecognitionAlternative). | |
isFinal |
|
Indicates whether the speech recognition result is final (true) or interim (false). |