.NET MAUI SpeechToTextButton Overview

The Telerik UI for .NET MAUI SpeechToTextButton is a UI component that enables users to convert spoken words into text within .NET MAUI applications.

ninja-iconThe SpeechToTextButton is part of Telerik UI for .NET MAUI, the most comprehensive UI suite for .NET MAUI! To try it out, sign up for a free 30-day trial and kickstart your cross-platform app development today.Start Free Trial

When the user taps the button, the control uses a speech recognition service, listens for voice input, and then transcribes the recognized speech into text. The recognized text can be displayed in a text field or used for further processing in your application.

.NET MAUI SpeechToTextButton Overview

Key Features of the Telerik .NET MAUI SpeechToTextButton

  • Language Configuration—The SpeechToTextButton allows you to set the language for speech recognition, ensuring accurate transcription of spoken words into text.
  • Events—The SpeechToTextButton emits a set of events that allow you to configure the component's behavior in response to speech recognition, including SpeechRecognized and ErrorOccurred events.
  • Commands—The SpeechToTextButton supports command execution, allowing you to bind commands to the button's actions in an MVVM-friendly way.
  • Custom Speech Recognizer—Implement your own speech recognition logic by creating a custom recognizer that implements the IRadSpeechRecognizer interface.
  • Visual States—The SpeechToTextButton supports different visual states such as Normal, Listening, Error, and more, providing visual feedback to users during speech recognition.
  • Styling API—You can customize the appearance of the SpeechToTextButton using the styling API, which allows you to set properties like background color, border color, corner radius, and more.

Next Steps

See Also