Obtient les horodatages de toutes les captures d'écran contenant des violations.
Description de l'opération
Par défaut, seuls les détails des captures d'écran pour les violations et les violations présumées sont renvoyés. Aucun résultat n'est renvoyé pour les vidéos et images conformes.
Cette opération est prise en charge uniquement dans la région de Singapour.
Testez maintenant
Testez cette API dans OpenAPI Explorer, sans signature manuelle. Les appels réussis génèrent automatiquement du code SDK correspondant à vos paramètres. Téléchargez-le avec une sécurité intégrée des identifiants pour une utilisation locale. Testez cette API dans OpenAPI Explorer, sans signature manuelle. Les appels réussis génèrent automatiquement du code SDK correspondant à vos paramètres. Téléchargez-le avec une sécurité intégrée des identifiants pour une utilisation locale.
Test
Autorisation RAM
|
vod:GetMediaAuditResultTimeline |
get |
*All Resource
|
Aucune | Aucune |
Paramètres de requête
|
Paramètre |
Type |
Requis |
Description |
Exemple |
| MediaId |
string |
Oui |
L'identifiant de la vidéo. |
93ab850b4f6f*****54b6e91d24d81d4 |
Éléments de réponse
|
Élément |
Type |
Description |
Exemple |
|
object |
Les données renvoyées. |
||
| RequestId |
string |
L'identifiant de la requête. |
6438BD76-D523-46FC-956F-**** |
| MediaAuditResultTimeline |
object |
La collection des chronologies des résultats de l'examen automatisé. |
|
| Porn |
array<object> |
La collection des chronologies de détection de pornographie. |
|
|
object |
|||
| Score |
string |
The hit score of the video screenshot for the pornography detection result. Value range: |
100.00 |
| Timestamp |
string |
The position of the video screenshot in the video. Unit: milliseconds. |
3005 |
| Label |
string |
The classification of the pornography detection result. Valid values:
|
porn |
| Terrorism |
array<object> |
La collection des chronologies de détection de terrorisme. |
|
|
object |
|||
| Score |
string |
The hit score of the video screenshot for the terrorism and political content detection result. Value range: |
100.00 |
| Timestamp |
string |
The position in the video. Unit: milliseconds. |
3005 |
| Label |
string |
The terrorism and political content detection result. Valid values:
|
normal |
| Logo |
array<object> |
La collection des chronologies de détection de logos. |
|
|
object |
|||
| Score |
string |
The hit score of the video screenshot for the logo detection result. Value range: |
100 |
| Timestamp |
string |
The position of the video screenshot in the video. Unit: milliseconds. |
13 |
| Label |
string |
The classification of the logo detection result. Valid values:
|
normal |
| Live |
array<object> |
La collection des chronologies de scènes indésirables. |
|
|
object |
|||
| Score |
string |
The hit score of the video screenshot for the undesirable content detection result. Value range: |
100 |
| Timestamp |
string |
The position of the video screenshot in the video. Unit: milliseconds. |
12 |
| Label |
string |
The classification of the undesirable content detection result. Valid values:
|
smoking |
| Ad |
array<object> |
La collection des chronologies de détection de publicités. |
|
|
object |
|||
| Score |
string |
The hit score of the video screenshot for the advertisement detection result. Value range: |
100 |
| Timestamp |
string |
The position of the video screenshot in the video. Unit: milliseconds. |
10 |
| Label |
string |
The classification of the advertisement detection result. Valid values:
|
ad |
Exemples
JSON format
{
"RequestId": "6438BD76-D523-46FC-956F-****",
"MediaAuditResultTimeline": {
"Porn": [
{
"Score": "100.00",
"Timestamp": "3005",
"Label": "porn"
}
],
"Terrorism": [
{
"Score": "100.00",
"Timestamp": "3005",
"Label": "normal"
}
],
"Logo": [
{
"Score": "100",
"Timestamp": "13",
"Label": "normal"
}
],
"Live": [
{
"Score": "100",
"Timestamp": "12",
"Label": "smoking"
}
],
"Ad": [
{
"Score": "100",
"Timestamp": "10",
"Label": "ad"
}
]
}
}
Codes d'erreur
Consultez Codes d'erreur pour la liste complète.
Notes de version
Consultez Notes de version pour la liste complète.