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