低俗语音

taskId

5c8213b9bc807806aab0a574

任务结果数据结构:

参数名 类型 是否必有 说明
violations Array 详见以下 result 数据结构

violations 数据结构:

注:默认只返回低俗片段

参数名 类型 是否必有 说明
label String 违规标签, 具体参考识别分类值
review Bool 是否复审,true:是 false:否
details Array 片段细分信息
speechUrl String 语音片段地址。默认不返还,需要返回请联系我们

details 数据结构:

参数名 类型 是否必有 说明
startTime Number 开始时间
endTime Number 结束时间
label Number 标签
rate Float 吻合分数

回调数据的 json 字段示例(语音分类,低俗语音):

{
  "code": 0,
  "message": "success",
  "nonce": "0.01627771095362096",
  "timestamp": 1552391372490,
  "requestId": "tupu_request_id",
  "roomId": "your_room_id",
  "userId": "your_user_id",
  "forumId": "your_forum_id",
  "customInfo": {
    "hello": true,
    "other": "your customInfo"
  },
  "5c8213b9bc807806aab0a574": {
    "violations": [
      {
        "label": 1,
        "review": false,
        "speechUrl": "http:://123.mp3",
        "details": [
          {
            "startTime": 5,
            "endTime": 10,
            "label": 1,
            "rate": 0.7449841499328613
          }
        ]
      }
    ]
  }
}

results matching ""

    No results matching ""