speechToText.maxAlternativesNumber(default: 1)

Maximum number of alternative transcriptions to return.

Example

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