Mengambil hasil pelabelan cerdas untuk video.
Deskripsi operasi
Saat ini, operasi ini didukung di wilayah berikut: China (Beijing) dan China (Shanghai).
Mengambil hasil pelabelan cerdas berdasarkan ID video.
Coba sekarang
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
vod:GetAIVideoTagResult |
get |
*全部资源
|
None | None |
Parameter permintaan
|
Parameter |
Type |
Required |
Description |
Example |
| MediaId |
string |
Yes |
ID aset media, yaitu ID video. Anda dapat memperoleh ID video dengan menggunakan metode berikut:
|
595d020bad37421f37433451720**** |
Elemen respons
|
Element |
Type |
Description |
Example |
|
object |
Parameter tanggapan. |
||
| RequestId |
string |
ID permintaan. |
8829B4DB-AFD9-4FF6-12965DBFFA14**** |
| VideoTagResult |
object |
Data hasil. |
|
| Category |
array<object> |
Koleksi kategori video. |
|
|
object |
Detail kategori video. |
||
| Tag |
string |
The tag string. |
Beauty |
| Person |
array<object> |
Koleksi tag orang. |
|
|
object |
Detail tag orang. |
||
| 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. |
Xiao Wang |
| 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> |
Koleksi tag waktu. |
|
|
object |
Detail tag waktu. |
||
| Tag |
string |
The tag string. |
Millisecond |
| 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> |
Koleksi tag lokasi. |
|
|
object |
Detail tag lokasi. |
||
| 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> |
Koleksi tag kata kunci. |
|
|
object |
Detail tag kata kunci. |
||
| 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": "Beauty"
}
],
"Person": [
{
"FaceUrl": "http://example.com/aivideotag/8829B4DB-AFD9-4F*****F6-12965DBFFA14/Index_****.jpg",
"Tag": "Xiao Wang",
"Times": [
"[\"10760\"]"
]
}
],
"Time": [
{
"Tag": "Millisecond",
"Times": [
"[\"3260\",\"4000\",\"5000\",\"8410\",\"12000\",\"13000\",\"14000\"]"
]
}
],
"Location": [
{
"Tag": "Asia",
"Times": [
"[\"8410\"]"
]
}
],
"Keyword": [
{
"Tag": "Cushion",
"Times": [
"[\"3260\",\"4000\",\"5000\",\"8410\",\"12000\",\"13000\",\"14000\"]"
]
}
]
}
}
Kode kesalahan
Lihat Error Codes untuk daftar lengkap.
Catatan rilis
Lihat Release Notes untuk daftar lengkap.