检测到您已登录华为云国际站账号,为了您更好的体验,建议您访问国际站服务网站 https://www.huaweicloud.com/intl/zh-cn
不再显示此消息
设置是否只识别收个声道的音频数据,默认no asr_request.set_first_channel_only('no') # step3 发送请求,返回结果,返回结果为json格式 result = client.get_flash_lasr_result(asr_request)
withText("请输入合成文本"); } request.withBody(body); return request; } // 发送请求 private String getSttsResponse() { RunTtsRequest request = getRunTtsRequest();
withData(encoded);body.withConfig(configbody); request.withBody(body); 发送请求 RecognizeShortAudioResponse response = client.recognizeShortAudio(request);
设置是否需要速度。默认true。 request.setSpeed(true); // 设置回调地址,设置后音频转写结果将直接发送至回调地址。请务必保证地址可联通,不支持ip地址。 // request.setCallbackUrl(""); // 设置热词id,不使用则不用填写