messages.notInitializedString(default: "Speech recognition engine not initialized.")
The message for when the speech recognition engine is not initialized.
Example
<button id="speechButton"></button>
<script>
$("#speechButton").kendoSpeechToTextButton({
messages: {
notInitialized: "The speech engine is not ready yet."
}
});
</script>
In this article