本文介绍媒体审核作业审核结果文件output参数的详细说明。
审核结果
包含媒体审核作业设置的不同审核场景scene结果详情。
名称 | 类型 | 描述 |
AdResult | Object | 图文违规审核结果 |
AudioResult | Object | 语音审核结果 |
PornResult | Object | 智能鉴黄审核结果 |
TerrorismResult | Object | 暴恐涉政审核结果 |
LiveResult | Object | 不良场景审核结果 |
LogoResult | Object | Logo审核结果 |
Code | String | 作业失败时错误码 |
Message | String | 作业失败时错误信息 |
JobId | String | 媒体审核作业ID |
State | String | 作业状态 |
audioTaskId | String | 语音审核任务ID |
titleTaskId | String | 标题审核任务ID |
descTaskId | String | 描述审核任务ID |
tasks | Map | 截图审核任务信息 |
图文违规结果(ad)AdResult
名称 | 类型 | 描述 |
AdResult | Object | 图文违规审核结果 |
AdCounterList | Array of AdCounter | 图文违规不同label违规数量及违规类型,取值如下:
|
AdDetailResultList | Array of AdDetailResult | 截图图片违规每帧审核细节,包括参数如下:
|
AdTopList | Array | 频率最高的label,包括参数如下:
|
Suggestion | String | 审核结果。取值:
|
AverageScore | String | 平均得分 |
MaxScore | String | 最大得分 |
Label | String | 图文违规审核结果标签 |
语音结果(audio)AudioResult
名称 | 类型 | 描述 |
AudioResult | Object | 语音审核结果 |
AudioCounterList | Array of AudioCounter | 语音审核不同label违规数量及违规类型,取值如下:
|
AudioDetailResultList | Array of AudioDetailResult | 语音审核细节,包括:
|
Suggestion | String | 审核结果。取值:
|
Label | String | 语音审核结果标签 |
智能鉴黄(porn)结果
名称 | 类型 | 描述 |
PornResult | Object | 智能鉴黄审核结果 |
PornCounterList | Array of PornCounter | 智能鉴黄不同label违规数量
|
PornDetailResultList | Array of PornDetailResult | 智能鉴黄审核细节,包括
|
PornTopList | Array | 频率最高的label,包括:
|
Suggestion | String | 审核结果。取值:
|
AverageScore | String | 平均得分 |
MaxScore | String | 最大得分 |
Label | String | 智能鉴黄审核结果标签 |
暴恐涉政(terrorism)结果
名称 | 类型 | 描述 |
TerrorismResult | Object | 暴恐涉政审核结果 |
TerrorismCounterList | Array of TerrorismCounter | 暴恐涉政不同label违规数量及违规类型,取值如下:
|
TerrorismDetailResultList | Array of TerrorismDetailResult | 暴恐涉政审核细节,包含参数如下:
|
TerrorismTopList | Array | 频率最高的label,包含参数如下:
|
Suggestion | String | 审核结果。取值:
|
AverageScore | String | 平均得分 |
MaxScore | String | 最大得分 |
Label | String | 暴恐涉政审核结果标签 |
不良场景(live)结果
名称 | 类型 | 描述 |
LiveResult | Object | 不良场景审核结果 |
LiveCounterList | Array of LiveCounter | 不良场景不同label违规数量及违规类型,取值如下:
|
LiveDetailResultList | Array of LiveDetailResult | 不良场景审核细节,包含参数如下:
|
LiveTopList | Array | 频率最高的label,包含参数如下:
|
Suggestion | String | 审核结果。取值:
|
AverageScore | String | 平均得分 |
MaxScore | String | 最大得分 |
Label | String | 不良场景审核结果标签 |
Logo(logo)结果
名称 | 类型 | 描述 |
LogoResult | Object | Logo审核结果 |
LogoCounterList | Array of LogoCounter | Logo不同label违规数量及违规类型,取值如下:
|
LogoDetailResultList | Array of LogoDetailResult | Logo审核细节,包含参数如下:
|
LogoTopList | Array | 频率最高的label,包括:
|
Suggestion | String | 审核结果。取值:
|
AverageScore | String | 平均得分 |
MaxScore | String | 最大得分 |
Label | String | Logo审核结果标签 |
输出示例
{
"AdResult": {
"AdCounterList": [
{ "Count": 1, "Label": "ad" },
{ "Count": 4, "Label": "normal" },
{ "Count": 0, "Label": "politics" },
{ "Count": 0, "Label": "porn" },
{ "Count": 0, "Label": "abuse" },
{ "Count": 0, "Label": "terrorism" },
{ "Count": 0, "Label": "contraband" },
{ "Count": 0, "Label": "spam" },
{ "Count": 0, "Label": "npx" },
{ "Count": 0, "Label": "qrcode" },
{ "Count": 0, "Label": "programCode" },
{ "Count": 0, "Label": "ocr" },
{ "Count": 0, "Label": "others" }
],
"AdDetailResultList": [
{
"Extras": {
"qrcodes": "https://qm.qq.com/cgi-bin/qm/qr?k=RKW-RdM7-m8SmYXRg1yPojKz_2Vl6NYV&authKey=n3mdlLvPEUieSVXlg6WJf/1RfnBVPxDskEO7odtTeFZC+ISRiSAWQcy1YubuHpJ0&noverify=0"
},
"Index": "2",
"Label": "ad",
"Object": "censor/output/00002.jpg",
"Score": "99.9100000000",
"Suggestion": "block",
"Timestamp": "5005"
},
{
"Index": "3",
"Label": "normal",
"Object": "censor/output/涉黄-暴恐涉政-不良场景-图文违规/00004.jpg",
"Score": "99.9100000000",
"Suggestion": "pass",
"Timestamp": "15005"
},
{
"Index": "8",
"Label": "normal",
"Object": "censor/output/涉黄-暴恐涉政-不良场景-图文违规/00009.jpg",
"Score": "99.9100000000",
"Suggestion": "pass",
"Timestamp": "40005"
},
{
"Index": "7",
"Label": "normal",
"Object": "censor/output/涉黄-暴恐涉政-不良场景-图文违规/00008.jpg",
"Score": "99.9100000000",
"Suggestion": "pass",
"Timestamp": "35005"
},
{
"Index": "4",
"Label": "ad",
"Object": "censor/output/涉黄-暴恐涉政-不良场景-图文违规/00005.jpg",
"Score": "99.9100000000",
"Suggestion": "block",
"Timestamp": "20005"
},
{
"Index": "5",
"Label": "normal",
"Object": "censor/output/涉黄-暴恐涉政-不良场景-图文违规/00006.jpg",
"Score": "99.9100000000",
"Suggestion": "pass",
"Timestamp": "25005"
},
{
"Index": "6",
"Label": "normal",
"Object": "censor/output/涉黄-暴恐涉政-不良场景-图文违规/00007.jpg",
"Score": "99.9100000000",
"Suggestion": "pass",
"Timestamp": "30005"
},
{
"Index": "9",
"Label": "normal",
"Object": "censor/output/涉黄-暴恐涉政-不良场景-图文违规/00010.jpg",
"Score": "99.9100000000",
"Suggestion": "pass",
"Timestamp": "45005"
},
{
"Index": "0",
"Label": "normal",
"Object": "censor/output/涉黄-暴恐涉政-不良场景-图文违规/00001.jpg",
"Score": "99.9100000000",
"Suggestion": "pass",
"Timestamp": "5"
},
{
"Index": "1",
"Label": "normal",
"Object": "censor/output/涉黄-暴恐涉政-不良场景-图文违规/00002.jpg",
"Score": "99.9100000000",
"Suggestion": "pass",
"Timestamp": "5005"
}
],
"AdTopList": [
{
"Index": "4",
"Label": "ad",
"Object": "censor/output/涉黄-暴恐涉政-不良场景-图文违规/00005.jpg",
"Score": "99.9100000000",
"Timestamp": "20005"
}
],
"AverageScore": "99.9100000000",
"Label": "ad",
"MaxScore": "99.9100000000",
"Suggestion": "block"
},
"AudioResult": {
"AudioCounterList": [
{
"Count": 1,
"Label": "politics"
}
],
"AudioDetailResultList": [
{
"endTime": 52,
"hintWords": [
{
"context": "example_context"
},
{
"context": "example_context_1"
}
],
"label": "politics",
"startTime": 0,
"text": "违规语音测试,下面是违规语音详细内容。example_text"
}
],
"Label": "politics",
"Suggestion": "block"
},
"Code": "200",
"JobId": "9460d99126104d70b5c6ea420296****",
"LiveResult": {
"AverageScore": "100.0000000000",
"Label": "meaningless",
"LiveCounterList": [
{ "Count": 1, "Label": "meaningless" },
{ "Count": 1, "Label": "PIP" },
{ "Count": 0, "Label": "smoking" },
{ "Count": 0, "Label": "drivelive" },
{ "Count": 8, "Label": "normal" }
],
"LiveDetailResultList": [
{
"Index": "2",
"Label": "normal",
"Object": "censor/output/涉黄-暴恐涉政-不良场景-图文违规/00003.jpg",
"Score": "100.0000000000",
"Suggestion": "pass",
"Timestamp": "10005"
},
{
"Index": "3",
"Label": "normal",
"Object": "censor/output/涉黄-暴恐涉政-不良场景-图文违规/00004.jpg",
"Score": "100.0000000000",
"Suggestion": "pass",
"Timestamp": "15005"
},
{
"Index": "8",
"Label": "PIP",
"Object": "censor/output/涉黄-暴恐涉政-不良场景-图文违规/00009.jpg",
"Score": "100.0000000000",
"Suggestion": "review",
"Timestamp": "40005"
},
{
"Index": "7",
"Label": "normal",
"Object": "censor/output/涉黄-暴恐涉政-不良场景-图文违规/00008.jpg",
"Score": "100.0000000000",
"Suggestion": "pass",
"Timestamp": "35005"
},
{
"Index": "4",
"Label": "normal",
"Object": "censor/output/涉黄-暴恐涉政-不良场景-图文违规/00005.jpg",
"Score": "100.0000000000",
"Suggestion": "pass",
"Timestamp": "20005"
},
{
"Index": "5",
"Label": "normal",
"Object": "censor/output/涉黄-暴恐涉政-不良场景-图文违规/00006.jpg",
"Score": "100.0000000000",
"Suggestion": "pass",
"Timestamp": "25005"
},
{
"Index": "6",
"Label": "normal",
"Object": "censor/output/涉黄-暴恐涉政-不良场景-图文违规/00007.jpg",
"Score": "100.0000000000",
"Suggestion": "pass",
"Timestamp": "30005"
},
{
"Index": "9",
"Label": "meaningless",
"Object": "censor/output/涉黄-暴恐涉政-不良场景-图文违规/00010.jpg",
"Score": "100.0000000000",
"Suggestion": "review",
"Timestamp": "45005"
},
{
"Index": "0",
"Label": "normal",
"Object": "censor/output/涉黄-暴恐涉政-不良场景-图文违规/00001.jpg",
"Score": "100.0000000000",
"Suggestion": "pass",
"Timestamp": "5"
},
{
"Index": "1",
"Label": "normal",
"Object": "censor/output/涉黄-暴恐涉政-不良场景-图文违规/00002.jpg",
"Score": "100.0000000000",
"Suggestion": "pass",
"Timestamp": "5005"
}
],
"LiveTopList": [
{
"Index": "9",
"Label": "meaningless",
"Object": "censor/output/涉黄-暴恐涉政-不良场景-图文违规/00010.jpg",
"Score": "100.0000000000",
"Timestamp": "45005"
}
],
"MaxScore": "100.0000000000",
"Suggestion": "review"
},
"LogoResult": {
"AverageScore": "99.9000000000",
"Label": "normal",
"LogoCounterList": [
{ "Count": 0, "Label": "TV" },
{ "Count": 0, "Label": "trademark" },
{ "Count": 10, "Label": "normal" }
],
"LogoDetailResultList": [
{
"Index": "2",
"Label": "TV",
"LogoData": [
{
"h": 49.0,
"name": "抖音",
"type": "TV",
"w": 133.0,
"x": 22.0,
"y": 22.0
}
],
"Object": "censor/output/LOGO审核/00001.jpg",
"Score": "99.9600000000",
"Suggestion": "block",
"Timestamp": "5"
},
{
"Index": "3",
"Label": "normal",
"Object": "censor/output/涉黄-暴恐涉政-不良场景-图文违规/00004.jpg",
"Score": "99.9000000000",
"Suggestion": "pass",
"Timestamp": "15005"
},
{
"Index": "8",
"Label": "normal",
"Object": "censor/output/涉黄-暴恐涉政-不良场景-图文违规/00009.jpg",
"Score": "99.9000000000",
"Suggestion": "pass",
"Timestamp": "40005"
},
{
"Index": "7",
"Label": "normal",
"Object": "censor/output/涉黄-暴恐涉政-不良场景-图文违规/00008.jpg",
"Score": "99.9000000000",
"Suggestion": "pass",
"Timestamp": "35005"
},
{
"Index": "4",
"Label": "normal",
"Object": "censor/output/涉黄-暴恐涉政-不良场景-图文违规/00005.jpg",
"Score": "99.9000000000",
"Suggestion": "pass",
"Timestamp": "20005"
},
{
"Index": "5",
"Label": "normal",
"Object": "censor/output/涉黄-暴恐涉政-不良场景-图文违规/00006.jpg",
"Score": "99.9000000000",
"Suggestion": "pass",
"Timestamp": "25005"
},
{
"Index": "6",
"Label": "normal",
"Object": "censor/output/涉黄-暴恐涉政-不良场景-图文违规/00007.jpg",
"Score": "99.9000000000",
"Suggestion": "pass",
"Timestamp": "30005"
},
{
"Index": "9",
"Label": "normal",
"Object": "censor/output/涉黄-暴恐涉政-不良场景-图文违规/00010.jpg",
"Score": "99.9000000000",
"Suggestion": "pass",
"Timestamp": "45005"
},
{
"Index": "0",
"Label": "normal",
"Object": "censor/output/涉黄-暴恐涉政-不良场景-图文违规/00001.jpg",
"Score": "99.9000000000",
"Suggestion": "pass",
"Timestamp": "5"
},
{
"Index": "1",
"Label": "normal",
"Object": "censor/output/涉黄-暴恐涉政-不良场景-图文违规/00002.jpg",
"Score": "99.9000000000",
"Suggestion": "pass",
"Timestamp": "5005"
}
],
"LogoTopList": [
{
"Index": "2",
"Label": "normal",
"Object": "censor/output/涉黄-暴恐涉政-不良场景-图文违规/00003.jpg",
"Score": "99.9000000000",
"Timestamp": "10005"
},
{
"Index": "3",
"Label": "normal",
"Object": "censor/output/涉黄-暴恐涉政-不良场景-图文违规/00004.jpg",
"Score": "99.9000000000",
"Timestamp": "15005"
},
{
"Index": "8",
"Label": "normal",
"Object": "censor/output/涉黄-暴恐涉政-不良场景-图文违规/00009.jpg",
"Score": "99.9000000000",
"Timestamp": "40005"
},
{
"Index": "7",
"Label": "normal",
"Object": "censor/output/涉黄-暴恐涉政-不良场景-图文违规/00008.jpg",
"Score": "99.9000000000",
"Timestamp": "35005"
},
{
"Index": "4",
"Label": "normal",
"Object": "censor/output/涉黄-暴恐涉政-不良场景-图文违规/00005.jpg",
"Score": "99.9000000000",
"Timestamp": "20005"
},
{
"Index": "5",
"Label": "normal",
"Object": "censor/output/涉黄-暴恐涉政-不良场景-图文违规/00006.jpg",
"Score": "99.9000000000",
"Timestamp": "25005"
},
{
"Index": "6",
"Label": "normal",
"Object": "censor/output/涉黄-暴恐涉政-不良场景-图文违规/00007.jpg",
"Score": "99.9000000000",
"Timestamp": "30005"
},
{
"Index": "9",
"Label": "normal",
"Object": "censor/output/涉黄-暴恐涉政-不良场景-图文违规/00010.jpg",
"Score": "99.9000000000",
"Timestamp": "45005"
},
{
"Index": "0",
"Label": "normal",
"Object": "censor/output/涉黄-暴恐涉政-不良场景-图文违规/00001.jpg",
"Score": "99.9000000000",
"Timestamp": "5"
},
{
"Index": "1",
"Label": "normal",
"Object": "censor/output/涉黄-暴恐涉政-不良场景-图文违规/00002.jpg",
"Score": "99.9000000000",
"Timestamp": "5005"
}
],
"MaxScore": "99.9000000000",
"Suggestion": "pass"
},
"Message": "OK",
"PornResult": {
"AverageScore": "95.9700000000",
"Label": "porn",
"MaxScore": "96.0200000000",
"PornCounterList": [
{ "Count": 2, "Label": "porn" },
{ "Count": 0, "Label": "sexy" },
{ "Count": 8, "Label": "normal" }
],
"PornDetailResultList": [
{
"Index": "2",
"Label": "normal",
"Object": "censor/output/涉黄-暴恐涉政-不良场景-图文违规/00003.jpg",
"Score": "99.9000000000",
"Suggestion": "pass",
"Timestamp": "10005"
},
{
"Index": "3",
"Label": "normal",
"Object": "censor/output/涉黄-暴恐涉政-不良场景-图文违规/00004.jpg",
"Score": "99.9000000000",
"Suggestion": "pass",
"Timestamp": "15005"
},
{
"Index": "8",
"Label": "normal",
"Object": "censor/output/涉黄-暴恐涉政-不良场景-图文违规/00009.jpg",
"Score": "99.9000000000",
"Suggestion": "pass",
"Timestamp": "40005"
},
{
"Index": "7",
"Label": "normal",
"Object": "censor/output/涉黄-暴恐涉政-不良场景-图文违规/00008.jpg",
"Score": "99.9000000000",
"Suggestion": "pass",
"Timestamp": "35005"
},
{
"Index": "4",
"Label": "normal",
"Object": "censor/output/涉黄-暴恐涉政-不良场景-图文违规/00005.jpg",
"Score": "99.9000000000",
"Suggestion": "pass",
"Timestamp": "20005"
},
{
"Index": "5",
"Label": "normal",
"Object": "censor/output/涉黄-暴恐涉政-不良场景-图文违规/00006.jpg",
"Score": "99.9000000000",
"Suggestion": "pass",
"Timestamp": "25005"
},
{
"Index": "6",
"Label": "normal",
"Object": "censor/output/涉黄-暴恐涉政-不良场景-图文违规/00007.jpg",
"Score": "99.9000000000",
"Suggestion": "pass",
"Timestamp": "30005"
},
{
"Index": "9",
"Label": "normal",
"Object": "censor/output/涉黄-暴恐涉政-不良场景-图文违规/00010.jpg",
"Score": "99.9000000000",
"Suggestion": "pass",
"Timestamp": "45005"
},
{
"Index": "0",
"Label": "porn",
"Object": "censor/output/涉黄-暴恐涉政-不良场景-图文违规/00001.jpg",
"Score": "96.0200000000",
"Suggestion": "review",
"Timestamp": "5"
},
{
"Index": "1",
"Label": "porn",
"Object": "censor/output/涉黄-暴恐涉政-不良场景-图文违规/00002.jpg",
"Score": "95.9200000000",
"Suggestion": "review",
"Timestamp": "5005"
}
],
"PornTopList": [
{
"Index": "0",
"Label": "porn",
"Object": "censor/output/涉黄-暴恐涉政-不良场景-图文违规/00001.jpg",
"Score": "96.0200000000",
"Timestamp": "5"
},
{
"Index": "1",
"Label": "porn",
"Object": "censor/output/涉黄-暴恐涉政-不良场景-图文违规/00002.jpg",
"Score": "95.9200000000",
"Timestamp": "5005"
}
],
"Suggestion": "review"
},
"State": "Success",
"TerrorismResult": {
"AverageScore": "100.0000000000",
"Label": "terrorism",
"MaxScore": "100.0000000000",
"Suggestion": "block",
"TerrorismCounterList": [
{ "Count": 1, "Label": "terrorism" },
{ "Count": 0, "Label": "outfit" },
{ "Count": 0, "Label": "logo" },
{ "Count": 0, "Label": "weapon" },
{ "Count": 1, "Label": "politics" },
{ "Count": 0, "Label": "others" },
{ "Count": 8, "Label": "normal" },
{ "Count": 0, "Label": "bloody" },
{ "Count": 0, "Label": "explosion" },
{ "Count": 0, "Label": "violence" },
{ "Count": 0, "Label": "crowd" },
{ "Count": 0, "Label": "parade" },
{ "Count": 0, "Label": "carcrash" },
{ "Count": 0, "Label": "flag" }
],
"TerrorismDetailResultList": [
{
"Index": "2",
"Label": "politics",
"Object": "censor/output/涉黄-暴恐涉政-不良场景-图文违规/00003.jpg",
"Score": "100.0000000000",
"Suggestion": "block",
"Timestamp": "10005"
},
{
"Index": "3",
"Label": "terrorism",
"Object": "censor/output/涉黄-暴恐涉政-不良场景-图文违规/00004.jpg",
"Score": "100.0000000000",
"Suggestion": "block",
"Timestamp": "15005"
},
{
"Index": "8",
"Label": "normal",
"Object": "censor/output/涉黄-暴恐涉政-不良场景-图文违规/00009.jpg",
"Score": "99.9000000000",
"Suggestion": "pass",
"Timestamp": "40005"
},
{
"Index": "7",
"Label": "normal",
"Object": "censor/output/涉黄-暴恐涉政-不良场景-图文违规/00008.jpg",
"Score": "99.8800000000",
"Suggestion": "pass",
"Timestamp": "35005"
},
{
"Index": "0",
"Label": "normal",
"Object": "censor/output/涉黄-暴恐涉政-不良场景-图文违规/00001.jpg",
"Score": "99.8700000000",
"Suggestion": "pass",
"Timestamp": "5"
},
{
"Index": "1",
"Label": "normal",
"Object": "censor/output/涉黄-暴恐涉政-不良场景-图文违规/00002.jpg",
"Score": "99.8700000000",
"Suggestion": "pass",
"Timestamp": "5005"
},
{
"Index": "4",
"Label": "normal",
"Object": "censor/output/涉黄-暴恐涉政-不良场景-图文违规/00005.jpg",
"Score": "99.8700000000",
"Suggestion": "pass",
"Timestamp": "20005"
},
{
"Index": "5",
"Label": "normal",
"Object": "censor/output/涉黄-暴恐涉政-不良场景-图文违规/00006.jpg",
"Score": "99.8700000000",
"Suggestion": "pass",
"Timestamp": "25005"
},
{
"Index": "6",
"Label": "normal",
"Object": "censor/output/涉黄-暴恐涉政-不良场景-图文违规/00007.jpg",
"Score": "99.8700000000",
"Suggestion": "pass",
"Timestamp": "30005"
},
{
"Index": "9",
"Label": "normal",
"Object": "censor/output/涉黄-暴恐涉政-不良场景-图文违规/00010.jpg",
"Score": "99.8700000000",
"Suggestion": "pass",
"Timestamp": "45005"
}
],
"TerrorismTopList": [
{
"Index": "3",
"Label": "terrorism",
"Object": "censor/output/涉黄-暴恐涉政-不良场景-图文违规/00004.jpg",
"Score": "100.0000000000",
"Timestamp": "15005"
}
]
},
"Type": "Censor",
"audioTaskId": "vc_f_3SrxsLwMAAu6SnEV8x31Py-1wIj28",
"tasks": {
"00:00:00": "img7ikCVILy4jV5NtvMw$7m2G-1wIj26",
"00:00:05": "img3yvM62Afkmy4r9guS7Evcc-1wIj26",
"00:00:10": "imgq8KxuXmA8T6iNbyDDA$Rh-1wIj26",
"00:00:15": "img4uxqfWMnHw74u$fyz80gGv-1wIj26",
"00:00:20": "imglDmADpAbT57mRtu$I8AAB-1wIj26",
"00:00:25": "img3v4BGUAZA@U7$oTDBZimfu-1wIj26",
"00:00:30": "img3kyzcguOQXP6Z5BJqSSBIq-1wIj26",
"00:00:35": "img3kc7QxoJXt54A$JEgr@AlM-1wIj26",
"00:00:40": "img6mmDL@ZQ4Ua4IYC3S09$oK-1wIj26",
"00:00:45": "img1fV94fwNkiY7w3vhWySZKY-1wIj26"
}
}