哪种编程语言拥有最成熟的语音识别API?
哪种编程语言拥有最成熟的语音识别API?
Which programming languge has the most mature speech recognition api?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
哪种编程语言拥有最成熟的语音识别API?
Which programming languge has the most mature speech recognition api?
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(3)
可能并不重要 - 识别库很可能是用 C 编写的,因此几乎可以从任何东西中调用。
Probably doesn't matter - the recognition library will likely be written in C and so can be called from almost anything.
我不认为任何语音识别 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
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