哪种编程语言拥有最成熟的语音识别API?

发布于 2024-09-19 04:47:01 字数 27 浏览 7 评论 0原文

哪种编程语言拥有最成熟的语音识别API?

Which programming languge has the most mature speech recognition api?

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

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

发布评论

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

评论(3

木格 2024-09-26 04:47:01

可能并不重要 - 识别库很可能是用 C 编写的,因此几乎可以从任何东西中调用。

Probably doesn't matter - the recognition library will likely be written in C and so can be called from almost anything.

绅士风度i 2024-09-26 04:47:01

我不认为任何语音识别 API 都是“成熟的”,但我更喜欢托管代码语音 API,它随 .NET >= 3 一起免费提供。所以这意味着您可以使用您喜欢的任何 .NET 语言:C#、VB、C++...甚至 IronRuby

I don't think I'd call any speech recognition API "mature", but but I prefer the Managed Code Speech API, which comes free with .NET >= 3. So that means you can use any .NET language you like: C#, VB, C++.... even IronRuby

飞烟轻若梦 2024-09-26 04:47:01

Microsoft Speech API 是一个相当成熟的语音 API。它非常简洁,因为只要您的最终用户使用受支持的平台,他们就可以从语音 API 中受益。而且我很确定它是免费提供的。

它在托管 .NET 代码中作为托管代码语音 API 提供:http://en.wikipedia.org /wiki/Microsoft_Speech_API#Managed_code_Speech_API

它可以在 C/C++(或任何可以进行 COM 调用的语言)中作为语音 API 5 使用:http://en.wikipedia.org/wiki/Microsoft_Speech_API#SAPI_5_API_family

语音 API 的 MSDN 链接:http://msdn.microsoft.com/en-us/library/ms723627%28VS.85%29.aspx

The Microsoft Speech API is a fairly mature speech API. It's pretty neat because as long as your end-users are on a supported platform, they can get the benefits from the Speech API. And I'm pretty sure it's freely available.

It's available in managed .NET code as the Managed Code Speech API: http://en.wikipedia.org/wiki/Microsoft_Speech_API#Managed_code_Speech_API

It's available in C/C++ (or really any language that can make COM calls) as Speech API 5: http://en.wikipedia.org/wiki/Microsoft_Speech_API#SAPI_5_API_family

The MSDN link to the speech API: http://msdn.microsoft.com/en-us/library/ms723627%28VS.85%29.aspx

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