speechToTextStart

Fires when the speech recognition service begins listening.

Example

<div id="promptbox"></div>
<script>
$("#promptbox").kendoPromptBox({
    speechToTextButton: true,
    placeholder: "Click microphone to start...",
    speechToTextStart: function(e) {
        console.log("Speech recognition started - listening...");
    }
});
</script>
In this article
speechToTextStart
Not finding the help you need?
Contact Support