调用GetMediaAuditResultTimeline获取到所有违规内容截图的时间点。
接口说明
调试
您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。
授权信息
当前API暂无授权信息透出。
请求参数
名称 | 类型 | 必填 | 描述 | 示例值 |
---|---|---|---|---|
MediaId | string | 是 | 视频ID。 | 93ab850b4f6f*****54b6e91d24d81d4 |
返回参数
示例
请求示例
https://vod.{ApiRegion}.aliyuncs.com/?Action=GetMediaAuditResultTimeline
&MediaId=93ab850b4f6f*****54b6e91d24d81d4
&<公共请求参数>
正常返回示例
JSON
格式
{
"RequestId": "6438BD76-D523-46FC-956F-****",
"MediaAuditResultTimeline": {
"Ad": [
{
"Score": 100,
"Label": "porn",
"Timestamp": 3005
},
{
"Score": 100,
"Label": "normal",
"Timestamp": 3005
},
{
"Score": 100,
"Label": "logo",
"Timestamp": 13
},
{
"Score": 100,
"Label": "pip",
"Timestamp": 12
},
{
"Score": 100,
"Label": "ad",
"Timestamp": 10
}
],
"Terrorism": [
{
"Score": 100,
"Label": "porn",
"Timestamp": 3005
},
{
"Score": 100,
"Label": "normal",
"Timestamp": 3005
},
{
"Score": 100,
"Label": "logo",
"Timestamp": 13
},
{
"Score": 100,
"Label": "pip",
"Timestamp": 12
},
{
"Score": 100,
"Label": "ad",
"Timestamp": 10
}
],
"Live": [
{
"Score": 100,
"Label": "porn",
"Timestamp": 3005
},
{
"Score": 100,
"Label": "normal",
"Timestamp": 3005
},
{
"Score": 100,
"Label": "logo",
"Timestamp": 13
},
{
"Score": 100,
"Label": "pip",
"Timestamp": 12
},
{
"Score": 100,
"Label": "ad",
"Timestamp": 10
}
],
"Porn": [
{
"Score": 100,
"Label": "porn",
"Timestamp": 3005
},
{
"Score": 100,
"Label": "normal",
"Timestamp": 3005
},
{
"Score": 100,
"Label": "logo",
"Timestamp": 13
},
{
"Score": 100,
"Label": "pip",
"Timestamp": 12
},
{
"Score": 100,
"Label": "ad",
"Timestamp": 10
}
],
"Logo": [
{
"Score": 100,
"Label": "porn",
"Timestamp": 3005
},
{
"Score": 100,
"Label": "normal",
"Timestamp": 3005
},
{
"Score": 100,
"Label": "logo",
"Timestamp": 13
},
{
"Score": 100,
"Label": "pip",
"Timestamp": 12
},
{
"Score": 100,
"Label": "ad",
"Timestamp": 10
}
]
}
}
XML
格式
<GetMediaAuditResultTimelineResponse>
<RequestId>6438BD76-D523-46FC-956F-****</RequestId>
<MediaAuditResultTimeline>
<Ad>
<Score>100</Score>
<Label>porn</Label>
<Timestamp>3005</Timestamp>
</Ad>
<Ad>
<Score>100</Score>
<Label>normal</Label>
<Timestamp>3005</Timestamp>
</Ad>
<Ad>
<Score>100</Score>
<Label>logo</Label>
<Timestamp>13</Timestamp>
</Ad>
<Ad>
<Score>100</Score>
<Label>pip</Label>
<Timestamp>12</Timestamp>
</Ad>
<Ad>
<Score>100</Score>
<Label>ad</Label>
<Timestamp>10</Timestamp>
</Ad>
<Terrorism>
<Score>100</Score>
<Label>porn</Label>
<Timestamp>3005</Timestamp>
</Terrorism>
<Terrorism>
<Score>100</Score>
<Label>normal</Label>
<Timestamp>3005</Timestamp>
</Terrorism>
<Terrorism>
<Score>100</Score>
<Label>logo</Label>
<Timestamp>13</Timestamp>
</Terrorism>
<Terrorism>
<Score>100</Score>
<Label>pip</Label>
<Timestamp>12</Timestamp>
</Terrorism>
<Terrorism>
<Score>100</Score>
<Label>ad</Label>
<Timestamp>10</Timestamp>
</Terrorism>
<Live>
<Score>100</Score>
<Label>porn</Label>
<Timestamp>3005</Timestamp>
</Live>
<Live>
<Score>100</Score>
<Label>normal</Label>
<Timestamp>3005</Timestamp>
</Live>
<Live>
<Score>100</Score>
<Label>logo</Label>
<Timestamp>13</Timestamp>
</Live>
<Live>
<Score>100</Score>
<Label>pip</Label>
<Timestamp>12</Timestamp>
</Live>
<Live>
<Score>100</Score>
<Label>ad</Label>
<Timestamp>10</Timestamp>
</Live>
<Porn>
<Score>100</Score>
<Label>porn</Label>
<Timestamp>3005</Timestamp>
</Porn>
<Porn>
<Score>100</Score>
<Label>normal</Label>
<Timestamp>3005</Timestamp>
</Porn>
<Porn>
<Score>100</Score>
<Label>logo</Label>
<Timestamp>13</Timestamp>
</Porn>
<Porn>
<Score>100</Score>
<Label>pip</Label>
<Timestamp>12</Timestamp>
</Porn>
<Porn>
<Score>100</Score>
<Label>ad</Label>
<Timestamp>10</Timestamp>
</Porn>
<Logo>
<Score>100</Score>
<Label>porn</Label>
<Timestamp>3005</Timestamp>
</Logo>
<Logo>
<Score>100</Score>
<Label>normal</Label>
<Timestamp>3005</Timestamp>
</Logo>
<Logo>
<Score>100</Score>
<Label>logo</Label>
<Timestamp>13</Timestamp>
</Logo>
<Logo>
<Score>100</Score>
<Label>pip</Label>
<Timestamp>12</Timestamp>
</Logo>
<Logo>
<Score>100</Score>
<Label>ad</Label>
<Timestamp>10</Timestamp>
</Logo>
</MediaAuditResultTimeline>
</GetMediaAuditResultTimelineResponse>
错误码
访问错误中心查看更多错误码。