New to Kendo UI for jQueryStart a free 30-day trial

Icon

configuration

The name of the Kendo UI font icon to be displayed in the button when it is not active (not listening).

icon

String

Default: "microphone"

<button id="speechButton"></button>
<script>
    $("#speechButton").kendoSpeechToTextButton({
        icon: "headset"
    });
</script>
Not finding the help you need?
Contact Support