简体   繁体   English

启用识别连续语音

[英]Enable recognition continuous speech

How to enable the recognition of continuous speech using the REST API (with javascript SDK) Bing Speech API ? 如何使用REST API (带有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 使用示例做Javascript SDK: https : //github.com/Microsoft/Cognitive-Speech-STT-JavaScript只能用麦克风转录简短的句子

我与Microsoft取得了联系,并被告知他们SDK的Javascript代码尚不允许连续语音。

The preview version of Microsoft.Cogntitive.Speech API supports recognizing continuous speech. Microsoft.Cogntitive.Speech API的预览版支持识别连续语音。

Check it out here: https://docs.microsoft.com/en-us/azure/cognitive-services/speech-service/speech-to-text-sample 在此处查看: https : //docs.microsoft.com/zh-cn/azure/cognitive-services/speech-service/speech-to-text-sample

Currently, it does not support Javascript. 当前,它不支持Javascript。 It supports C++/C#/Java. 它支持C ++ / C#/ Java。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM