cognitive-services-speech-sdk-js | Microsoft Azure Cognitive Services Speech SDK for JavaScript | Speech library
kandi X-RAY | cognitive-services-speech-sdk-js Summary
kandi X-RAY | cognitive-services-speech-sdk-js Summary
The Microsoft Cognitive Services Speech SDK for JavaScript is the JavaScript version of the Microsoft Cognitive Services Speech SDK. An in-depth description of feature set, functionality, supported platforms, as well as installation options is available here. The JavaScript versions of the Cognitive Services Speech SDK supports browser scenarios as well as the Node.js environment.
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of cognitive-services-speech-sdk-js
cognitive-services-speech-sdk-js Key Features
cognitive-services-speech-sdk-js Examples and Code Snippets
Community Discussions
Trending Discussions on cognitive-services-speech-sdk-js
QUESTION
I've implemented a Speech to Text conversion using Cognitive Services. I need it to stop listening after staying active for some specific time.
In C# version of the SDK, there is a method to make it stop listening as specified here.
Sample - // Stops recognition.
await recognizer.StopContinuousRecognitionAsync().ConfigureAwait(false);
I was looking similar method in JavaScript sdk but couldn't find any. So is there any way to make it stop listening?
EDIT - Adding my code sample-
...ANSWER
Answered 2019-Nov-18 at 21:40recognizer.stopContinuousRecognitionAsync()
is the method you're looking for.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install cognitive-services-speech-sdk-js
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page