library · inferred from evidence
python-speech
A Python client library for Google Cloud Speech.
- Google Speech 400 Inline audio exceeds duration limit on files over 60 seconds
Synchronous recognize only accepts inline audio up to about 60 seconds, which is why you are hitting that limit. For anything longer, use long_running_recognize, the async method. Despite what the error says about a GCS URI, the async metho