SpeechToTextResultEvent
Interface
Arguments for the result event of the SpeechToTextButton.
Definition
Package:@progress/kendo-angular-buttons
Properties
alternatives
SpeechRecognitionAlternative[]
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
boolean
Indicates whether the speech recognition result is final (true) or interim (false).