我使用的服务是:识别-REST_API
调用的接口是:识别-REST_API
File pcmFile = new File(testFileName);HttpURLConnection conn = (HttpURLConnection) new URL(serverURL).openConnection();
// construct params
JSONObject params = new JSONObject();
params.put("format", "amr");
params.put("rate", 16000);
params.put("channel", "1");
params.put("token", token);
params.put("cuid", cuid);
params.put("len", pcmFile.length());
params.put("speech", DatatypeConverter.printBase64Binary(loadFile(pcmFile)));
// add request header
conn.setRequestMethod("POST");
conn.setRequestProperty("Content-Type", "application/json; charset=utf-8");
{
"err_msg": "recognition error.",
"sn": "958076092851480403737",
"err_no": 3301
}
收藏
点赞
0
个赞
请登录后评论
TOP
切换版块
我也遇到了同样的问题?
懒洋洋与灰灰狼:
我使用的服务是:识别-REST_API
调用的接口是:识别-REST_API
File pcmFile = new File(testFileName);HttpURLConnection conn = (HttpURLConnection) new URL(serverURL).openConnection();
// construct params
JSONObject params = new JSONObject();
params.put("format", "amr");
params.put("rate", 16000);
params.put("channel", "1");
params.put("token", token);
params.put("cuid", cuid);
params.put("len", pcmFile.length());
params.put("speech", DatatypeConverter.printBase64Binary(loadFile(pcmFile)));
// add request header
conn.setRequestMethod("POST");
conn.setRequestProperty("Content-Type", "application/json; charset=utf-8");
{
"err_msg": "recognition error.",
"sn": "958076092851480403737",
"err_no": 3301
}
回复懒洋洋与灰灰狼:
您好,现在问题解决没有,如果没有,可将最近七日之内的出错请求的返回sn提供给我们
{
"err_msg": "recognition error.",
"sn": "958076092851480403737",
"err_no": 3301
}
xieymxj:
请您遇到这个问题后把出错返回的sn和日期告诉我们,我们从后台日志查询,最好是7天之内的日志。
回复xieymxj:
请您遇到这个问题后把出错返回的sn和日期告诉我们,我们从后台日志查询,最好是7天之内的日志。