所以我正在考虑建立一个语音到文本的应用程序,以此为乐。我做了一些研究,发现了一个使用RecognizerIntent的内置语音到文本的API,这是免费的,但也发现谷歌现在提供的云语音API是收费的。
我的问题是,它们之间有什么区别,如果我使用内置的RecognizerIntent,它是免费的吗?
发布于 2016-12-02 21:31:12
有关Google Cloud Speech API,请参阅以下链接:
https://cloud.google.com/speech/。以下是亮点:
https://cloud.google.com/speech/pricing
有关Android Speech- to -Text API (Recognizer Intent),请参阅以下链接:
http://www.androidhive.info/2014/07/android-speech-to-text-tutorial/。以下是亮点:
https://stackoverflow.com/questions/40894457
复制相似问题