| 程序包 | 说明 |
|---|---|
| cn.xfyun.api | |
| cn.xfyun.model.response.lfasr | |
| cn.xfyun.service.lfasr |
| 限定符和类型 | 方法和说明 |
|---|---|
LfasrResponse |
LfasrClient.getResult(String orderId)
获取结果接口
|
LfasrResponse |
LfasrClient.getResult(String orderId,
String resultType)
获取结果接口
|
LfasrResponse |
LfasrClient.uploadFile(String audioFilePath)
本地音频文件上传接口
|
LfasrResponse |
LfasrClient.uploadUrl(String audioUrl)
音频URL上传接口
|
| 限定符和类型 | 方法和说明 |
|---|---|
static LfasrResponse |
LfasrResponse.error(String errorInfo) |
| 限定符和类型 | 方法和说明 |
|---|---|
LfasrResponse |
LfasrService.getResult(String orderId,
String resultType)
获取转写结果
|
LfasrResponse |
LfasrService.uploadFile(Map<String,String> param,
File audioFile)
上传本地音频文件进行转写
|
LfasrResponse |
LfasrService.uploadUrl(Map<String,String> param)
上传音频URL进行转写
|
Copyright © 2025. All rights reserved.