Mengkueri hasil pekerjaan ekstraksi watermark digital. Anda dapat memanggil operasi ini untuk mendapatkan informasi seperti status pekerjaan dan konten watermark hak cipta atau jejak watermark pengguna.
Deskripsi operasi
This operation is supported only in the China (Shanghai) and China (Beijing) regions.
You can call this operation to query the watermark content after you call the SubmitDigitalWatermarkExtractJob operation to extract the copyright or user-tracing watermark in a video.
You can query watermark content extracted only from watermark extraction jobs that are submitted in the last 2 years.
Coba sekarang
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
vod:GetDigitalWatermarkExtractResult |
get |
*All Resource
|
None | None |
Parameter permintaan
|
Parameter |
Type |
Required |
Description |
Example |
| MediaId |
string |
Yes |
ID video yang ingin Anda kueri konten watermark-nya. Anda hanya dapat menentukan satu ID. Anda dapat menggunakan salah satu metode berikut untuk mendapatkan ID:
|
93ab850b4f6f54b6e91d24d81d4**** |
| ExtractType |
string |
Yes |
Tipe watermark. Nilai valid:
|
TraceMark |
| JobId |
string |
No |
ID pekerjaan ekstraksi watermark.
|
2bf4390af9e5491c09cc720ad**** |
Elemen respons
|
Element |
Type |
Description |
Example |
|
object |
The response parameters. |
||
| RequestId |
string |
The ID of the request. |
42E0554B-80F4-4921-****-ACFB22CAAAD0 |
| AiExtractResultList |
array<object> |
The details of the watermark extraction job. |
|
|
object |
|||
| JobId |
string |
The ID of the watermark extraction job. |
3af004763bcf459698860f4ede20**** |
| CreateTime |
string |
The time when the watermark extraction job was created. |
2023-09-16T02:49:04Z |
| ModifyTime |
string |
The time when the watermark extraction job was last updated. |
2023-09-17T06:20:45Z |
| Status |
string |
The status of the watermark extraction job. Valid values:
|
Success |
| ErrorMessage |
string |
The error message. |
successful |
| WaterMarkText |
string |
The extracted watermark content. |
test mark |
Contoh
Respons sukses
JSONformat
{
"RequestId": "42E0554B-80F4-4921-****-ACFB22CAAAD0",
"AiExtractResultList": [
{
"JobId": "3af004763bcf459698860f4ede20****",
"CreateTime": "2023-09-16T02:49:04Z",
"ModifyTime": "2023-09-17T06:20:45Z",
"Status": "Success",
"ErrorMessage": "successful",
"WaterMarkText": "test mark"
}
]
}
Kode kesalahan
Lihat Error Codes untuk daftar lengkap.
Catatan rilis
Lihat Release Notes untuk daftar lengkap.