start

Fires when the speech recognition service has begun listening to incoming audio.

Event Data

No event data.

Example

<button id="speechButton"></button>
<script>
    $("#speechButton").kendoSpeechToTextButton({
        start: function() {
            console.log("Speech recognition started.");
        }
    });
</script>
In this article
start
Not finding the help you need?
Contact Support