Obtient les résultats d'empreinte multimédia. Une fois la tâche d'empreinte multimédia terminée, vous pouvez appeler cette opération pour interroger les résultats en temps réel.
Description de l'opération
Cette opération est prise en charge dans les régions suivantes : Chine (Pékin), Chine (Shanghai) et 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:GetMediaDNAResult |
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. |
88c6ca184c0e*****a5b665e2a126797 |
Éléments de réponse
|
Élément |
Type |
Description |
Exemple |
|
object |
|||
| RequestId |
string |
L'identifiant de la requête. |
63FC4896-E956-4B*****7D-134FF1BC597A |
| DNAResult |
object |
Le résultat de l'empreinte multimédia. |
|
| VideoDNA |
array<object> |
Les résultats de reconnaissance d'empreinte multimédia. |
|
|
array<object> |
|||
| PrimaryKey |
string |
The ID of the similar video. |
6ad8987da46f4b*****490ce2873745 |
| Similarity |
string |
The similarity of the video. A similarity value of 1 indicates 100% similarity. |
0.98 |
| Detail |
array<object> |
The details of the similar video, including the position and duration. |
|
|
array<object> |
|||
| Input |
object |
The start time and duration of the input video. |
|
| Duration |
string |
The duration of the video. Unit: seconds. |
12.0 |
| Start |
string |
The start time of the video. Unit: seconds. |
2.0 |
| Duplication |
object |
The start time and duration of the video in the library. |
|
| Duration |
string |
The duration of the video. Unit: seconds. |
12.0 |
| Start |
string |
The start time of the video. Unit: seconds. |
2.0 |
Exemples
JSON format
{
"RequestId": "63FC4896-E956-4B*****7D-134FF1BC597A",
"DNAResult": {
"VideoDNA": [
{
"PrimaryKey": "6ad8987da46f4b*****490ce2873745",
"Similarity": "0.98",
"Detail": [
{
"Input": {
"Duration": "12.0",
"Start": "2.0"
},
"Duplication": {
"Duration": "12.0",
"Start": "2.0"
}
}
]
}
]
}
}
Codes d'erreur
Consultez Codes d'erreur pour la liste complète.
Notes de version
Consultez Notes de version pour la liste complète.