Search code examples
javascriptspeech-recognitionbing-apiazure-cognitive-services

Enable recognition continuous speech


How to enable the recognition of continuous speech using the REST API (with javascript SDK) Bing Speech API?

Using the example do Javascript SDK: https://github.com/Microsoft/Cognitive-Speech-STT-JavaScript can only transcribe short sentences with the microphone


Solution

  • I reached out to Microsoft about this and was told that the code in Javascript for their SDK doesn't allow continuous speech yet.