Can you give more information about Google's Speech Recognition API (recognize_google function in python) Usage Limits?
The website (https://pypi.org/project/SpeechRecognition/3.1.3/) shows
To obtain your API key, follow the steps on the API Keys page at the Chromium Developers site. In the Google Developers Console, Google Speech Recognition is listed as "Speech API". Note that the API quota is 50 requests per day, and there is currently no way to raise this limit.
However, it seems I can call the API more than 50 requests per day (without my API key). Can you explain more about this information? Thank you very much for your help.