SSpeechRecognizer 代表将被调用以处理任何说出的单词

发布于 2024-08-19 21:19:39 字数 174 浏览 6 评论 0原文

我读到 NSSpeechRecognizer 并发现它可以识别委托中与其关联的一组命令: -speechRecognizer:didRecognizeCommand: 我有一个简单的问题:可以调用该代表来回答用户所说的任何单词吗?正如我所想......只有有限数量的单词可以与之相关联!

谢谢,

米拉杰

I read about NSSpeechRecognizer and found that it can recognize a set of commands beings associated with it in delegate: -speechRecognizer:didRecognizeCommand:
I have a simple question: can this delegate be called for any word spoken by user?? as I think.. only a finite number of words can be associated with it!

Thanks,

Miraaj

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

吝吻 2024-08-26 21:19:39

正如罐头上所说的那样:用于识别命令。所以,是的,您需要预先告诉它应该识别哪些命令。

它不是听写 API。我猜想,如果您尝试使用英语词典加载命令列表,您的识别会非常占用处理器资源,速度缓慢且不准确。

如果您需要听写,您应该提交增强请求来请求。

It's exactly what it says on the tin: It's for recognizing commands. So, yes, you need to tell it up front what commands it should recognize.

It's not a dictation API. I would guess that if you tried to load up the command list with an English dictionary, you'd make recognition very processor-intensive, slow, and inaccurate.

If you want dictation, you should file an enhancement request to ask for it.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文