Open
Description
openedon Dec 4, 2019
If you would want to prioritize this feature work, please vote and optionally, provide a user story.
Feature Request
In Web Chat, internally, we use continuous mode for speech recognition.
Since Speech SDK does not support continuous mode (a.k.a. startContinuousRecognitionAsync
function), it only support interactive mode (a.k.a. listenOnceAsync
), we polyfill-ed the startContinuousRecognitionAsync
using listenOnceAsync
.
We should ask Speech SDK to support continuous mode and use it instead.
[Enhancement]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment