maxAlternativesNumber(default: 1)
Represents the maximum number of alternative transcriptions to return for each result.
Example
<button id="speechButton"></button>
<script>
$("#speechButton").kendoSpeechToTextButton({
maxAlternatives: 5
});
</script>
In this article