end

Fires when the speech recognition service has disconnected.

Event Data

No event data.

Example

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