watson-js Speech to Text 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"
};