How to resolve Google network speech recognition error

I used google speech recognition api in annyang.js.

Google speech recognition sometimes a network error occurs.

How to solve this error?

I do not know why this error occurred ...

My local (korea) time is 4:05 p.m. before the error occurred.

0
source share
1 answer

I think the network error is related to the Google Speech API quotas. Only 50 requests per day are free. As soon as you are done with the requests, it will start generating a network error. Check if there is a developer console in this case.

0
source

Source: https://habr.com/ru/post/1689088/


All Articles