messages.stopString(default: "Stop speech recognition")

The aria-label for the button when it is active (listening).

Example

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