知识中心
所有文章
帮助中心
AI客户联络中心 升级日志
API文档
AI客户联络
白标接口及地址
2.14获取翻译结果
最后更新于 2023/06/01   阅读数 90

ap/api/user/getResultById/1663836736058306561i/user/getResultById/1663836736058306561

接口地址

/api/user/getResultById/{voiceQualityId}

#请求方式

GET

字段

类型

备注

voiceQualityId

String

上传录音返回的id

{
  "code": 0,
  "msg": "success",
  "data": {
    "type": 6,
    "code": "",
    "data": {
      "fileId": "1663836736058306561",
      "result": "",
      "message": "合成中",
      "fileName": "",
      "total": "",
      "current": "",
      "failed": "",
      "url": "",
      "duration": "null",
      "sceneId": "1663836647625601025",
      "status": 0,
      "workName": "新作品20230531179764",
      "sceneName": "场景1",
      "text": "1231231",
      "textList": "[]",
      "source": 0,
      "workId": "1663836647600435201",
      "percent": "",
      "taskDuration": "",
      "createTime": "",
      "expectedTaskFinishTime": "",
      "expectedTaskExecutingDuration": "",
      "speakerId": ""
    }
  },
  "meta": ""
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
plaintext
未能解决您的问题?请联系
本篇目录

#请求方式