You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Type '{ enabled: false; }' is not assignable to type 'PartialObjectDeep<SpeechRecognizerConfig, {}>'.
Object literal may only specify known properties, and 'enabled' does not exist in type 'PartialObjectDeep<SpeechRecognizerConfig, {}>'.ts(2322)
Your Environment
Jovo Framework version used: 4.5.11
Operating System: Windows 11
The text was updated successfully, but these errors were encountered:
I'm submitting a...
Expected Behavior
Setting
SpeechRecognizer
toenabled: false
will useAudioRecording
(Jovo-side ASR) even for Chrome browsers that support client-side ASR.Current Behavior
The documentation indicates that
SpeechRecognizer
has anenabled
config setting. Settingenabled:false
gives an error.https://www.jovo.tech/marketplace/client-web#webspeech-api-speechrecognizer
Error Log
Your Environment
The text was updated successfully, but these errors were encountered: