Watson-js西班牙语SpeechToText无效

时间:2013-09-18 15:05:05

标签: node.js api request credentials speech-to-text

我无法在watson-js演讲中将语言设置为西班牙文字api。我想我已尝试过以下各行的各种变体:

, xarg: "Content-Language=es-us"

有人有成就吗?怎么样?

    exports.ATT_CREDS = {
    client_id:"client_id"
    , client_secret:"client_secret"
    , access_token:"access_token"
    , scope: "SPEECH"
    , context: "Generic"
    , access_token_url: "https://api.att.com/oauth/token"
    , api_domain: "api.att.com"
    , content_type: "audio/wav"
    , xarg: "Content-Language=es-us"
};

1 个答案:

答案 0 :(得分:0)

问题解决了:关于watson API的文档是错误的。几封电子邮件后,它得到纠正。它与xarg变量有关。它现在已更新。

AT&T Speech API