需要修改语音识别API的识别模式才能使其连续进行 [英] Need to modify Speech Recognition API the recognition mode to make it continous

查看:88
本文介绍了需要修改语音识别API的识别模式才能使其连续进行的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我使用Objective-C iOS for MS Oxford Speech API。  默认情况下,它提供ShortPhrase或LongDictation模式(见下文)。  我需要一种功能,当用户点击START按钮时,它将启动并继续语音识别,直到用户
点击STOP按钮。这可能吗?我该怎么做?

I used Objective-C iOS for MS Oxford Speech API.  By default, it provides a ShortPhrase or LongDictation mode (see below).  I need a functionality that when a user click on START button, it will start and continue the Speech Recognition until user hit on STOP button. Is this possible? How can I do this?


https://msdn.microsoft.com/en-us/library/mt613452.aspx

https://msdn.microsoft.com/en-us/library/mt613452.aspx


ShortPhrase模式:一个话语最长可达15秒,因为数据被发送到服务器,客户端将收到多个部分结果和一个最终多个n个最佳选择结果。

ShortPhrase mode : an utterance may only up to 15 sec long, as data is sent to the server, the client will receive multiple partial results and one final multiple n-best choice result.


LongDictation模式:话语最长可达2分钟,因为数据被发送到服务器,客户端将收到多个部分结果和多个最终结果,基于服务器认为句子暂停的位置。

LongDictation mode : an utterance may be only up to 2 minutes long, as data is sent to the server, the client will receive multiple partial results and multiple final results, based on where the server thinks sentence pauses are.


推荐答案

您好,

感谢您
此反馈和建议
。  虽然目前还没有连续发言,但我已将此想法/建议添加到我们的反馈论坛。  请花点时间为此请求添加投票。  您可以在我们的
反馈论坛<上提供有关所有认知服务API的任何其他反馈
或其他想法/建议

Thank you for this feedback and suggestion.  While continuous speech is currently not yet available, I have added this idea/suggestion to our feedback forum.  Please take the time to add your vote for this request.  You can provide any additional feedback or other ideas/suggestions for all of the Cognitive service APIs on our feedback forum.

再次感谢,

Raymond


这篇关于需要修改语音识别API的识别模式才能使其连续进行的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆