我试图在我的聊天机器人中集成语音到文本服务,但收到标题中提到的错误。我只是使用了文档中描述的服务。他们将授权方法从用户名+密码更改为api密钥,对吗?这是我得到的错误: Feb 26, 2019 11:18:38 AM okhttp3.internal.platform.Platform log
INFO: --> POST https://stream.watsonplatform.net/speech-to-text/api/v
我目前正尝试在Anuglar应用程序中实现speechToText。
ERROR in .' in 'C:\Projekte\demo\node_modules\watson-speech\speech-to-text'
ERROR in .' in 'C:\Projekte\demo\node_modules\watson-speech\speech-to-text
我为api凭证添加了用户名和密码,但是当我在node.js上运行该程序时,我得到了一个Error: Server responded with a non-101 status:403。有没有人知道是什么导致了这个错误?以下是示例代码var fs = require('fs');
var speech
我正在开发一个使用IBM Watson Speech to text API的语音转文本web应用程序。只需单击一个按钮即可获取API。但每当我点击按钮。我得到了上面提到的错误。我已经将我的API和URL存储在一个.env文件中。我尝试了很多,但一直收到这个错误。请帮帮我,因为我对这一切都是新手。/authorization/v1');
const SpeechToTextV1 = require('wa
我使用watson speech to text node.js sdk开发了一个使用react的"speech to text“模块。我被困在最后一步,我得到的是一个错误而不是输出。 ? 显然它说"GET https://localhost:3002/api/speech-to-text/token net::ERR_CONNECTION_REFUSED TypeError: Failed