Kendo UI for jQuery
The Kendo UI for jQuery SpeechToText Button component turns spoken words into text so users can fill forms, write notes or search hands-free. It works seamlessly with inputs like TextArea or TextBox and uses the browser’s Web Speech API by default, with options to integrate custom speech services when needed. You get configurable recognition settings, icons and messages plus API events for start, result, error and end to fit enterprise workflows.
See the jQuery SpeechToText Button demo.
Drop the SpeechToText Button next to a TextArea or TextBox and capture dictation directly into the field for quicker data entry and better mobile ergonomics. The demo shows a streamlined voice-to-text experience that updates the target input in real time.
See the jQuery SpeechToText Button demo.
Tune recognition to your scenario by selecting the recognition language with a BCP 47 tag, enabling interim results for real-time feedback and returning multiple alternatives for each phrase. You can also enable continuous recognition for longer dictations without restarting.
See the jQuery SpeechToText Button demo.
Use the built-in Web Speech API integration for an out-of-the-box experience or switch the integrationMode to wire up third-party engines or a custom service. This lets you align recognition quality, compliance and regional availability with your stack.
See the jQuery SpeechToText Button demo.
Match your design system with button size, rounding and theme color, and set the idle and active icons so users clearly see when the component is listening. Customize helper text like the start prompt to keep guidance on brand.
See the jQuery SpeechToText Button demo.
Subscribe to start, result, error and end to react to recognition states, process transcripts and handle failures gracefully. These hooks make it easy to log usage, implement business rules or route the transcript into downstream components.
See the jQuery SpeechToText Button demo.
Deliver an inclusive experience with keyboard operation and right-to-left rendering for global apps. The SpeechToTextButton follows standard button shortcuts so users can toggle listening without a mouse.
See the jQuery SpeechToText Button demo.