messagesObject

Allows customization of the messages displayed by the widget.

Example

<button id="speechButton"></button>
<script>
    $("#speechButton").kendoSpeechToTextButton({
        messages: {
            unsupported: "Speech recognition is not available in this browser."
        }
    });
</script>
In this article
messagesRelated Properties
Not finding the help you need?
Contact Support