Combining iTranslate and Speech Recognition
Hi there,
I tried to incorporate itranslate with speech recognition but getting the following error on this line.
script.vmlModule.startListening(options);
[Scenarium] TypeError: undefined not callable (property 'startListening' of [object Object]) at [anon] (Script.js:99) preventsyield
The script is working just fine otherwise and only occurs when I try to combine it with the iTranslate
Any idea why this is happening or how to fix this error? Thanks in advance.
So I figured it out. Since iTranslate is a remote service module some features like VoiceML Module are restricted in order to protect the user's privacy
Find more info here.