New to Kendo UI for jQueryStart a free 30-day trial

IntegrationMode

configuration

Specifies which speech recognition engine or integration the component should use.

  • webSpeech - Utilizes the browser's native Web Speech API.
  • none - Disables the built-in speech recognition. Use this when integrating with a custom or third-party speech recognition service.

Default: "webSpeech"

<button id="speechButton"></button>
<script>
    $("#speechButton").kendoSpeechToTextButton({
        integrationMode: "none"
    });
</script>
Not finding the help you need?
Contact Support