Google语音API请求超出限制R.

And*_*son 6 r google-speech-api

我在使用语音API时收到以下错误.我希望得到相同的回报,好像文件将在该限制之下.提前致谢.

asynch <- gl_speech(MonoPath,
                asynch = TRUE)
gl_speech_op(asynch)
Error: API returned: Request payload size exceeds the limit: 10485760 bytes.
Run Code Online (Sandbox Code Playgroud)

VPM*_*ACH 0

我刚刚遇到了同样的问题,看来这是因为我在免费试用版上设置了 API,即使我有一个 CC 连接到它。

https://cloud.google.com/speech-to-text/quotas

通过将您的帐户更新为付费帐户,您可以增加您的配额。

我尚未获得财务部门的批准才能付款,因此我不能保证此时能解决您的问题。