module: ensure that google-api-python-client is set up correctly.'使用recognize_google_cloud时,尽管我已经安装了它,并且在运行时看到'google-api-python-client当使用默认的googlespeech使用的代码如下:
import speech_re
我正在尝试使用google could APIs转换语音到文本,像这样的gcloud ml speech recognize-long-running当我使用--language-code='en-US,这段代码,我能够转换完美,文本是基于音频的US,口音或UK。如何通过google could API转换这个印度口音,我需要做哪些改变。谢谢
桑迪普。
我尝试使用Googlespeech to text API将音频文件(WAV格式)转换为文本,并对响应时间进行了查询。下面是代码和响应持续时间。 音频文件大小约为30kb,长度为3秒。语音转文本服务大约花了1.7秒来转录,我认为这太高了,应该在毫秒内。这是正常的还是我遗漏了一些配置? 感谢您的建议。const speech = require('@google-cloud/speech<
我遵循了这个教程:https://jbinformatique.com/2018/02/16/android-speech-to-text-api-google-tutoriel/ 它工作得很好!它使用android.speech.RecognizerIntent包,它是免费的,而且它不需要互联网就可以工作,这里提到: Difference between Android Speech to TextAPI</
我有一个GoogleCloud函数,在其中我使用Python库调用了两个外部requests.get (或requests.post ),一个API和另一个URL。= requests.get(download_url)
[get the resp.content, put to storage bucket] 除了存储在云存储中,我还将这个mp3文件发送到GoogleCloudSpeech- to -Text API,并获得转录