New to Telerik UI for BlazorStart a free 30-day trial

SpeechToTextButton Integration

Updated on Jul 7, 2025

Integrate the SpeechToTextButton component with forms, input fields, and other UI elements to provide voice input capabilities.

Binding Recognized Text to an Input Field

Use the OnResult event to update an input field with the recognized text. For example, you can enable users to fill out a feedback form by speaking instead of typing. When the user clicks the SpeechToTextButton, the component captures their speech. It then updates the value of a TelerikTextArea with the recognized text.

Example of binding the recognized text to an TelerikTextArea

Change Theme
Theme
Loading ...

See Also