事件名称
AIContentReviewComplete
事件说明
视频审核完成。
示例
{
"eventTime":"2017-03-20T07:49:17Z",
"eventType":"AIContentReviewComplete",
"workflowId":"1000010",
"taskId":"0003#fgty85118429465b99a794951ffd4310",
"originalFileUrl":"https://sample.gdoss.xstore.ctyun.cn/mediatest/1.mp4",
"status": "SUCCESS",
"taskMessage":"写入文件失败",
"aiVideoContentReviewInfo":{
"snapshot":{
"aiTimeList":["00.0", "10.0", "20.0"],
"aiSnapshotRegular":"https://sampleout.gdoss.xstore.ctyun.cn/outputdir/test-video-selfdes-{time}.jpg"
},
"porn":{
"status":"SUCCESS",
"output":{
"label":"sexy",
"segmentSet":[{
"confidence":98,
"label":"sexy",
"url":"https://sample.gdoss.xstore.ctyun.cn/xxx/xxx/xx1.jpg"
}]
}
},
"terrorism":{
"status":"SUCCESS",
"output":{
"label":"normal"
}
},
}
}
返回数据描述
名称 |
示例值 |
描述 |
eventTime |
2017-03-20T07:49:17Z |
事件触发时间,为 UTC 时间,如 yyyy-MM-ddTHH:mm:ssZ。 |
eventType |
AIContentReviewComplete |
回调事件类型。 |
workflowId |
1000010 |
工作流ID。 |
taskId |
0003#fgty85118429465b99a794951ffd4310 |
任务ID类型。 |
originalFileUrl |
https://sample.gdoss.xstore.ctyun.cn/mediatest/1.mp4 |
源文件访问地址(不带签名,若为私有权限需使用带预签名url进行访问)。 |
status |
SUCCESS |
任务状态:SUCCESS-成功;FAIL-失败。 |
taskMessage |
写入文件失败 |
回调信息:任务失败时为失败原因;成功时为:任务成功。 |
aiVideoContentReviewInfo |
|
|
表aiVideoContentReviewInfo
名称 |
示例值 |
描述 |
snapshot |
|
AI审核截图的完整数据集。详细信息见表snapshot。 |
porn |
|
鉴黄结果,若进行鉴黄审核才有该字段。详细信息见表porn。 |
terrorism |
|
鉴恐结果,若进行鉴恐审核才有该字段。详细信息见表terrorism。 |
表snapshot
名称 |
示例值 |
描述 |
aiTimeList |
["00.0", "10.0", "20.0"] |
审核时间点。 |
aiSnapshotRegular |
https://sampleout.gdoss.xstore.ctyun.cn/outputdir/test-video-selfdes-{time}.jpg |
AI审核截图的完整数据集。 |
表porn
名称 |
示例值 |
描述 |
status |
SUCCESS |
审核结果状态。 |
output |
|
详细的输出结果。详细信息见表porn-output。 |
表porn-output
名称 |
示例值 |
描述 |
label |
sexy |
主标签:normal-正常;sexy-性感;porn-色情。 |
segmentSet |
|
segmentSet中仅会列出高于用户设置类型阈值的图片集。详细信息见表porn-output-segmentSet。 |
表pron-output-segmentSet
名称 |
示例值 |
描述 |
confidence |
98 |
置信区间评分。0-100分 |
label |
sexy |
子标签 "根据主标签的二级分类"。 |
url |
https://sample.gdoss.xstore.ctyun.cn/xxx/xxx/xx1.jpg |
违规视频的图片地址。需要携带签名访问。 |
表terrorism
名称 |
示例值 |
描述 |
status |
SUCCESS |
审核结果状态。 |
output |
|
详细的输出结果。详细信息见表terrorism-output。 |
表terrorism-output
名称 |
示例值 |
描述 |
label |
normal |
主标签:normal-正常;terrorism-暴恐。 |
segmentSet |
|
segmentSet中仅会列出高于用户设置类型阈值的图片集。详细信息见表terrorism-output-segmentSet。 |
表terrorism-output-segmentSet
名称 |
示例值 |
描述 |
confidence |
98 |
置信区间评分。0-100分 |
label |
normal |
子标签 "根据主标签的二级分类"。 |
url |
https://sample.gdoss.xstore.ctyun.cn/xxx/xxx/xx1.jpg |
违规视频的图片地址。需要携带签名访问。 |