SpeechToTextButtonProps
Represents the props of the KendoReact SpeechToTextButton component.
Name | Type | Default | Description |
---|---|---|---|
ariaLabel? |
|
The accessible label of the component. | |
className? |
|
Sets additional classes to the SpeechToTextButton (see example). | |
continuous? |
|
Specifies whether the speech recognition should continue until explicitly stopped. Defaults to | |
disabled? |
|
Specifies if the SpeechToTextButton is disabled (see example). Defaults to | |
endIcon? |
|
Sets an SVG icon or custom element after the content of the Button. For the custom component, consider using Phrasing content. Do not use Interactive content. | |
fillMode? |
|
|
Configures the |
icon? |
|
Defines the name for an existing icon in a KendoReact theme (see example). The icon is rendered inside the Button by a | |
iconClass? |
|
Defines a CSS class—or multiple classes separated by spaces—which are applied to a | |
iconSize? |
|
|
Configures the |
imageAlt? |
|
Defines the alternative text of the image rendered inside the Button component. | |
imageUrl? |
|
Defines a URL which is used as an | |
integrationMode? |
|
Specifies which speech recognition engine or integration the component should use. This allows the component to operate in different environments or use alternative implementations. | |
interimResults? |
|
Specifies whether to return interim results. Defaults to | |
lang? |
|
The valid BCP 47 language tag to use for speech recognition. Defaults to | |
maxAlternatives? |
|
Specifies the maximum number of alternative transcriptions to return. Defaults to | |
onEnd? |
|
Callback function that is called when speech recognition ends. | |
onError? |
|
Callback function that is called when an error occurs during speech recognition. | |
onResult? |
|
Callback function that is called when a speech recognition result is available.
The event contains the | |
onStart? |
|
Callback function that is called when speech recognition starts. | |
rounded? |
|
|
Configures the |
selected? |
|
Sets the selected state of the Button. Can be used for controlled mode. | |
size? |
|
|
Configures the |
startIcon? |
|
Sets an SVG icon or custom element before the content of the Button. For the custom component, consider using Phrasing content. Do not use Interactive content. | |
style? |
|
Sets additional CSS styles to the SpeechToTextButton (see example). | |
svgIcon? |
|
Defines the SVG icon rendered inside the Button component. | |
themeColor? |
|
|
Configures the |
title? |
|
Sets the | |
togglable? |
|
Provides visual styling that indicates if the Button is selected (see example). Defaults to | |
unstyled? |
|
The unstyled option classes. |