New to Kendo UI for Angular? Start a free 30-day trial
IntegrationMode
Specifies the speech recognition engine or integration the component will use. The possible values are:
webSpeech
—Uses the browser's native Web Speech API to perform speech recognition. This is the default mode when available and supported by the browser.none
—Disables built-in speech recognition. Use this when integrating with a custom or third-party speech recognition service.
type
IntegrationMode = "webSpeech" | "none";