Mengkueri informasi tentang gambar animasi suatu video berdasarkan ID video.
Deskripsi operasi
Coba sekarang
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
vod:ListDynamicImage |
list |
*All Resource
|
None | None |
Parameter permintaan
|
Parameter |
Type |
Required |
Description |
Example |
| VideoId |
string |
Yes |
ID video. |
2e114f1100590c3193918fd449a**** |
Elemen respons
|
Element |
Type |
Description |
Example |
|
object |
The returned data. |
||
| RequestId |
string |
The ID of the request. |
570189B6-572E-4953-13B4278EE0D8**** |
| DynamicImageList |
array<object> |
The list of animated stickers. |
|
|
object |
The list of animated stickers. |
||
| CreationTime |
string |
The time when the animated sticker was created. The time follows the ISO 8601 standard in the yyyy-MM-ddTHH:mm:ssZ format. The time is displayed in UTC. |
2020-07-28T02:01:06Z |
| FileURL |
string |
The URL of the animated sticker file. |
https://example.aliyundoc.com/2e114f110059*****0c3193918fd449a/image/dynamic/2b4e51df60*****323ef43d6e336ecf.webp?auth_key=1597296785-0-0-4a48e85*****bd2bb358e0b3cade |
| VideoId |
string |
The ID of the video. |
2e114f1100590c3193918fd449a**** |
| Width |
string |
The width of the animated sticker. Unit: pixel. |
640 |
| JobId |
string |
The job ID for creating the animated sticker. |
2bf4390af9e5491c09cc720ad**** |
| Height |
string |
The height of the animated sticker. Unit: pixel. |
360 |
| Fps |
string |
The frame rate of the animated sticker. Unit: frames per second. |
10 |
| Duration |
string |
The duration of the animated sticker. Unit: seconds. |
2 |
| Format |
string |
The format of the animated sticker. Valid values: gif and webp. |
webp |
| DynamicImageId |
string |
The ID of the animated sticker. |
2b4e51df60323ef43d6e336ecf**** |
| FileSize |
string |
The size of the animated sticker file. Unit: byte. |
119866 |
Contoh
Respons sukses
JSONformat
{
"RequestId": "570189B6-572E-4953-13B4278EE0D8****",
"DynamicImageList": [
{
"CreationTime": "2020-07-28T02:01:06Z",
"FileURL": "https://example.aliyundoc.com/2e114f110059*****0c3193918fd449a/image/dynamic/2b4e51df60*****323ef43d6e336ecf.webp?auth_key=1597296785-0-0-4a48e85*****bd2bb358e0b3cade",
"VideoId": "2e114f1100590c3193918fd449a****",
"Width": "640",
"JobId": "2bf4390af9e5491c09cc720ad****",
"Height": "360",
"Fps": "10",
"Duration": "2",
"Format": "webp",
"DynamicImageId": "2b4e51df60323ef43d6e336ecf****",
"FileSize": "119866"
}
]
}
Kode kesalahan
Lihat Error Codes untuk daftar lengkap.
Catatan rilis
Lihat Release Notes untuk daftar lengkap.