continuousBoolean(default: false)

Controls whether continuous results are returned for each recognition, or only a single result once recognition stops.

Example

<button id="speechButton"></button>
<script>
    $("#speechButton").kendoSpeechToTextButton({
        continuous: true
    });
</script>
In this article
continuous
Not finding the help you need?
Contact Support