New to KendoReact? Start a free 30-day trial
Using the Component Ref
Using the Component RefPremium
Updated on Aug 14, 2026
The KendoReact SpeechToTextButton component provides programmatic control through the ref that allows you to start, stop, abort, and check the status of speech recognition operations from your application code.
The following example demonstrates how to create ref for the SpeechToTextButton and use it to programmatically invoke the start(), stop(), abort() and the isActive() methods.
Loading ...