service · inferred from evidence
synchronous recognize
A synchronous method in Google Cloud Speech for short audio transcription.
- Google Speech 400 Inline audio exceeds duration limit on files over 60 seconds
In Google Cloud Speech To Text: 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.