speechToTextButton.enableBoolean(default: true)

Enables or disables the Speech to Text button.

Example

<div id="promptbox"></div>
<script>
$("#promptbox").kendoPromptBox({
    speechToTextButton: {
        enable: false
    },
    placeholder: "Speech recognition disabled..."
});
</script>
In this article
speechToTextButton.enable
Not finding the help you need?
Contact Support