SpeechToTextButtonHandle
Interface
The SpeechToTextButton ref.
Definition
Package:@progress/kendo-react-buttons
Properties
abort
() => void
The abort event callback that stops the speech recognition service from listening to incoming audio, and doesn't attempt to return a result.
The isActive event callback that returns boolean value if the SpeechToTextButton is in active state.
Returns:
boolean
start
() => void
The start event callback that starts the speech recognition service listening to incoming audio with intent to recognize grammars.
stop
() => void
The stop event callback that stops the speech recognition service from listening to incoming audio, and attempts to return a result using the audio captured so far.