实际上,我使用它作为Google函数的Python代码:
我无法在speech_v1文件中正确导入requirements.txt库。pip_download_wheels had stderr output:\nERROR: Could not find a version that satisfies the requirement google-cloud-speech-v1from -r requirements.txt (line 3)) (from versions: non
", line 214, in transcribe_file_with_multilanguage
from google.cloud import speech_v1p1beta1 as speechFile "/usr/local/lib/python2.7/dist-packages/google/cloud/speech_v1p1beta1/_
我已经在我的项目中使用googlespeech to text api两年多了,它工作得很好,但我一开始就开始出错了。 识别错误。Java.lang.Thread.run上的ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:607) (Thread.java:761) 我在android和ios中使用了相同的api,但它不仅在android中有效,而且在ios中也有效。这是非常关键的<
我正在尝试从我的音频创建srt文件。实际上,我遵循这个就是为了这个目的。但当我运行命令python3 speech2srt.py --storage_uri gs://subtitlingsc/en.wav时,它显示以下错误: File "speech2srt.py", line 152, in <module>
mai