问题描述
Android有语音识别API,有据可查超过。现在,如果我打算这在我的应用程序整合,我想知道什么是限制的API调用/请求,我可以使用语音API使到谷歌服务器。
Android has a speech recognition API well documented over here. Now, if I plan to integrate this in my application, I want to know what is limit to the API calls/requests that I can make to the Google server using Speech API.
这是商业自由使用还是谷歌提供了相同的使用计划。有谁知道定价等?
Is this commercially free to use or does Google provide usage plans for the same. Does anyone know about pricing etc?
请让我知道如果你已经使用语音API为Android只。
Please let me know in case you have used Speech API for Android only.
推荐答案
我从来没有使用这个API,但据我可以告诉大家,如果服务不要求像一个API密钥证书,有可能不是一个他们跟踪或限制您的使用情况好方法。
I've never used this API, but as far as I can tell, if the Service doesn't request credentials like an API Key, there's probably not a great way for them to track or limit your usage.
既然你推出一个谷歌意图语音识别,它实际上谷歌发出请求以自己的服务的认可。
Since you're launching a Google Intent for speech recognition, it's actually google making the request to their own Services for a recognition.
我怀疑有任何限制或费用,除非你听说过其他。
I doubt there are any limits or costs, unless you've heard about otherwise.
这篇关于针对谷歌Android的语音识别API限制的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!