桌面应用程序上的谷歌/苹果语音识别?

发布于 2025-01-05 17:55:45 字数 616 浏览 5 评论 0原文

我已经检查了 Microsoft 在 C# 中提供的语音框架,与其他语音识别解决方案(例如 iPhone4 上的 Siri 或 Galaxy Tab 上的 Google 搜索选项)相比,它似乎非常糟糕。我想这些效果更好,因为它们有大量的语音样本,并且正在高性能服务器上进行处理。

所以我一直在寻找他们的API,但它似乎根本不支持桌面应用程序。我唯一能找到的是这篇文章: Use google "Speak Now" in C#


---->我误解了回答者的意思,所以这部分无效!

答案只是说:“一旦您在 您想要识别的文本示例,您只需致电 google.com 使用“q”参数进行查询搜索”

我不明白他的意思,但我知道他声称你可以 获取桌面 API 以使用 Google 作为处理器。那太好了!


所以我的问题是:如何在最好用 C# 编写的独立桌面应用程序中使用我在平板电脑上看到的 google.com 的“立即说话”语音识别功能?

I've checked out the speech framework that Microsoft offers in C# and it appears to be VERY bad compared to other voice recognition solutions like Siri on iPhone4 or Google's search option on my Galaxy Tab. I guess these work better as they have a HUGE amount of voice samples and it is being processed on high performance servers.

So I've been looking for their API but it doesn't seem to support desktop applications at all. The only think I could find was this post: Use google "Speak Now" in C#


----> I misunderstood what the person answering meant so this part is invalid!

Where the answer simply says: "Once you run the recognition api on the
sample of text you want to recognize, you can simply call google.com
with the "q" parameter to do a query search"

I don't understand what he means but I do know that he claims you can
get a desktop API to use Google as processor. That would be great!


So my question is: How can I use google.com's "Speak now" Voice Recognition feature I see on my tablet, in a standalone desktop application preferably written in C#?

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

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文