PromptBoxSpeechToTextButtonSettingsTagHelper
Example
Razor
<speech-to-text-button/>
Attributes
| Attribute | Type | Description |
|---|---|---|
| continuous | Boolean | Enables continuous speech recognition mode. When enabled, recognition continues until manually stopped. |
| enable | Boolean | Enables or disables the configuration. |
| enabled | Boolean | Enables or disables the configuration. |
| fill-mode | ButtonFillMode | Defines the fill mode for the Speech to Text button. |
| icon | String | Defines the font icon name for the Speech to Text button. |
| interim-results | Boolean | Enables interim (partial) speech recognition results. |
| lang | String | Sets the language for speech recognition. Use standard language codes. |
| max-alternatives | Double | Sets the maximum number of alternative transcriptions to return. |
| rounded | Rounded | Defines the border radius for the Speech to Text button. |
| size | ComponentSize | Defines the size of the Speech to Text button. |
| theme-color | ThemeColor | Defines the theme color for the Speech to Text button. |