IntegrationMode
Union
IntegrationMode
type
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.
Possible values:
"webSpeech""none"