Describe the bug
I was playing around with the Javascript SDK Example, but after switching out recognizeOnceAsync with startContinuousRecognitionAsync, I get the following error:
Cannot read property 'reject' of null
at microsoft.cognitiveservices.speech.sdk.bundle.js:3386
This error seems to occur because _this.privInitializeDeferral is null.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
I would expect the startContinuousRecognitionAsync function to process speech to text in a continuous loop.
Version of the Cognitive Services Speech SDK
1.3.0
Platform, Operating System, and Programming Language
Actually nevermind. This was a blunder on my part. I wasn't calling the startContinuousRecognitionAsync function correctly.
@zacktayl - Could you please share the code sample to use startContinuousRecognitionAsync. Even I am facing challenge in calling this method.
Most helpful comment
@zacktayl - Could you please share the code sample to use startContinuousRecognitionAsync. Even I am facing challenge in calling this method.