New to Kendo UI for Vue? Start a free 30-day trial
SpeechToText Button Programmatic Control
The Kendo UI for Vue SpeechToText Button component provides programmatic control through exposed methods that allow you to start, stop, and check the status of speech recognition operations from your application code.
Available Methods
- start()—Initiates speech recognition programmatically without requiring user interaction with the button.
- stop()—Stops the current speech recognition session programmatically.
- isActive()—Returns a boolean value indicating whether speech recognition is currently active.
Basic Usage
The following example demonstrates all three programmatic control methods in action:
Change Theme
Theme
Loading ...