Enum
SpeechToTextButtonIntegrationMode

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.

Declaration

cs-api-definition
None = 1

Field Value

SpeechToTextButtonIntegrationMode

WebSpeech

Uses the browser's native WebSpeech API to perform speech recognition.

Declaration

cs-api-definition
WebSpeech = 0

Field Value

SpeechToTextButtonIntegrationMode

In this article
DefinitionFieldsNoneWebSpeech
Not finding the help you need?
Contact Support