messages.startString(default: "Start speech recognition")

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

Example

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