speechToText.interimResultsBoolean(default: false)

Whether to return interim (partial) results during speech recognition.

Example

<div id="chat"></div>
<script>
$("#chat").kendoChat({
    speechToText: {
        interimResults: true
    },
    authorId: "user"
});
</script>
In this article
speechToText.interimResults
Not finding the help you need?
Contact Support