background

UI for Blazor

Blazor Speech-to-Text Button

  • Telerik UI for Blazor Speech-To-Text Button enables you to add voice input to your apps.
  • Part of the Telerik UI for Blazor library along with 120+ professionally-designed UI components.
  • Includes support, documentation, demos, virtual classrooms, Visual Studio Code Extensions and more!
Telerik UI for Blazor Speech to text button--551px
  • Add Voice Input to Your Blazor Apps

    The Telerik UI for Blazor Speech-To-Text Button lets users convert speech into text with a simple, interactive button. By starting and stopping speech recognition with a click, the component captures spoken words and emits events with the results, making it easy to integrate voice input into forms, search bars, chat interfaces, and other interactive scenarios.

    See Telerik UI for Blazor Speech-To-Text Button overview demo

    Telerik UI for Blazor Speech to text button--770px
  • Appearance

    Customize the appearance of the Telerik UI for Blazor Speech-To-Text Button by adjusting parameters such as Size, Fill Mode, etc. These parameters allow you to control the button's size, background style, color theme, border radius, and icon, providing flexibility to match your application's design requirements.

    See Telerik UI for Blazor Speech-To-Text Button appearance documentation

    Telerik UI for Blazor Speech-to-text-button-Appearance
  • Events

    The Speech-To-Text Button component provides events that let you respond to user interactions and speech recognition results, making it easy to integrate and customize voice input in your Blazor apps.

    • OnResult: Triggered when speech is recognized, providing recognized phrases, alternatives, and confidence scores.
    • OnStart: Fires when speech recognition begins.
    • OnEnd: Fires when speech recognition ends.
    • OnError: Fires when an error occurs during speech recognition, allowing you to handle errors appropriately.
    • OnClick: Fires when the user clicks or taps the button, receiving a MouseEventArgs argument.

    See Telerik UI for Blazor Speech-To-Text Button events documentation

  • Integration

    The Telerik UI for Blazor Speech-To-Text Button facilitates seamless voice input integration within your applications. Using the OnResult event, you can capture recognized speech and bind it to various UI elements, such as input fields or text areas. This functionality enhances user experience by allowing voice-based interactions, making it ideal for scenarios like form submissions, search queries, or chat interfaces.

    See Telerik UI for Blazor Speech-To-Text Button integration documentation

    Telerik UI for Blazor Speech to text button-Integration

All Blazor Components

Next Steps