GridSmartBoxAiAssistantSettingsSpeechToTextButtonSettingsTagHelper

Example

Razor
<speech-to-text-button/>

Attributes

AttributeTypeDescription
continuousBooleanSpecifies whether to continue listening after a result is received. When true, the speech recognition continues until explicitly stopped. When false, recognition stops after the first result.
enabledBooleanEnables or disables the configuration.
integration-modeStringSpecifies the integration mode for speech recognition. Available modes: - "webSpeech" - Uses the Web Speech API for browser-based speech recognition. - "none" - Provides the microphone button without actual speech recognition, useful when handling speech input manually.
interim-resultsBooleanSpecifies whether to return interim results during speech recognition. When true, partial transcriptions are displayed as the user speaks, providing real-time feedback.
langStringSpecifies the language code for speech recognition. Uses BCP-47 language tags (e.g., "en-US", "es-ES", "fr-FR", "de-DE").
max-alternativesDoubleSpecifies the maximum number of alternative transcriptions to return from speech recognition. Higher values provide more options but may increase processing overhead.
In this article
ExampleAttributes
Not finding the help you need?
Contact Support