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

Stops the speech recognition service.

<button id="speechButton"></button>
<script>
    var speechButton = $("#speechButton").kendoSpeechToTextButton().data("kendoSpeechToTextButton");
    speechButton.startRecognition();
    setTimeout(function() {
        speechButton.stopRecognition();
    }, 5000);
</script>
Not finding the help you need?
Contact Support