作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
Google Speech API 的每个逆向工程都需要一个 API key ,但 Chrome 能够调用服务器,似乎没有。这在内部如何运作?
是否可以将 API 用于任何类型的大规模语音转录?
最佳答案
查看 Chromium 源代码,http://src.chromium.org/viewvc/chrome/trunk/src/content/browser/speech/google_one_shot_remote_engine.cc表示服务器已通过请求传递 API key 。
Google Chrome 似乎也带有 API key ,而 Chromium 可以,具体取决于发行版。 https://code.google.com/p/chromium/wiki/ChromiumBrowserVsGoogleChrome
我仍然不清楚为什么浏览器对服务器的调用不受 50 次调用/天限制的影响。
关于speech-to-text - webkitSpeechRecognition() 如何在没有 API key 的情况下工作?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/31444092/
我是一名优秀的程序员,十分优秀!