I want to use Web Speech API (speech recognition part) for a language teaching web application. I heard there is a limitation for requests each user can send to the API... some told that there are only 50 request you can sent to the server and get the recognized speech as text but I tested this and I didn't reached any limitation?
- is there any real limitation for using web speech API in 2020?
- if there is a limitation is it for ip addresses of the users or it's for the domain name?
- where can we find documentation on this limitations?
- why should google use this kind of limitations? it's so sad because they're used to be pioneer in this kind of stuff...