name | String | Sets the name of the component. |
as-module | Boolean | Specifies whether the initialization script of the component will be rendered as a JavaScript module. |
continuous | Boolean | Controls whether continuous results are returned for each recognition, or only a single result once recognition stops. |
enable | Boolean | Indicates whether the button must be enabled or disabled. By default, it is enabled, unless a disabled="disabled" attribute is detected. |
fill-mode | ButtonFillMode | Sets a value controlling how the color is applied. |
icon | String | The name of the Kendo UI font icon to be displayed in the button when it is not active (not listening). |
integration-mode | IntegrationMode | Specifies which speech recognition engine or integration the component should use. |
interim-results | Boolean | Controls whether interim results should be returned (true) or not (false). Interim results are results that are not yet final. |
lang | String | Specifies a BCP 47 language tag (e.g., 'en-US', 'fr-FR') used for speech recognition. |
max-alternatives | Double | Represents the maximum number of alternative transcriptions to return for each result. |
on-end | String | The name of the JavaScript function that will handle the end event. Fires when the speech recognition service has disconnected. |
on-error | String | The name of the JavaScript function that will handle the error event. Fires when a speech recognition error occurs. |
on-result | String | The name of the JavaScript function that will handle the result event. Fires when the speech recognition service returns a result - a word or phrase has been positively recognized. |
on-start | String | The name of the JavaScript function that will handle the start event. Fires when the speech recognition service has begun listening to incoming audio. |
rounded | Rounded | Sets a value controlling the border radius. |
is-in-client-template | Boolean | When placing a Tag Helper within a Kendo Template, set the type to text/html and add the is-in-client-template="true" attribute. |
script-attributes | IDictionary<String,Object> | Sets the attributes that will be added to the script tag of the component's initialization script. |
size | ComponentSize | Sets the size of the component. |
stop-icon | String | The name of the Kendo UI font icon to be displayed in the button when it is active (listening). |
deferred | Boolean | Suppress initialization script rendering. Note that this options should be used in conjunction with DeferredScripts method. |
theme-color | ThemeColor | Sets the color of the component according to the applied theme. |