C# 中的语音识别
我正在做一个涉及语音识别的项目。但在这里我不仅仅需要识别简单的命令,我需要我的应用程序来识别很长的句子。例如“我的名字是杰克,我住在英国”。 我目前使用的是微软SAPI5.1。但是当我执行我的应用程序时,它并没有准确地理解我所说的内容。
任何人都可以给我一个更好的选择来完成这件事吗?我需要捕获我所说的内容并将其转换为文本。 请帮忙
I'm doing a project that involves speech recognition. But here i don't just need to recognize simple commands, I need my application to identify a lengthy sentence. Such as "My name is jack, I live in UK".
I'm currently using Microsoft SAPI5.1. But when i execute my application it doesn't take what I'm saying accurately.
Can any one give me a better option of getting this done. I need to capture what I'm saying and convert it to a Text.
Please help
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
语音识别的最佳选择必须是 Nuance 的 Dragon Naturally Talking。请注意,它是一个商业解决方案。
The best option for speech recognition would have to be Nuance's Dragon Naturally Speaking. Note that it is a commercial solution though.