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

Destroy

methods

Prepares the SpeechToTextButton for safe removal from DOM.

<button id="speechButton"></button>
<script>
    var speechButton = $("#speechButton").kendoSpeechToTextButton().data("kendoSpeechToTextButton");
    speechButton.destroy();
</script>
Not finding the help you need?
Contact Support