interimResultsBoolean
(default: false)
Controls whether interim results should be returned (true) or not (false). Interim results are results that are not yet final.
Example
<button id="speechButton"></button>
<script>
$("#speechButton").kendoSpeechToTextButton({
interimResults: true
});
</script>
In this article