跳到主要内容

翻译回调信息(TranslatorResult)

数据结构

FINTLTranslatorResult:继承自 FINTLBaseResult,包含基础信息

参数类型说明
translatorRespstring翻译服务返回的处理结果,需要游戏侧自行处理,详见 translatorResp

代码示例:

{
"debugInfo":null,
"message":"Success",
"result":[
{
"id":"xxxx",
"output":"xxx",
"text":"xxx”
}
],
"retCode":"0"
}

translatorResp

retCodemessage说明
0Success成功
1001ParamsError参数有误
1002ServiceInternalError服务内部错误
1003PermissionError权限错误,输入的 appId 可能不存在或 token 无效
1007rate limit reached每日 PV 或 QPM 超过限制