我正在使用python和googlecloudspeechapi,我在ubuntu和windows上都执行了"“中的所有步骤,当我试图从这里运行简单的脚本时-- "”
我得到了下一个错误:<HttpError403 when requesting https://speech.googleapis.com/$discovery/rest?version=v1beta1 returned "
实际上,我使用它作为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
我希望有人能帮我弄清楚如何运行google的speech to text api。我尝试运行的特定代码是:src/function/transcribe_sync.phptranscribe_sync("mono.flac", 'en-US');php transcribe_sync.php
PHP Fatal error: Uncaught Error: Class '<
我正在尝试使用GoogleCloudSpeechAPI,这样我就可以传递音频文件并接收翻译后的文本,但我坚持使用集成。我已经有了api密钥和所有需要的东西,但是找不到如何在react原生中使用它。在文档中只有对node.js的解释(来自javascript部分)。此外,有几个库已经过时或只支持一个操作系统。文档中的node.js示例:
// Imports the GoogleCloud client li