Defines the integration mode of the TelerikSpeechToTextButton.
Definition
Namespace:Telerik.Blazor
Assembly:Telerik.Blazor.dll
Syntax:
C#
public enum SpeechToTextButtonIntegrationMode
Fields
Disables built-in speech recognition. Use this when integrating with a custom or third-party speech recognition service.
C#
None = 1
Uses the browser's native WebSpeech API to perform speech recognition.
C#
WebSpeech = 0