【发布时间】:2019-04-17 18:59:45
【问题描述】:
我正在尝试使用 Google Speech API 转录音频文件,并且正在使用 long_running_recognize。它曾经工作过一次,但现在每当我尝试时我都开始收到以下错误 - 任何指导都非常感谢。
Projects/Speech/env/lib/python3.7/site-packages/google/api_core/future/polling.py”,第 127 行,结果 提高self._exception google.api_core.exceptions.GoogleAPICallError: None 意外状态:长时间运行的操作既没有响应也没有设置错误。
【问题讨论】:
标签: python google-cloud-platform speech-recognition speech-to-text google-speech-api