有人在生产中使用 Google Speech API 吗?
我找到了一些文章(http://mikepultz.com/ 2011/03/accessing-google-speech-api-chrome-11/) 描述如何使用 Google 语音 API。
然而,这可靠吗?有人在生产中使用它吗?
谢谢
I have found some articles (http://mikepultz.com/2011/03/accessing-google-speech-api-chrome-11/) describing how to use the Google speech API.
However, is this reliable? Does anyone uses it in production?
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我的理解是,谷歌的语音网络服务只能由其 Chrome 浏览器或 Android 操作系统合法使用。您当然可以构建依赖于这些服务的生产 Chrome 或 Android 应用程序。 Chrome 和 Android 文档都描述了如何向应用程序添加语音功能。 (好的链接包括 http://chrome.blogspot.com /2011/04/everybodys-talking-and-translated-with.html 和 http://android-developers.blogspot.com/2010 /03/speech-input-api-for-android.html)
但是,请注意您引用的文章,作者必须深入研究 Chrome 源代码才能对网络语音 API 进行逆向工程。 Google 尚未发布可供其他客户端(非 Chrome、非 Android)使用的直接网络 API。我不认为 Google 打算让开发人员直接构建其未发布的网络 API。我不会在生产应用程序中依赖这些 API,因为 Google 可以轻松限制或关闭未经授权的客户端的访问。
My understanding is that Google's speech web services are only legitimately used by their Chrome browser or Android operating system. You can certainly build a production Chrome or Android app that relies on these services. Both Chrome and Android documentation describe how to add speech features to applications. (Good links include http://chrome.blogspot.com/2011/04/everybodys-talking-and-translating-with.html and http://android-developers.blogspot.com/2010/03/speech-input-api-for-android.html)
However, notice the article you reference the author had to dig through the Chrome source code to reverse engineer the network speech APIs. Google has not published the direct network APIs for use by other clients (non-Chrome, non-Android). I don't believe Google intends for developers to build directly to their non-published network APIs. I would not rely on those APIs for a production application because Google could easily throttle or shut off access for unauthorized clients.