speechToTextEnd

Fires when the speech recognition service disconnects.

Example

<div id="promptbox"></div>
<script>
$("#promptbox").kendoPromptBox({
    speechToTextButton: true,
    placeholder: "Speak and release...",
    speechToTextEnd: function(e) {
        console.log("Speech recognition ended");
    }
});
</script>
In this article
speechToTextEnd
Not finding the help you need?
Contact Support