Mengkueri template watermark.
Deskripsi operasi
You can call this operation to query up to 10 watermark templates at a time.
QPS limit
You can call this operation up to 100 times per second per account. Requests that exceed this limit are dropped and you will experience service interruptions. We recommend that you take note of this limit when you call this operation. For more information, see QPS limit.
Coba sekarang
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
mts:QueryWaterMarkTemplateList |
get |
*全部资源
|
None | None |
Parameter permintaan
|
Parameter |
Type |
Required |
Description |
Example |
| WaterMarkTemplateIds |
string |
Yes |
ID Template watermark yang ingin Anda kueri. Untuk mendapatkan ID Template watermark, masuk ke Konsol ApsaraVideo Media Processing (MPS) dan pilih Pengaturan Global > Template Watermark di panel navigasi sebelah kiri. Anda dapat mengkueri hingga 10 Template watermark sekaligus. Pisahkan beberapa ID Template watermark dengan koma (,). |
3780bd69b2b74540bc7b1096f564**** |
Elemen respons
|
Element |
Type |
Description |
Example |
|
object |
The response parameters. |
||
| RequestId |
string |
The ID of the request. |
17079AF5-6276-51A9-B755-D26594C93F3C |
| NonExistWids |
object |
||
| String |
array |
The IDs of the templates that do not exist. |
|
|
string |
The IDs of the watermark templates that do not exist. This parameter is not returned if all specified watermark templates are found. |
72dfa5e679ab4be9a3ed9974c736**** |
|
| WaterMarkTemplateList |
object |
||
| WaterMarkTemplate |
array<object> |
The details of the watermark templates. |
|
|
array<object> |
The response parameters. |
||
| Type |
string |
The type of the watermark. Valid values:
Catatan
Only watermarks of the Image type are supported. |
Image |
| RatioRefer |
object |
The values of the Height, Width, Dx, and Dy parameters relative to the reference edges. If the values of the Height, Width, Dx, and Dy parameters are decimals between 0 and 1, the values are calculated by referring to the following edges in sequence:
|
|
| Dx |
string |
The horizontal offset of the watermark relative to the output video image. Default value: 0. The default value indicates no offset. The value can be an integer or a decimal.
|
0.51 |
| Width |
string |
The width of the watermark image in the output video. The value can be an integer or a decimal.
|
0.36 |
| Height |
string |
The height of the watermark image in the output video. The value can be an integer or a decimal.
|
0.33 |
| Dy |
string |
The vertical offset of the watermark relative to the output video image. Default value: 0. The default value indicates no offset. The value can be an integer or a decimal.
|
0.4 |
| ReferPos |
string |
The position of the watermark. Valid values:
|
TopRight |
| State |
string |
The status of the watermark template. Valid values: Valid values:
|
Normal |
| Dx |
string |
The horizontal offset. Unit: pixel. |
100 |
| Width |
string |
The width of the watermark image. Unit: pixel. |
8 |
| Height |
string |
The height of the watermark image. Unit: pixel. |
8 |
| Timeline |
object |
The timeline of the watermark. |
|
| Start |
string |
The beginning of the time range during which the watermark is displayed.
|
0 |
| Duration |
string |
The display duration of the watermark. Default value: ToEND. The default value indicates that the watermark is displayed until the video ends. |
10 |
| Name |
string |
The name of the watermark template. |
example-watermark |
| Dy |
string |
The vertical offset. Unit: pixel. |
100 |
| Id |
string |
The ID of the watermark template. |
3780bd69b2b74540bc7b1096f564**** |
Contoh
Respons sukses
JSONformat
{
"RequestId": "17079AF5-6276-51A9-B755-D26594C93F3C",
"NonExistWids": {
"String": [
"72dfa5e679ab4be9a3ed9974c736****"
]
},
"WaterMarkTemplateList": {
"WaterMarkTemplate": [
{
"Type": "Image",
"RatioRefer": {
"Dx": "0.51",
"Width": "0.36",
"Height": "0.33",
"Dy": "0.4"
},
"ReferPos": "TopRight",
"State": "Normal",
"Dx": "100",
"Width": "8",
"Height": "8",
"Timeline": {
"Start": "0",
"Duration": "10"
},
"Name": "example-watermark",
"Dy": "100",
"Id": "3780bd69b2b74540bc7b1096f564****"
}
]
}
}
Kode kesalahan
Lihat Error Codes untuk daftar lengkap.
Catatan rilis
Lihat Release Notes untuk daftar lengkap.