Mengkueri hasil pekerjaan smart tagging.
Deskripsi operasi
Regions that support this operation: China (Beijing), China (Shanghai), and Singapore.
You can obtain the smart tagging results by using the video ID.
Coba sekarang
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
vod:GetAIVideoTagResult |
get |
*All Resource
|
None | None |
Parameter permintaan
|
Parameter |
Type |
Required |
Description |
Example |
| MediaId |
string |
Yes |
ID file media. Anda dapat menggunakan salah satu metode berikut untuk memperolehnya:
|
595d020bad37421f37433451720**** |
Elemen respons
|
Element |
Type |
Description |
Example |
|
object |
The returned data. |
||
| RequestId |
string |
The ID of the request. |
8829B4DB-AFD9-4FF6-12965DBFFA14**** |
| VideoTagResult |
object |
The returned result. |
|
| Category |
array<object> |
The video categories. |
|
|
object |
The category of the video. |
||
| Tag |
string |
The tag string. |
Retouching |
| Person |
array<object> |
The figure tags. |
|
|
object |
The figure tag of the video. |
||
| FaceUrl |
string |
The URL of the profile photo. Catatan
This parameter is returned only when a figure tag was used. |
http://example.com/aivideotag/8829B4DB-AFD9-4F*****F6-12965DBFFA14/Index_****.jpg |
| Tag |
string |
The tag string. |
John |
| Times |
array |
The points in time when the tags are displayed. Unit: milliseconds. |
|
|
string |
The point in time when the figure tag is displayed. Unit: milliseconds. |
["10760"] |
|
| Time |
array<object> |
The time tags. |
|
|
object |
The time tag of the video. |
||
| Tag |
string |
The tag string. |
Milliseconds |
| Times |
array |
The points in time when the tags are displayed. Unit: milliseconds. |
|
|
string |
The point in time when the time tag is displayed. Unit: milliseconds. |
["3260","4000","5000","8410","12000","13000","14000"] |
|
| Location |
array<object> |
The location tags. |
|
|
object |
The location tag of the video. |
||
| Tag |
string |
The tag string. |
Asia |
| Times |
array |
The points in time when the tags are displayed. Unit: milliseconds. |
|
|
string |
The point in time when the location tag is displayed. Unit: milliseconds. |
["8410"] |
|
| Keyword |
array<object> |
The keyword tags. |
|
|
object |
The keyword tag of the video. |
||
| Tag |
string |
The tag string. |
Cushion |
| Times |
array |
The points in time when the tags are displayed. Unit: milliseconds. |
|
|
string |
The point in time when the keyword tag is displayed. Unit: milliseconds. |
["3260","4000","5000","8410","12000","13000","14000"] |
Contoh
Respons sukses
JSONformat
{
"RequestId": "8829B4DB-AFD9-4FF6-12965DBFFA14****",
"VideoTagResult": {
"Category": [
{
"Tag": "Retouching\n"
}
],
"Person": [
{
"FaceUrl": "http://example.com/aivideotag/8829B4DB-AFD9-4F*****F6-12965DBFFA14/Index_****.jpg",
"Tag": "John\n",
"Times": [
"[\"10760\"]"
]
}
],
"Time": [
{
"Tag": "Milliseconds\n",
"Times": [
"[\"3260\",\"4000\",\"5000\",\"8410\",\"12000\",\"13000\",\"14000\"]"
]
}
],
"Location": [
{
"Tag": "Asia\n",
"Times": [
"[\"8410\"]"
]
}
],
"Keyword": [
{
"Tag": "Cushion\n",
"Times": [
"[\"3260\",\"4000\",\"5000\",\"8410\",\"12000\",\"13000\",\"14000\"]"
]
}
]
}
}
Kode kesalahan
Lihat Error Codes untuk daftar lengkap.
Catatan rilis
Lihat Release Notes untuk daftar lengkap.