joshbalfour / node-cognitive-services

Microsoft® Cognitive Services SDK for Node.JS
https://www.microsoft.com/cognitive-services
MIT License
105 stars 45 forks source link

Bing Speech is not working #60

Closed laukinfungdavid closed 6 years ago

laukinfungdavid commented 6 years ago

When I use the Bing Speech Service, it always returns service unavailable. I discover that the path for the Bing Speech is wrong. Now the path is "speech/{recognitionMode}/cognitiveservices/v1". But the correct path should be "speech/recognition/{recognitionMode}/cognitiveservices/v1"

miparnisari commented 6 years ago

Merged your PR. Thanks for the contribution!