SmartBox.aiAssistantSettings.speechToTextButton
configurationSets the settings for the Speech to Text button in AI Assistant mode. When set to true, enables speech-to-text with default settings.
smartBox.aiAssistantSettings.speechToTextButton
Boolean|ObjectDefault: false
Specifies 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.
Default: false
Specifies 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.
Default: "webSpeech"
Specifies whether to return interim results during speech recognition. When true, partial transcriptions are displayed as the user speaks, providing real-time feedback.
Default: false
Specifies the language code for speech recognition. Uses BCP-47 language tags (e.g., "en-US", "es-ES", "fr-FR", "de-DE").
Default: "en-US"
Specifies the maximum number of alternative transcriptions to return from speech recognition. Higher values provide more options but may increase processing overhead.
Default: 1