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>