Memperbarui nama dan konfigurasi Template watermark tertentu.
Deskripsi operasi
You can call this operation to update the information about a watermark template based on the ID of the watermark template. For example, you can update the name and configurations of a watermark template.
A watermark template cannot be updated if it is being used by a job that has been submitted.
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:UpdateWaterMarkTemplate |
update |
*全部资源
|
None | None |
Parameter permintaan
|
Parameter |
Type |
Required |
Description |
Example |
| WaterMarkTemplateId |
string |
Yes |
ID Template watermark yang ingin Anda perbarui. Untuk mendapatkan ID Template watermark, masuk ke Konsol ApsaraVideo Media Processing (MPS) dan pilih Pengaturan Global > Template watermark di panel navigasi sebelah kiri. |
3780bd69b2b74540bc7b1096f564**** |
| Name |
string |
Yes |
Nama baru Template watermark. Nilai dapat berisi huruf dan digit dengan ukuran maksimal 128 byte. |
example-watermark-**** |
| Config |
string |
Yes |
Konfigurasi Template watermark yang diperbarui. Nilai berupa objek JSON. Untuk informasi selengkapnya, lihat Detail parameter. |
{"Width":"10","Height":"30","Dx":"10","Dy":"5","Type":"Image","Timeline":{"Start":"0","Duration":"10"}} |
Elemen respons
|
Element |
Type |
Description |
Example |
|
object |
The response parameters. |
||
| WaterMarkTemplate |
object |
The details of the watermark template. |
|
| 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.28 |
| ReferPos |
string |
The position of the watermark. Valid values:
|
TopRight |
| State |
string |
The status of the watermark template. Default value: Normal. |
Normal |
| Dx |
string |
The horizontal offset. Unit: pixel. |
10 |
| Width |
string |
The width of the watermark image. Unit: pixel. |
10 |
| Height |
string |
The height of the watermark image. Unit: pixel. |
30 |
| 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. |
5 |
| Id |
string |
The ID of the watermark template. We recommend that you keep this ID for subsequent operation calls. |
3780bd69b2b74540bc7b1096f564**** |
| RequestId |
string |
The ID of the request. |
E558894E-40D9-57C6-B5CC-0F5CDF23614E |
Contoh
Respons sukses
JSONformat
{
"WaterMarkTemplate": {
"Type": "Image",
"RatioRefer": {
"Dx": "0.51",
"Width": "0.36",
"Height": "0.33",
"Dy": "0.28"
},
"ReferPos": "TopRight",
"State": "Normal",
"Dx": "10",
"Width": "10",
"Height": "30",
"Timeline": {
"Start": "0",
"Duration": "10"
},
"Name": "example-watermark-****",
"Dy": "5",
"Id": "3780bd69b2b74540bc7b1096f564****"
},
"RequestId": "E558894E-40D9-57C6-B5CC-0F5CDF23614E"
}
Kode kesalahan
Lihat Error Codes untuk daftar lengkap.
Catatan rilis
Lihat Release Notes untuk daftar lengkap.