AIPromptSpeechToTextSettingsTagHelper
Example
Razor
<speech-to-text/>
Attributes
| Attribute | Type | Description |
|---|---|---|
| continuous | Boolean | Specifies whether to continue listening after a result is received. |
| enabled | Boolean | Enables or disables the configuration. |
| integration-mode | String | Specifies the integration mode for speech recognition. Available modes: - "webSpeech" - Uses the Web Speech API - "none" - Provides button without actual speech recognition |
| interim-results | Boolean | Specifies whether to return interim results during speech recognition. |
| lang | String | Specifies the language code for speech recognition. |
| max-alternatives | Double | Specifies the maximum number of alternatives to return from speech recognition. |