ChatSpeechToTextSettingsTagHelper
Example
Razor
<speech-to-text/>
Attributes
| Attribute | Type | Description |
|---|---|---|
| continuous | Boolean | Enables continuous speech recognition mode. When true, recognition continues until explicitly stopped. |
| enable | Boolean | Enables or disables the configuration. |
| enabled | Boolean | Enables or disables the configuration. |
| fill-mode | ButtonFillMode | The fill mode for the button (e.g., "flat", "solid", "outline"). |
| icon | String | The icon name for the speech-to-text button. |
| interim-results | Boolean | Whether to return interim (partial) results during speech recognition. |
| lang | String | The language for speech recognition (BCP 47 language tag). |
| max-alternatives | Double | Maximum number of alternative transcriptions to return. |
| rounded | Rounded | The border radius for the button (e.g., "small", "medium", "large", "full"). |
| size | ComponentSize | The size of the button (e.g., "small", "medium", "large"). |
| theme-color | ThemeColor | The theme color for the button (e.g., "base", "primary", "secondary"). |