tccli-intl-en 3.0.1282.1__py2.py3-none-any.whl → 3.1.33.1__py2.py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (207) hide show
  1. tccli/__init__.py +1 -1
  2. tccli/argument.py +1 -1
  3. tccli/services/__init__.py +15 -0
  4. tccli/services/advisor/advisor_client.py +2 -2
  5. tccli/services/ai3d/__init__.py +4 -0
  6. tccli/services/ai3d/ai3d_client.py +266 -0
  7. tccli/services/ai3d/v20250513/api.json +264 -0
  8. tccli/services/ai3d/v20250513/examples.json +20 -0
  9. tccli/services/aiart/aiart_client.py +1 -1
  10. tccli/services/ams/ams_client.py +4 -4
  11. tccli/services/antiddos/antiddos_client.py +70 -70
  12. tccli/services/apigateway/apigateway_client.py +93 -93
  13. tccli/services/apm/apm_client.py +783 -55
  14. tccli/services/apm/v20210622/api.json +3936 -1145
  15. tccli/services/apm/v20210622/examples.json +133 -23
  16. tccli/services/asr/asr_client.py +2 -2
  17. tccli/services/autoscaling/autoscaling_client.py +58 -58
  18. tccli/services/autoscaling/v20180419/api.json +77 -27
  19. tccli/services/batch/batch_client.py +28 -28
  20. tccli/services/bi/bi_client.py +24 -24
  21. tccli/services/billing/billing_client.py +42 -42
  22. tccli/services/cam/cam_client.py +81 -81
  23. tccli/services/captcha/captcha_client.py +1 -1
  24. tccli/services/car/car_client.py +33 -33
  25. tccli/services/cbs/cbs_client.py +38 -38
  26. tccli/services/ccc/ccc_client.py +70 -70
  27. tccli/services/ccc/v20200210/api.json +71 -26
  28. tccli/services/cdb/cdb_client.py +1262 -422
  29. tccli/services/cdb/v20170320/api.json +2166 -335
  30. tccli/services/cdb/v20170320/examples.json +126 -6
  31. tccli/services/cdc/cdc_client.py +20 -20
  32. tccli/services/cdn/cdn_client.py +44 -44
  33. tccli/services/cdn/v20180606/api.json +22 -22
  34. tccli/services/cdn/v20180606/examples.json +1 -1
  35. tccli/services/cdwdoris/cdwdoris_client.py +77 -77
  36. tccli/services/cdwpg/cdwpg_client.py +24 -24
  37. tccli/services/cdz/cdz_client.py +1 -1
  38. tccli/services/cfg/cfg_client.py +16 -16
  39. tccli/services/cfs/cfs_client.py +39 -39
  40. tccli/services/cfw/cfw_client.py +66 -66
  41. tccli/services/chdfs/chdfs_client.py +29 -29
  42. tccli/services/ciam/ciam_client.py +16 -16
  43. tccli/services/ckafka/ckafka_client.py +468 -76
  44. tccli/services/ckafka/v20190819/api.json +1009 -246
  45. tccli/services/ckafka/v20190819/examples.json +73 -23
  46. tccli/services/clb/clb_client.py +720 -384
  47. tccli/services/clb/v20180317/api.json +2255 -1017
  48. tccli/services/clb/v20180317/examples.json +184 -124
  49. tccli/services/cloudaudit/cloudaudit_client.py +18 -18
  50. tccli/services/cls/cls_client.py +86 -86
  51. tccli/services/cmq/cmq_client.py +2 -2
  52. tccli/services/config/config_client.py +6 -6
  53. tccli/services/controlcenter/controlcenter_client.py +225 -1
  54. tccli/services/controlcenter/v20230110/api.json +528 -5
  55. tccli/services/controlcenter/v20230110/examples.json +32 -0
  56. tccli/services/csip/csip_client.py +34 -34
  57. tccli/services/ctsdb/ctsdb_client.py +2 -2
  58. tccli/services/cvm/cvm_client.py +84 -84
  59. tccli/services/cvm/v20170312/api.json +175 -116
  60. tccli/services/cvm/v20170312/examples.json +93 -93
  61. tccli/services/cwp/cwp_client.py +465 -465
  62. tccli/services/cynosdb/cynosdb_client.py +154 -154
  63. tccli/services/dataintegration/dataintegration_client.py +1 -1
  64. tccli/services/dayu/dayu_client.py +103 -103
  65. tccli/services/dbbrain/dbbrain_client.py +42 -42
  66. tccli/services/dc/dc_client.py +18 -18
  67. tccli/services/dcdb/dcdb_client.py +62 -62
  68. tccli/services/dlc/dlc_client.py +109 -109
  69. tccli/services/dms/dms_client.py +2 -2
  70. tccli/services/dnspod/dnspod_client.py +40 -40
  71. tccli/services/domain/domain_client.py +24 -24
  72. tccli/services/dts/dts_client.py +83 -83
  73. tccli/services/eb/eb_client.py +26 -26
  74. tccli/services/ecdn/ecdn_client.py +15 -15
  75. tccli/services/ecm/ecm_client.py +124 -124
  76. tccli/services/eiam/eiam_client.py +40 -40
  77. tccli/services/emr/emr_client.py +77 -77
  78. tccli/services/emr/v20190103/api.json +6 -6
  79. tccli/services/es/es_client.py +21 -21
  80. tccli/services/facefusion/facefusion_client.py +3 -3
  81. tccli/services/faceid/faceid_client.py +19 -19
  82. tccli/services/faceid/v20180301/api.json +124 -46
  83. tccli/services/gaap/gaap_client.py +88 -88
  84. tccli/services/gme/gme_client.py +10 -10
  85. tccli/services/gpm/gpm_client.py +18 -18
  86. tccli/services/gse/gse_client.py +22 -22
  87. tccli/services/gwlb/gwlb_client.py +18 -18
  88. tccli/services/hunyuan/__init__.py +4 -0
  89. tccli/services/hunyuan/hunyuan_client.py +546 -0
  90. tccli/services/hunyuan/v20230901/api.json +628 -0
  91. tccli/services/hunyuan/v20230901/examples.json +60 -0
  92. tccli/services/iai/iai_client.py +29 -29
  93. tccli/services/iap/iap_client.py +6 -6
  94. tccli/services/ims/ims_client.py +1 -1
  95. tccli/services/intlpartnersmgt/intlpartnersmgt_client.py +42 -42
  96. tccli/services/iotcloud/iotcloud_client.py +20 -20
  97. tccli/services/ip/ip_client.py +6 -6
  98. tccli/services/kms/kms_client.py +68 -68
  99. tccli/services/kms/v20190118/api.json +80 -3
  100. tccli/services/kms/v20190118/examples.json +3 -3
  101. tccli/services/lcic/lcic_client.py +53 -53
  102. tccli/services/lighthouse/lighthouse_client.py +434 -98
  103. tccli/services/lighthouse/v20200324/api.json +488 -0
  104. tccli/services/lighthouse/v20200324/examples.json +54 -0
  105. tccli/services/live/live_client.py +120 -120
  106. tccli/services/lke/lke_client.py +90 -90
  107. tccli/services/lkeap/lkeap_client.py +63 -7
  108. tccli/services/lkeap/v20240522/api.json +134 -0
  109. tccli/services/lkeap/v20240522/examples.json +21 -1
  110. tccli/services/mariadb/mariadb_client.py +50 -50
  111. tccli/services/mdc/mdc_client.py +18 -18
  112. tccli/services/mdl/mdl_client.py +225 -57
  113. tccli/services/mdl/v20200326/api.json +903 -59
  114. tccli/services/mdl/v20200326/examples.json +24 -0
  115. tccli/services/mdp/mdp_client.py +62 -62
  116. tccli/services/mdp/v20200527/api.json +191 -28
  117. tccli/services/message/message_client.py +1 -1
  118. tccli/services/mongodb/mongodb_client.py +1081 -129
  119. tccli/services/mongodb/v20190725/api.json +1798 -141
  120. tccli/services/mongodb/v20190725/examples.json +136 -0
  121. tccli/services/monitor/monitor_client.py +149 -149
  122. tccli/services/monitor/v20180724/api.json +8 -8
  123. tccli/services/mps/mps_client.py +1118 -278
  124. tccli/services/mps/v20190612/api.json +2117 -117
  125. tccli/services/mps/v20190612/examples.json +164 -62
  126. tccli/services/mqtt/__init__.py +4 -0
  127. tccli/services/mqtt/mqtt_client.py +1610 -0
  128. tccli/services/mqtt/v20240516/api.json +3057 -0
  129. tccli/services/mqtt/v20240516/examples.json +213 -0
  130. tccli/services/msp/msp_client.py +7 -7
  131. tccli/services/ocr/ocr_client.py +206 -38
  132. tccli/services/ocr/v20181119/api.json +726 -83
  133. tccli/services/ocr/v20181119/examples.json +36 -6
  134. tccli/services/omics/omics_client.py +20 -20
  135. tccli/services/organization/organization_client.py +116 -116
  136. tccli/services/postgres/postgres_client.py +91 -91
  137. tccli/services/privatedns/privatedns_client.py +31 -31
  138. tccli/services/pts/pts_client.py +48 -48
  139. tccli/services/quota/quota_client.py +5 -5
  140. tccli/services/rce/rce_client.py +1 -1
  141. tccli/services/redis/redis_client.py +109 -109
  142. tccli/services/redis/v20180412/api.json +12 -12
  143. tccli/services/region/region_client.py +3 -3
  144. tccli/services/rum/rum_client.py +60 -60
  145. tccli/services/scf/scf_client.py +42 -42
  146. tccli/services/ses/ses_client.py +29 -29
  147. tccli/services/smh/__init__.py +4 -0
  148. tccli/services/smh/smh_client.py +714 -0
  149. tccli/services/smh/v20210712/api.json +1287 -0
  150. tccli/services/smh/v20210712/examples.json +85 -0
  151. tccli/services/sms/sms_client.py +18 -18
  152. tccli/services/sqlserver/sqlserver_client.py +139 -139
  153. tccli/services/ssl/ssl_client.py +38 -38
  154. tccli/services/ssm/ssm_client.py +24 -24
  155. tccli/services/sts/sts_client.py +5 -5
  156. tccli/services/tag/tag_client.py +30 -30
  157. tccli/services/tat/tat_client.py +19 -19
  158. tccli/services/tbaas/tbaas_client.py +4 -4
  159. tccli/services/tcaplusdb/tcaplusdb_client.py +52 -52
  160. tccli/services/tchd/tchd_client.py +1 -1
  161. tccli/services/tcmpp/tcmpp_client.py +104 -104
  162. tccli/services/tcr/tcr_client.py +76 -76
  163. tccli/services/tcsas/tcsas_client.py +2340 -268
  164. tccli/services/tcsas/v20250106/api.json +8410 -3423
  165. tccli/services/tcsas/v20250106/examples.json +308 -12
  166. tccli/services/tcss/tcss_client.py +330 -330
  167. tccli/services/tdid/tdid_client.py +48 -48
  168. tccli/services/tdmq/tdmq_client.py +2500 -372
  169. tccli/services/tdmq/v20200217/api.json +11607 -3958
  170. tccli/services/tdmq/v20200217/examples.json +562 -264
  171. tccli/services/tem/tem_client.py +56 -56
  172. tccli/services/teo/teo_client.py +466 -298
  173. tccli/services/teo/v20220901/api.json +324 -16
  174. tccli/services/teo/v20220901/examples.json +64 -22
  175. tccli/services/tione/tione_client.py +1 -1
  176. tccli/services/tiw/tiw_client.py +51 -51
  177. tccli/services/tke/tke_client.py +306 -138
  178. tccli/services/tke/v20180525/api.json +227 -0
  179. tccli/services/tke/v20180525/examples.json +24 -0
  180. tccli/services/tms/tms_client.py +1 -1
  181. tccli/services/tmt/tmt_client.py +1 -1
  182. tccli/services/trabbit/trabbit_client.py +29 -29
  183. tccli/services/trocket/__init__.py +4 -0
  184. tccli/services/trocket/trocket_client.py +2450 -0
  185. tccli/services/trocket/v20230308/api.json +6062 -0
  186. tccli/services/trocket/v20230308/examples.json +339 -0
  187. tccli/services/trro/trro_client.py +19 -19
  188. tccli/services/trtc/trtc_client.py +51 -51
  189. tccli/services/trtc/v20190722/api.json +15 -15
  190. tccli/services/tts/tts_client.py +1 -1
  191. tccli/services/vclm/vclm_client.py +2 -2
  192. tccli/services/vm/vm_client.py +4 -4
  193. tccli/services/vod/v20180717/api.json +2929 -296
  194. tccli/services/vod/v20180717/examples.json +40 -6
  195. tccli/services/vod/vod_client.py +459 -179
  196. tccli/services/vpc/v20170312/api.json +99 -29
  197. tccli/services/vpc/v20170312/examples.json +21 -13
  198. tccli/services/vpc/vpc_client.py +357 -301
  199. tccli/services/waf/waf_client.py +107 -107
  200. tccli/services/wedata/wedata_client.py +310 -310
  201. tccli/services/yunjing/yunjing_client.py +71 -71
  202. {tccli_intl_en-3.0.1282.1.dist-info → tccli_intl_en-3.1.33.1.dist-info}/METADATA +2 -2
  203. {tccli_intl_en-3.0.1282.1.dist-info → tccli_intl_en-3.1.33.1.dist-info}/RECORD +207 -187
  204. {tccli_intl_en-3.0.1282.1.dist-info → tccli_intl_en-3.1.33.1.dist-info}/WHEEL +1 -1
  205. {tccli_intl_en-3.0.1282.1.dist-info → tccli_intl_en-3.1.33.1.dist-info}/LICENSE +0 -0
  206. {tccli_intl_en-3.0.1282.1.dist-info → tccli_intl_en-3.1.33.1.dist-info}/entry_points.txt +0 -0
  207. {tccli_intl_en-3.0.1282.1.dist-info → tccli_intl_en-3.1.33.1.dist-info}/top_level.txt +0 -0
@@ -28,6 +28,20 @@
28
28
  "output": "CreateAdaptiveDynamicStreamingTemplateResponse",
29
29
  "status": "online"
30
30
  },
31
+ "CreateAigcImageTask": {
32
+ "document": "This API is used to create an AIGC image generation task.",
33
+ "input": "CreateAigcImageTaskRequest",
34
+ "name": "Create AIGC Image Task",
35
+ "output": "CreateAigcImageTaskResponse",
36
+ "status": "online"
37
+ },
38
+ "CreateAigcVideoTask": {
39
+ "document": "This API is used to create an AIGC video generation task.",
40
+ "input": "CreateAigcVideoTaskRequest",
41
+ "name": "Create AIGC Video Task",
42
+ "output": "CreateAigcVideoTaskResponse",
43
+ "status": "online"
44
+ },
31
45
  "CreateAnimatedGraphicsTemplate": {
32
46
  "document": "This API is used to create a custom animated image generating template. Up to 16 templates can be created.",
33
47
  "input": "CreateAnimatedGraphicsTemplateRequest",
@@ -42,6 +56,13 @@
42
56
  "output": "CreateAsrHotwordsResponse",
43
57
  "status": "online"
44
58
  },
59
+ "CreateBlindWatermarkTemplate": {
60
+ "document": "This API is used to create a user-defined digital watermark template.",
61
+ "input": "CreateBlindWatermarkTemplateRequest",
62
+ "name": "Creates a digital watermark template",
63
+ "output": "CreateBlindWatermarkTemplateResponse",
64
+ "status": "online"
65
+ },
45
66
  "CreateContentReviewTemplate": {
46
67
  "document": "This API is used to create a custom content moderation template. Up to 50 templates can be created in total.",
47
68
  "input": "CreateContentReviewTemplateRequest",
@@ -70,6 +91,13 @@
70
91
  "output": "CreatePersonSampleResponse",
71
92
  "status": "online"
72
93
  },
94
+ "CreateProcessImageTemplate": {
95
+ "document": "This API is used to create an image processing template.",
96
+ "input": "CreateProcessImageTemplateRequest",
97
+ "name": "Creates an image processing template",
98
+ "output": "CreateProcessImageTemplateResponse",
99
+ "status": "online"
100
+ },
73
101
  "CreateQualityControlTemplate": {
74
102
  "document": "This API is used to create a media quality inspection template. Up to 50 templates can be created.",
75
103
  "input": "CreateQualityControlTemplateRequest",
@@ -175,6 +203,13 @@
175
203
  "output": "DeleteAsrHotwordsResponse",
176
204
  "status": "online"
177
205
  },
206
+ "DeleteBlindWatermarkTemplate": {
207
+ "document": "This API is used to delete a user-defined digital watermark template.",
208
+ "input": "DeleteBlindWatermarkTemplateRequest",
209
+ "name": "Deletes a digital watermark template",
210
+ "output": "DeleteBlindWatermarkTemplateResponse",
211
+ "status": "online"
212
+ },
178
213
  "DeleteContentReviewTemplate": {
179
214
  "document": "This API is used to delete a custom content moderation template.",
180
215
  "input": "DeleteContentReviewTemplateRequest",
@@ -203,6 +238,13 @@
203
238
  "output": "DeletePersonSampleResponse",
204
239
  "status": "online"
205
240
  },
241
+ "DeleteProcessImageTemplate": {
242
+ "document": "This API is used to delete an image processing template.",
243
+ "input": "DeleteProcessImageTemplateRequest",
244
+ "name": "Deletes an image processing template",
245
+ "output": "DeleteProcessImageTemplateResponse",
246
+ "status": "online"
247
+ },
206
248
  "DeleteQualityControlTemplate": {
207
249
  "document": "This API is used to delete a media quality inspection template.",
208
250
  "input": "DeleteQualityControlTemplateRequest",
@@ -294,6 +336,20 @@
294
336
  "output": "DescribeAdaptiveDynamicStreamingTemplatesResponse",
295
337
  "status": "online"
296
338
  },
339
+ "DescribeAigcImageTask": {
340
+ "document": "This API is used to query the details of the AIGC image task execution status and results by task ID (tasks submitted within the last 7 days can be queried).",
341
+ "input": "DescribeAigcImageTaskRequest",
342
+ "name": "Describe AIGC Image Task",
343
+ "output": "DescribeAigcImageTaskResponse",
344
+ "status": "online"
345
+ },
346
+ "DescribeAigcVideoTask": {
347
+ "document": "This API is used to query the details of the AIGC video task execution status and results by task ID (tasks submitted within the last 7 days can be queried).",
348
+ "input": "DescribeAigcVideoTaskRequest",
349
+ "name": "Describe AIGC Video Task",
350
+ "output": "DescribeAigcVideoTaskResponse",
351
+ "status": "online"
352
+ },
297
353
  "DescribeAnimatedGraphicsTemplates": {
298
354
  "document": "This API is used to query the list of animated image generating templates and supports paged queries by filters.",
299
355
  "input": "DescribeAnimatedGraphicsTemplatesRequest",
@@ -322,6 +378,13 @@
322
378
  "output": "DescribeBatchTaskDetailResponse",
323
379
  "status": "online"
324
380
  },
381
+ "DescribeBlindWatermarkTemplates": {
382
+ "document": "This API is used to query a user-defined digital watermark template, and the pagination query is supported based on conditions.",
383
+ "input": "DescribeBlindWatermarkTemplatesRequest",
384
+ "name": "Obtains the list of digital watermark templates",
385
+ "output": "DescribeBlindWatermarkTemplatesResponse",
386
+ "status": "online"
387
+ },
325
388
  "DescribeContentReviewTemplates": {
326
389
  "document": "This API is used to query content moderation templates by template ID. Both custom and preset templates that match the template IDs passed in will be returned.",
327
390
  "input": "DescribeContentReviewTemplatesRequest",
@@ -364,6 +427,13 @@
364
427
  "output": "DescribePersonSamplesResponse",
365
428
  "status": "online"
366
429
  },
430
+ "DescribeProcessImageTemplates": {
431
+ "document": "This API is used to query the list of image processing templates.",
432
+ "input": "DescribeProcessImageTemplatesRequest",
433
+ "name": "Queries the list of image processing templates",
434
+ "output": "DescribeProcessImageTemplatesResponse",
435
+ "status": "online"
436
+ },
367
437
  "DescribeQualityControlTemplates": {
368
438
  "document": "This API is used to query custom media quality inspection templates, supporting paged queries by conditions.",
369
439
  "input": "DescribeQualityControlTemplatesRequest",
@@ -434,6 +504,13 @@
434
504
  "output": "DescribeTranscodeTemplatesResponse",
435
505
  "status": "online"
436
506
  },
507
+ "DescribeUsageData": {
508
+ "document": "This API is used to return the daily Media Processing Service (MPS) usage information within the specified query time range.\n 1. MPS statistical data from the last 365 days can be queried.\n 2. The query time span should not exceed 90 days.",
509
+ "input": "DescribeUsageDataRequest",
510
+ "name": "Queries usage information",
511
+ "output": "DescribeUsageDataResponse",
512
+ "status": "online"
513
+ },
437
514
  "DescribeWatermarkTemplates": {
438
515
  "document": "This API is used to query custom watermarking templates and supports paged queries by filters.",
439
516
  "input": "DescribeWatermarkTemplatesRequest",
@@ -497,6 +574,13 @@
497
574
  "output": "ExecuteFunctionResponse",
498
575
  "status": "online"
499
576
  },
577
+ "ExtractBlindWatermark": {
578
+ "document": "This API is used to initiate a digital watermark extraction task for a video. The extraction result can be queried through DescribeTaskDetail.",
579
+ "input": "ExtractBlindWatermarkRequest",
580
+ "name": "Extracts the digital watermark for a video",
581
+ "output": "ExtractBlindWatermarkResponse",
582
+ "status": "online"
583
+ },
500
584
  "ManageTask": {
501
585
  "document": "This API is used to manage initiated tasks.",
502
586
  "input": "ManageTaskRequest",
@@ -539,6 +623,13 @@
539
623
  "output": "ModifyAsrHotwordsResponse",
540
624
  "status": "online"
541
625
  },
626
+ "ModifyBlindWatermarkTemplate": {
627
+ "document": "This API is used to modify a user-defined digital watermark template. The digital watermark type cannot be modified.",
628
+ "input": "ModifyBlindWatermarkTemplateRequest",
629
+ "name": "Modifies a digital watermark template",
630
+ "output": "ModifyBlindWatermarkTemplateResponse",
631
+ "status": "online"
632
+ },
542
633
  "ModifyContentReviewTemplate": {
543
634
  "document": "This API is used to modify a custom content moderation template.",
544
635
  "input": "ModifyContentReviewTemplateRequest",
@@ -567,6 +658,13 @@
567
658
  "output": "ModifyPersonSampleResponse",
568
659
  "status": "online"
569
660
  },
661
+ "ModifyProcessImageTemplate": {
662
+ "document": "This API is used to modify an image processing template.",
663
+ "input": "ModifyProcessImageTemplateRequest",
664
+ "name": "Modifies an image processing template",
665
+ "output": "ModifyProcessImageTemplateResponse",
666
+ "status": "online"
667
+ },
570
668
  "ModifyQualityControlTemplate": {
571
669
  "document": "This API is used to modify a media quality inspection template.",
572
670
  "input": "ModifyQualityControlTemplateRequest",
@@ -659,7 +757,7 @@
659
757
  "status": "online"
660
758
  },
661
759
  "ProcessMedia": {
662
- "document": "This API is used to initiate a processing task for URL video links or media files in COS. Features include:.\nThis API is used to perform video transcoding, including standard transcoding, TSC transcoding, and audio/video enhancement.\nThis API is used to generate animated images.\nThis API is used to take screenshots at specified time points.\nThis API is used to take sampled screenshots from videos.\nThis API is used to take sprite screenshots of videos.\nThis API is used to transcode to adaptive bitrate streaming.\nThis API is used to perform intelligent content moderation, such as pornography detection and sensitive information detection.\nThis API is used to perform intelligent content analysis such as tag, category, cover, frame tag, video splitting, highlight, opening and ending clips, and game tracking.\nThis API is used to perform intelligent content recognition such as human face, full text, text keyword, full speech, speech keyword, speech translation, and object recognition.\nThis API is used to perform media quality inspection, such as media format diagnosis, audio and video content detection (jitter, blur, low light, overexposure, screen glitch, noise, mosaic, QR code, and other issues), and no-reference scoring.\n11. Smart subtitle (such as ASR, hotword, and speech translation).\n\nThis API is used to perform intelligent erasure (watermark removal, subtitle removal, privacy protection).",
760
+ "document": "This API is used to initiate a processing task for video URLs or media files in Cloud Object Storage (COS). Features include:\n- Audio/Video transcoding (such as standard transcoding, top speed codec (TSC) transcoding, audio/video enhancement, visible watermark addition, and digital watermark addition).\n- Adaptive bitrate streaming conversion for audios/videos.\n- Video-to-GIF conversion.\n- Time point screenshot of videos.\n- Sampled screenshot of videos.\n- Image sprite of video screenshots.\n- Media quality inspection (such as media format diagnosis, audio/video content detection, and scoring without reference, where audio/video content detection mainly covers jitter, blur, low light, overexposure, screen glitches, noise, mosaic, QR code, and other issues).\n- Smart subtitle (such as subtitle generation and translation).\n- Smart erasing (such as watermark removal, subtitle removal, and privacy protection).\n- Smart content moderation (such as pornography detection and sensitive information detection).\n- Smart content analysis (such as tags, classifications, covers, frame tags, video splitting, highlights, opening and ending clips, and marking points for games).\n- Smart content recognition (such as human faces, full texts, text keywords, full speech, speech keywords, speech translation, and object recognition).",
663
761
  "input": "ProcessMediaRequest",
664
762
  "name": "Starts a media processing task",
665
763
  "output": "ProcessMediaResponse",
@@ -671,6 +769,13 @@
671
769
  "name": "Resets a workflow",
672
770
  "output": "ResetWorkflowResponse",
673
771
  "status": "online"
772
+ },
773
+ "TextTranslation": {
774
+ "document": "This API is used to translate text.",
775
+ "input": "TextTranslationRequest",
776
+ "name": "Translates text",
777
+ "output": "TextTranslationResponse",
778
+ "status": "online"
674
779
  }
675
780
  },
676
781
  "metadata": {
@@ -1332,6 +1437,17 @@
1332
1437
  "type": "list",
1333
1438
  "value_allowed_null": false
1334
1439
  },
1440
+ {
1441
+ "disabled": false,
1442
+ "document": "Digital watermark parameter.\t\nNote: This field may return null, indicating that no valid values can be obtained.",
1443
+ "example": "无",
1444
+ "member": "BlindWatermarkInput",
1445
+ "name": "BlindWatermark",
1446
+ "output_required": false,
1447
+ "required": false,
1448
+ "type": "object",
1449
+ "value_allowed_null": true
1450
+ },
1335
1451
  {
1336
1452
  "disabled": false,
1337
1453
  "document": "Target storage for files after adaptive dynamic streaming. If left blank, it inherits the upper-level OutputStorage value.\nNote: This field may return null, indicating that no valid value can be obtained.",
@@ -6467,6 +6583,157 @@
6467
6583
  ],
6468
6584
  "usage": "in"
6469
6585
  },
6586
+ "AigcImageExtraParam": {
6587
+ "document": "",
6588
+ "members": [
6589
+ {
6590
+ "disabled": false,
6591
+ "document": "",
6592
+ "example": "16:9",
6593
+ "member": "string",
6594
+ "name": "AspectRatio",
6595
+ "output_required": false,
6596
+ "required": false,
6597
+ "type": "string",
6598
+ "value_allowed_null": false
6599
+ },
6600
+ {
6601
+ "disabled": false,
6602
+ "document": "",
6603
+ "example": "1080P",
6604
+ "member": "string",
6605
+ "name": "Resolution",
6606
+ "output_required": false,
6607
+ "required": false,
6608
+ "type": "string",
6609
+ "value_allowed_null": false
6610
+ }
6611
+ ],
6612
+ "usage": "both"
6613
+ },
6614
+ "AigcImageInfo": {
6615
+ "document": "",
6616
+ "members": [
6617
+ {
6618
+ "disabled": false,
6619
+ "document": "",
6620
+ "example": "https://****.vod-qcloud.com/6cd2c44bvodcq1500039689/179cafb25145403699605999621/Clc***E6jcA.png",
6621
+ "member": "string",
6622
+ "name": "ImageUrl",
6623
+ "output_required": false,
6624
+ "required": false,
6625
+ "type": "string",
6626
+ "value_allowed_null": false
6627
+ },
6628
+ {
6629
+ "disabled": false,
6630
+ "document": "",
6631
+ "example": "asset",
6632
+ "member": "string",
6633
+ "name": "ReferenceType",
6634
+ "output_required": false,
6635
+ "required": false,
6636
+ "type": "string",
6637
+ "value_allowed_null": false
6638
+ }
6639
+ ],
6640
+ "usage": "both"
6641
+ },
6642
+ "AigcStoreCosParam": {
6643
+ "document": "",
6644
+ "members": [
6645
+ {
6646
+ "disabled": false,
6647
+ "document": "",
6648
+ "example": "aigc-test-video-1303333058",
6649
+ "member": "string",
6650
+ "name": "CosBucketName",
6651
+ "output_required": false,
6652
+ "required": false,
6653
+ "type": "string",
6654
+ "value_allowed_null": false
6655
+ },
6656
+ {
6657
+ "disabled": false,
6658
+ "document": "",
6659
+ "example": "ap-guangzhou",
6660
+ "member": "string",
6661
+ "name": "CosBucketRegion",
6662
+ "output_required": false,
6663
+ "required": false,
6664
+ "type": "string",
6665
+ "value_allowed_null": false
6666
+ },
6667
+ {
6668
+ "disabled": false,
6669
+ "document": "",
6670
+ "example": "my_cos_file",
6671
+ "member": "string",
6672
+ "name": "CosBucketPath",
6673
+ "output_required": false,
6674
+ "required": false,
6675
+ "type": "string",
6676
+ "value_allowed_null": false
6677
+ }
6678
+ ],
6679
+ "usage": "both"
6680
+ },
6681
+ "AigcVideoExtraParam": {
6682
+ "document": "",
6683
+ "members": [
6684
+ {
6685
+ "disabled": false,
6686
+ "document": "",
6687
+ "example": "720P",
6688
+ "member": "string",
6689
+ "name": "Resolution",
6690
+ "output_required": false,
6691
+ "required": false,
6692
+ "type": "string",
6693
+ "value_allowed_null": false
6694
+ },
6695
+ {
6696
+ "disabled": false,
6697
+ "document": "",
6698
+ "example": "16:9",
6699
+ "member": "string",
6700
+ "name": "AspectRatio",
6701
+ "output_required": false,
6702
+ "required": false,
6703
+ "type": "string",
6704
+ "value_allowed_null": false
6705
+ }
6706
+ ],
6707
+ "usage": "both"
6708
+ },
6709
+ "AigcVideoReferenceImageInfo": {
6710
+ "document": "",
6711
+ "members": [
6712
+ {
6713
+ "disabled": false,
6714
+ "document": "",
6715
+ "example": "http://myimage.com/mps/image.png",
6716
+ "member": "string",
6717
+ "name": "ImageUrl",
6718
+ "output_required": false,
6719
+ "required": false,
6720
+ "type": "string",
6721
+ "value_allowed_null": false
6722
+ },
6723
+ {
6724
+ "disabled": false,
6725
+ "document": "",
6726
+ "example": "asset",
6727
+ "member": "string",
6728
+ "name": "ReferenceType",
6729
+ "output_required": false,
6730
+ "required": false,
6731
+ "type": "string",
6732
+ "value_allowed_null": false
6733
+ }
6734
+ ],
6735
+ "usage": "both"
6736
+ },
6470
6737
  "AnimatedGraphicTaskInput": {
6471
6738
  "document": "Type of an animated image generating task.",
6472
6739
  "members": [
@@ -7097,7 +7364,7 @@
7097
7364
  },
7098
7365
  {
7099
7366
  "disabled": false,
7100
- "document": "Sampling rate of the audio stream. Different encoding standards support different sampling rate options. The value of 0 indicates using the sampling rate value of the source audio.\nFor details, see [Supported Range of Audio Sampling Rate](https://www.tencentcloud.comom/document/product/862/77166?from_cn_redirect=1#f3b039f1-d817-4a96-b4e4-90132d31cd53).\nUnit: Hz.\nNote: Make sure that the sampling rate of the source audio stream is among the above options. Otherwise, transcoding may fail.",
7367
+ "document": "Sampling rate of the audio stream. Different encoding standards support different sampling rate options. The value of 0 indicates using the sampling rate value of the source audio.\nFor details, see [Supported Range of Audio Sampling Rate](https://www.tencentcloud.com/document/product/862/77166?from_cn_redirect=1#f3b039f1-d817-4a96-b4e4-90132d31cd53).\nUnit: Hz.\nNote: Make sure that the sampling rate of the source audio stream is among the above options. Otherwise, transcoding may fail.",
7101
7368
  "example": "44100",
7102
7369
  "member": "uint64",
7103
7370
  "name": "SampleRate",
@@ -7158,7 +7425,7 @@
7158
7425
  },
7159
7426
  {
7160
7427
  "disabled": false,
7161
- "document": "Sampling rate of the audio stream. Different encoding standards support different sampling rate options. The value of 0 indicates using the sampling rate value of the source audio.\nFor details, see [Supported Range of Audio Sampling Rate](https://www.tencentcloud.comom/document/product/862/77166?from_cn_redirect=1#f3b039f1-d817-4a96-b4e4-90132d31cd53).\nUnit: Hz.\nNote: Make sure that the sampling rate of the source audio stream is among the above options. Otherwise, transcoding may fail.\nNote: This field may return null, indicating that no valid values can be obtained.",
7428
+ "document": "Sampling rate of the audio stream. Different encoding standards support different sampling rate options. The value of 0 indicates using the sampling rate value of the source audio.\nFor details, see [Supported Range of Audio Sampling Rate](https://www.tencentcloud.com/document/product/862/77166?from_cn_redirect=1#f3b039f1-d817-4a96-b4e4-90132d31cd53).\nUnit: Hz.\nNote: Make sure that the sampling rate of the source audio stream is among the above options. Otherwise, transcoding may fail.\nNote: This field may return null, indicating that no valid values can be obtained.",
7162
7429
  "example": "44100",
7163
7430
  "member": "uint64",
7164
7431
  "name": "SampleRate",
@@ -7535,6 +7802,99 @@
7535
7802
  ],
7536
7803
  "usage": "out"
7537
7804
  },
7805
+ "BlindWatermarkInput": {
7806
+ "document": "Digital watermark parameter type in the MPS task.",
7807
+ "members": [
7808
+ {
7809
+ "disabled": false,
7810
+ "document": "Digital watermark template ID.",
7811
+ "example": "10",
7812
+ "member": "uint64",
7813
+ "name": "Definition",
7814
+ "output_required": true,
7815
+ "required": true,
7816
+ "type": "int",
7817
+ "value_allowed_null": false
7818
+ }
7819
+ ],
7820
+ "usage": "both"
7821
+ },
7822
+ "BlindWatermarkTemplate": {
7823
+ "document": "Digital watermark template details.",
7824
+ "members": [
7825
+ {
7826
+ "disabled": false,
7827
+ "document": "Unique identifier of the digital watermark template.",
7828
+ "example": "10",
7829
+ "member": "int64",
7830
+ "name": "Definition",
7831
+ "output_required": true,
7832
+ "type": "int",
7833
+ "value_allowed_null": false
7834
+ },
7835
+ {
7836
+ "disabled": false,
7837
+ "document": "Digital watermark type. Valid values: <li>blind-basic: basic copyright digital watermark;</li> <li>blind-nagra: NAGRA forensics watermark.</li>",
7838
+ "example": "blind-basic",
7839
+ "member": "string",
7840
+ "name": "Type",
7841
+ "output_required": true,
7842
+ "type": "string",
7843
+ "value_allowed_null": false
7844
+ },
7845
+ {
7846
+ "disabled": false,
7847
+ "document": "Digital watermark template name.",
7848
+ "example": "数字水印模板1",
7849
+ "member": "string",
7850
+ "name": "Name",
7851
+ "output_required": true,
7852
+ "type": "string",
7853
+ "value_allowed_null": false
7854
+ },
7855
+ {
7856
+ "disabled": false,
7857
+ "document": "Text content of the digital watermark template. The length cannot exceed 64 characters.",
7858
+ "example": "水印文本内容",
7859
+ "member": "string",
7860
+ "name": "TextContent",
7861
+ "output_required": true,
7862
+ "type": "string",
7863
+ "value_allowed_null": false
7864
+ },
7865
+ {
7866
+ "disabled": false,
7867
+ "document": "Description information of the digital watermark template.",
7868
+ "example": "数字水印模板",
7869
+ "member": "string",
7870
+ "name": "Comment",
7871
+ "output_required": true,
7872
+ "type": "string",
7873
+ "value_allowed_null": false
7874
+ },
7875
+ {
7876
+ "disabled": false,
7877
+ "document": "Creation time of the digital watermark template in [ISO date and time format](https://www.tencentcloud.com/document/product/862/37710?from_cn_redirect=1#52).",
7878
+ "example": "2025-08-01T18:00:00+08:00",
7879
+ "member": "string",
7880
+ "name": "CreateTime",
7881
+ "output_required": true,
7882
+ "type": "string",
7883
+ "value_allowed_null": false
7884
+ },
7885
+ {
7886
+ "disabled": false,
7887
+ "document": "Last modification time of the digital watermark template in [ISO date and time format](https://www.tencentcloud.com/document/product/862/37710?from_cn_redirect=1#52).",
7888
+ "example": "2025-08-01T18:00:00+08:00",
7889
+ "member": "string",
7890
+ "name": "UpdateTime",
7891
+ "output_required": true,
7892
+ "type": "string",
7893
+ "value_allowed_null": false
7894
+ }
7895
+ ],
7896
+ "usage": "out"
7897
+ },
7538
7898
  "ClassificationConfigureInfo": {
7539
7899
  "document": "Control parameter of intelligent categorization task",
7540
7900
  "members": [
@@ -8979,7 +9339,7 @@
8979
9339
  },
8980
9340
  {
8981
9341
  "disabled": false,
8982
- "document": "Sharding type. available values: <li>ts-segment: HLS+ts segment</li> <li>ts-byterange: HLS+ts byte range</li> <li>mp4-segment: HLS+mp4 segment</li> <li>mp4-byterange: HLS+mp4 byte range</li> <li>ts-packed-audio: ts+packed audio</li> <li>mp4-packed-audio: mp4+packed audio</li> default value: ts-segment. \nNote: the shard format of the adaptive bitrate stream is based on this field.",
9342
+ "document": "Segment type. Valid values: <li>ts-segment: HLS+TS segment</li>; <li>ts-byterange: HLS+TS byte range</li>; <li>mp4-segment: HLS+MP4 segment</li>; <li>mp4-byterange: HLS/DASH+MP4 byte range</li>; <li>ts-packed-audio: TS+Packed Audio</li>; <li>mp4-packed-audio: MP4+Packed Audio</li>. The default value is ts-segment.\n \nNote: The segment format for the adaptive bitrate streaming is based on this field. The value of SegmentType can only be mp4-byterange in DASH format.",
8983
9343
  "example": "ts-segment",
8984
9344
  "member": "string",
8985
9345
  "name": "SegmentType",
@@ -9011,25 +9371,279 @@
9011
9371
  ],
9012
9372
  "type": "object"
9013
9373
  },
9014
- "CreateAnimatedGraphicsTemplateRequest": {
9015
- "document": "CreateAnimatedGraphicsTemplate request structure.",
9374
+ "CreateAigcImageTaskRequest": {
9375
+ "document": "CreateAigcImageTask request structure.",
9016
9376
  "members": [
9017
9377
  {
9018
9378
  "disabled": false,
9019
- "document": "Video frame rate in Hz. Value range: [1, 30].",
9020
- "example": "30",
9021
- "member": "uint64",
9022
- "name": "Fps",
9023
- "required": true,
9024
- "type": "int"
9379
+ "document": "Model Name. Currently supported models include: Hunyuan,GEM,Qwen.",
9380
+ "example": "GEM",
9381
+ "member": "string",
9382
+ "name": "ModelName",
9383
+ "required": false,
9384
+ "type": "string"
9025
9385
  },
9026
9386
  {
9027
9387
  "disabled": false,
9028
- "document": "Maximum value of the width (or long side) of an animated image in px. Value range: 0 and [128, 4,096].\n<li>If both `Width` and `Height` are 0, the resolution will be the same as that of the source video;</li>\n<li>If `Width` is 0, but `Height` is not 0, `Width` will be proportionally scaled;</li>\n<li>If `Width` is not 0, but `Height` is 0, `Height` will be proportionally scaled;</li>\n<li>If both `Width` and `Height` are not 0, the custom resolution will be used.</li>\nDefault value: 0.",
9029
- "example": "540",
9030
- "member": "uint64",
9031
- "name": "Width",
9032
- "required": false,
9388
+ "document": "Specify the version number of a particular model. By default, the system utilizes the currently supported stable version of the model. \n1. GEM, available options [2.5, 3.0].\n",
9389
+ "example": "2.0",
9390
+ "member": "string",
9391
+ "name": "ModelVersion",
9392
+ "required": false,
9393
+ "type": "string"
9394
+ },
9395
+ {
9396
+ "disabled": false,
9397
+ "document": "\nGenerate a description of the image. (Note: The maximum supported length is 1000 characters.) This parameter is mandatory when no reference image is provided.\n",
9398
+ "example": "draw a cat",
9399
+ "member": "string",
9400
+ "name": "Prompt",
9401
+ "required": false,
9402
+ "type": "string"
9403
+ },
9404
+ {
9405
+ "disabled": false,
9406
+ "document": "Used to specify the content you wish to prevent the model from generating.Note: Supported by select models.Examples: \nOverhead lighting, vibrant colors \nHuman figures, animals \nMultiple vehicles, wind",
9407
+ "example": "adult face",
9408
+ "member": "string",
9409
+ "name": "NegativePrompt",
9410
+ "required": false,
9411
+ "type": "string"
9412
+ },
9413
+ {
9414
+ "disabled": false,
9415
+ "document": "The default value is False, where the model strictly adheres to instructions. For optimal results with more refined prompts, setting this parameter to True will automatically optimize the input prompt to enhance generation quality.\n",
9416
+ "example": "false",
9417
+ "member": "bool",
9418
+ "name": "EnhancePrompt",
9419
+ "required": false,
9420
+ "type": "bool"
9421
+ },
9422
+ {
9423
+ "disabled": false,
9424
+ "document": "\nSupports single image input by default. Models supporting multi-image input include GEM (up to 3 images). \nRecommended image size should be under 7MB, with support for JPEG, PNG, and WebP formats.\n",
9425
+ "example": "无",
9426
+ "member": "AigcImageInfo",
9427
+ "name": "ImageInfos",
9428
+ "required": false,
9429
+ "type": "list"
9430
+ },
9431
+ {
9432
+ "disabled": false,
9433
+ "document": "Used to pass additional parameters.",
9434
+ "example": "无",
9435
+ "member": "AigcImageExtraParam",
9436
+ "name": "ExtraParameters",
9437
+ "required": false,
9438
+ "type": "object"
9439
+ },
9440
+ {
9441
+ "disabled": false,
9442
+ "document": "The output files will be stored in the specified COS bucket. Note: COS service must be activated, and the MPS_QcsRole needs to be created and properly authorized.",
9443
+ "example": "无",
9444
+ "member": "AigcStoreCosParam",
9445
+ "name": "StoreCosParam",
9446
+ "required": false,
9447
+ "type": "object"
9448
+ },
9449
+ {
9450
+ "disabled": false,
9451
+ "document": "Interface operator name.",
9452
+ "example": "admin",
9453
+ "member": "string",
9454
+ "name": "Operator",
9455
+ "required": false,
9456
+ "type": "string"
9457
+ }
9458
+ ],
9459
+ "type": "object"
9460
+ },
9461
+ "CreateAigcImageTaskResponse": {
9462
+ "document": "CreateAigcImageTask response structure.",
9463
+ "members": [
9464
+ {
9465
+ "disabled": false,
9466
+ "document": "Returns the task ID.",
9467
+ "example": "4-AigcImage-c3b145ec76****94ac55b9e63be17d",
9468
+ "member": "string",
9469
+ "name": "TaskId",
9470
+ "output_required": false,
9471
+ "type": "string",
9472
+ "value_allowed_null": false
9473
+ },
9474
+ {
9475
+ "document": "The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.",
9476
+ "member": "string",
9477
+ "name": "RequestId",
9478
+ "type": "string"
9479
+ }
9480
+ ],
9481
+ "type": "object"
9482
+ },
9483
+ "CreateAigcVideoTaskRequest": {
9484
+ "document": "CreateAigcVideoTask request structure.",
9485
+ "members": [
9486
+ {
9487
+ "disabled": false,
9488
+ "document": "Model Name. Currently supported models include: Hunyuan, Hailuo, Kling, Vidu, OS, GV",
9489
+ "example": "Hailuo",
9490
+ "member": "string",
9491
+ "name": "ModelName",
9492
+ "required": false,
9493
+ "type": "string"
9494
+ },
9495
+ {
9496
+ "disabled": false,
9497
+ "document": "Specify the version number of a particular model. By default, the system uses the currently supported stable version of the model. \n1. Hailuo: Available options [02, 2.3]. \n2. Kling: Available options [2.0, 2.1, 2.5, O1, 2.6]. \n3. Vidu: Available options [q2, q2-pro, q2-turbo]. \n4. GV: Available option [3.1]. \n5. OS: Available option [2.0].",
9498
+ "example": "2.3",
9499
+ "member": "string",
9500
+ "name": "ModelVersion",
9501
+ "required": false,
9502
+ "type": "string"
9503
+ },
9504
+ {
9505
+ "disabled": false,
9506
+ "document": "Generate video description. (Note: Maximum 2000 characters supported). This parameter is mandatory when no images are provided.",
9507
+ "example": "move the picture",
9508
+ "member": "string",
9509
+ "name": "Prompt",
9510
+ "required": false,
9511
+ "type": "string"
9512
+ },
9513
+ {
9514
+ "disabled": false,
9515
+ "document": "Used to specify the content you wish to prevent the model from generating.Note: Supported by select models.Examples: \nOverhead lighting, vibrant colors \nHuman figures, animals \nMultiple vehicles, wind",
9516
+ "example": "Top lighting, bright colors",
9517
+ "member": "string",
9518
+ "name": "NegativePrompt",
9519
+ "required": false,
9520
+ "type": "string"
9521
+ },
9522
+ {
9523
+ "disabled": false,
9524
+ "document": "The default value is False, where the model strictly adheres to instructions. For optimal results with more refined prompts, setting this parameter to True will automatically optimize the input prompt to enhance generation quality.",
9525
+ "example": "false",
9526
+ "member": "bool",
9527
+ "name": "EnhancePrompt",
9528
+ "required": false,
9529
+ "type": "bool"
9530
+ },
9531
+ {
9532
+ "disabled": false,
9533
+ "document": "The URL of the image used to guide video generation, which must be publicly accessible via the internet. \nNotes: \n1. The recommended image size should not exceed 10MB, though size limitations may vary across different models. \n2. Supported image formats: JPEG, PNG. \n3. When using the OS model, the input image dimensions must be either 1280x720 or 720x1280.",
9534
+ "example": "https://1500039689.vod-xxx.com/6cd2c44bvodcq1500039689/179cafb25145403699605999621/xxdjoxE6jcA.png",
9535
+ "member": "string",
9536
+ "name": "ImageUrl",
9537
+ "required": false,
9538
+ "type": "string"
9539
+ },
9540
+ {
9541
+ "disabled": false,
9542
+ "document": "The model will utilize the image provided via this parameter as the ending frame for video generation. \nSupported models for this parameter: \n1. GV: When an ending frame image is provided, the ImageUrl parameter must also be specified as the starting frame. \n2. Kling: Under Resolution: 1080P, version 2.1 supports both start&end frames. \n3. Vidu, q2-pro, q2-turbo: Support start&end frames. \nNotes: \n1. It is recommended that the image size does not exceed 10MB, though specific model limitations may vary. \n2. Supported image formats: JPEG, PNG.",
9543
+ "example": "https://aigc-xxx-image-1303333058.cos.ap-guangzhou.myqcloud.com/xxx_8655.png",
9544
+ "member": "string",
9545
+ "name": "LastImageUrl",
9546
+ "required": false,
9547
+ "type": "string"
9548
+ },
9549
+ {
9550
+ "disabled": false,
9551
+ "document": "A list comprising up to three material resource images, utilized to depict the reference images the model will employ for video generation. \nModels supporting multi-image input: \n1. GV: When utilizing multi-image input, neither ImageUrl nor LastImageUrl should be used. \n2. Vidu: Supports video generation with multiple reference images. For model q2, 1-7 images can be provided, with the subject ID specified via ReferenceType within ImageInfos.\nNotes: \n1. Each image must not exceed 10MB in size. \n2. Supported image formats: JPEG, PNG.",
9552
+ "example": "无",
9553
+ "member": "AigcVideoReferenceImageInfo",
9554
+ "name": "ImageInfos",
9555
+ "required": false,
9556
+ "type": "list"
9557
+ },
9558
+ {
9559
+ "disabled": false,
9560
+ "document": "Duration of generated videos. \nNotes: \n1. Kling supports 5 and 10 seconds. Default: 5 seconds. \n2. Hailuo's standard mode supports 6 and 10 seconds, while other modes only support 6 seconds. Default: 6 seconds. \n3. Vidu supports 1 to 10 seconds. \n4. GV supports 8 seconds. Default: 8 seconds. \n5. OS supports 4, 8, and 12 seconds. Default: 8 seconds.",
9561
+ "example": "8",
9562
+ "member": "int64",
9563
+ "name": "Duration",
9564
+ "required": false,
9565
+ "type": "int"
9566
+ },
9567
+ {
9568
+ "disabled": false,
9569
+ "document": "Used to pass additional parameters.",
9570
+ "example": "无",
9571
+ "member": "AigcVideoExtraParam",
9572
+ "name": "ExtraParameters",
9573
+ "required": false,
9574
+ "type": "object"
9575
+ },
9576
+ {
9577
+ "disabled": false,
9578
+ "document": "The output files will be stored in the specified COS bucket. Note: COS service must be activated, and the MPS_QcsRole needs to be created and properly authorized.",
9579
+ "example": "无",
9580
+ "member": "AigcStoreCosParam",
9581
+ "name": "StoreCosParam",
9582
+ "required": false,
9583
+ "type": "object"
9584
+ },
9585
+ {
9586
+ "disabled": false,
9587
+ "document": "\nUsed to pass specific scenario parameters required by the model, serialized into a JSON format string. Example: {\"camera_control\":{\"type\":\"simple\"}}",
9588
+ "example": "{\\\"test\\\":1}",
9589
+ "member": "string",
9590
+ "name": "AdditionalParameters",
9591
+ "required": false,
9592
+ "type": "string"
9593
+ },
9594
+ {
9595
+ "disabled": false,
9596
+ "document": "Interface operator name.",
9597
+ "example": "admin",
9598
+ "member": "string",
9599
+ "name": "Operator",
9600
+ "required": false,
9601
+ "type": "string"
9602
+ }
9603
+ ],
9604
+ "type": "object"
9605
+ },
9606
+ "CreateAigcVideoTaskResponse": {
9607
+ "document": "CreateAigcVideoTask response structure.",
9608
+ "members": [
9609
+ {
9610
+ "disabled": false,
9611
+ "document": "Upon successful task creation, the returned task ID can be used to invoke the query interface for polling task progress and retrieving generated results.",
9612
+ "example": "2147483792",
9613
+ "member": "string",
9614
+ "name": "TaskId",
9615
+ "output_required": false,
9616
+ "type": "string",
9617
+ "value_allowed_null": false
9618
+ },
9619
+ {
9620
+ "document": "The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.",
9621
+ "member": "string",
9622
+ "name": "RequestId",
9623
+ "type": "string"
9624
+ }
9625
+ ],
9626
+ "type": "object"
9627
+ },
9628
+ "CreateAnimatedGraphicsTemplateRequest": {
9629
+ "document": "CreateAnimatedGraphicsTemplate request structure.",
9630
+ "members": [
9631
+ {
9632
+ "disabled": false,
9633
+ "document": "Video frame rate in Hz. Value range: [1, 30].",
9634
+ "example": "30",
9635
+ "member": "uint64",
9636
+ "name": "Fps",
9637
+ "required": true,
9638
+ "type": "int"
9639
+ },
9640
+ {
9641
+ "disabled": false,
9642
+ "document": "Maximum value of the width (or long side) of an animated image in px. Value range: 0 and [128, 4,096].\n<li>If both `Width` and `Height` are 0, the resolution will be the same as that of the source video;</li>\n<li>If `Width` is 0, but `Height` is not 0, `Width` will be proportionally scaled;</li>\n<li>If `Width` is not 0, but `Height` is 0, `Height` will be proportionally scaled;</li>\n<li>If both `Width` and `Height` are not 0, the custom resolution will be used.</li>\nDefault value: 0.",
9643
+ "example": "540",
9644
+ "member": "uint64",
9645
+ "name": "Width",
9646
+ "required": false,
9033
9647
  "type": "int"
9034
9648
  },
9035
9649
  {
@@ -9184,6 +9798,70 @@
9184
9798
  ],
9185
9799
  "type": "object"
9186
9800
  },
9801
+ "CreateBlindWatermarkTemplateRequest": {
9802
+ "document": "CreateBlindWatermarkTemplate request structure.",
9803
+ "members": [
9804
+ {
9805
+ "disabled": false,
9806
+ "document": "Digital watermark type. Valid values: <li>blind-basic: basic copyright digital watermark;</li> <li>blind-nagra: NAGRA watermark.</li>",
9807
+ "example": "blind-basic",
9808
+ "member": "string",
9809
+ "name": "Type",
9810
+ "required": true,
9811
+ "type": "string"
9812
+ },
9813
+ {
9814
+ "disabled": false,
9815
+ "document": "Text content of the digital watermark. The length cannot exceed 64 characters. After NAGRA watermark templates are created, the text content cannot be modified.",
9816
+ "example": "数字水印文本",
9817
+ "member": "string",
9818
+ "name": "TextContent",
9819
+ "required": true,
9820
+ "type": "string"
9821
+ },
9822
+ {
9823
+ "disabled": false,
9824
+ "document": "Digital watermark template name, which supports Chinese, English, digits, underscores (_), hyphens (-), and periods (.). The length cannot exceed 64 characters.",
9825
+ "example": "数字水印模板1",
9826
+ "member": "string",
9827
+ "name": "Name",
9828
+ "required": false,
9829
+ "type": "string"
9830
+ },
9831
+ {
9832
+ "disabled": false,
9833
+ "document": "Description information of the digital watermark template. The length cannot exceed 256 characters.",
9834
+ "example": "数字水印模板",
9835
+ "member": "string",
9836
+ "name": "Comment",
9837
+ "required": false,
9838
+ "type": "string"
9839
+ }
9840
+ ],
9841
+ "type": "object"
9842
+ },
9843
+ "CreateBlindWatermarkTemplateResponse": {
9844
+ "document": "CreateBlindWatermarkTemplate response structure.",
9845
+ "members": [
9846
+ {
9847
+ "disabled": false,
9848
+ "document": "Unique identifier of the digital watermark template.",
9849
+ "example": "20000",
9850
+ "member": "int64",
9851
+ "name": "Definition",
9852
+ "output_required": true,
9853
+ "type": "int",
9854
+ "value_allowed_null": false
9855
+ },
9856
+ {
9857
+ "document": "The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.",
9858
+ "member": "string",
9859
+ "name": "RequestId",
9860
+ "type": "string"
9861
+ }
9862
+ ],
9863
+ "type": "object"
9864
+ },
9187
9865
  "CreateContentReviewTemplateRequest": {
9188
9866
  "document": "CreateContentReviewTemplate request structure.",
9189
9867
  "members": [
@@ -9558,6 +10236,61 @@
9558
10236
  ],
9559
10237
  "type": "object"
9560
10238
  },
10239
+ "CreateProcessImageTemplateRequest": {
10240
+ "document": "CreateProcessImageTemplate request structure.",
10241
+ "members": [
10242
+ {
10243
+ "disabled": false,
10244
+ "document": "Image processing template.",
10245
+ "example": "无",
10246
+ "member": "ImageTaskInput",
10247
+ "name": "ProcessImageTemplate",
10248
+ "required": true,
10249
+ "type": "object"
10250
+ },
10251
+ {
10252
+ "disabled": false,
10253
+ "document": "Image processing template name. The length cannot exceed 64 characters.",
10254
+ "example": "图片处理模板",
10255
+ "member": "string",
10256
+ "name": "Name",
10257
+ "required": false,
10258
+ "type": "string"
10259
+ },
10260
+ {
10261
+ "disabled": false,
10262
+ "document": "Description information of the image processing template. The length cannot exceed 256 characters.",
10263
+ "example": "图片处理模板1",
10264
+ "member": "string",
10265
+ "name": "Comment",
10266
+ "required": false,
10267
+ "type": "string"
10268
+ }
10269
+ ],
10270
+ "type": "object"
10271
+ },
10272
+ "CreateProcessImageTemplateResponse": {
10273
+ "document": "CreateProcessImageTemplate response structure.",
10274
+ "members": [
10275
+ {
10276
+ "disabled": false,
10277
+ "document": "Unique identifier of the image processing template.",
10278
+ "example": "200043",
10279
+ "member": "int64",
10280
+ "name": "Definition",
10281
+ "output_required": false,
10282
+ "type": "int",
10283
+ "value_allowed_null": false
10284
+ },
10285
+ {
10286
+ "document": "The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.",
10287
+ "member": "string",
10288
+ "name": "RequestId",
10289
+ "type": "string"
10290
+ }
10291
+ ],
10292
+ "type": "object"
10293
+ },
9561
10294
  "CreateQualityControlTemplateRequest": {
9562
10295
  "document": "CreateQualityControlTemplate request structure.",
9563
10296
  "members": [
@@ -9799,7 +10532,7 @@
9799
10532
  },
9800
10533
  {
9801
10534
  "disabled": false,
9802
- "document": "Resource ID. Ensure the corresponding resource is in the enabled state. The default value is an account's primary resource ID.",
10535
+ "document": "Resource ID. Ensure that the corresponding resource is enabled. The default value is the primary resource ID of the account.",
9803
10536
  "example": "vts-213xxxx02-0",
9804
10537
  "member": "string",
9805
10538
  "name": "ResourceId",
@@ -9927,7 +10660,7 @@
9927
10660
  },
9928
10661
  {
9929
10662
  "disabled": false,
9930
- "document": "Source language of the video with smart subtitles.\nCurrently, the following languages are supported:\n`zh`: Simplified Chinese.\n`yue`: Cantonese.\n`zh-PY`: Chinese, English, and Cantonese.\n`zh_medical`: Chinese (medical scenario).\n`zh_dialect`: Chinese dialect.\n`prime_zh`: Chinese, English, and Chinese dialects.\n`zh_en`: Chinese and English.\n`en`: English.\n`ja`: Japanese.\n`ko`: Korean.\n`fr`: French.\n`es`: Spanish.\n`it`: Italian.\n`de`: German.\n`tr`: Turkish.\n`ru`: Russian.\n`pt`: Portuguese (Brazil).\n`pt-PT`: Portuguese (Portugal).\n`vi`: Vietnamese.\n`id`: Indonesian.\n`ms`: Malay.\n`th`: Thai.\n`ar`: Arabic.\n`hi`: Hindi.\n`fil`: Filipino.\n`auto`: automatic recognition (it is only supported in pure subtitle translation).",
10663
+ "document": "Source language of the video with smart subtitles.\nOCR recognition only supports the following languages:\n`zh_en`: Chinese and English.\n`multi`: others.\nASR recognition and pure subtitle translation currently support the following languages:\n`auto`: automatic recognition (it is only supported in pure subtitle translation).\n`zh`: Simplified Chinese.\n`en`: English.\n`ja`: Japanese.\n`ko`: Korean.\n`zh-PY`: Chinese, English, and Cantonese.\n`zh_medical`: Chinese (medical scenario).\n`vi`: Vietnamese.\n`ms`: Malay.\n`id`: Indonesian.\n`fil`: Filipino.\n`th`: Thai.\n`pt`: Portuguese.\n`tr`: Turkish.\n`ar`: Arabic.\n`es`: Spanish.\n`hi`: Hindi.\n`fr`: French.\n`de`: German.\n`it`: Italian.\n`zh_dialect`: Chinese dialect.\n`zh_en`: Chinese and English.\n`yue`: Cantonese.\n`ru`: Russian.\n`prime_zh`: Chinese, English, and Chinese dialects.\n`af-ZA`: Afrikaans (South Africa).\n`sq-AL`: Albanian (Albania).\n`am-ET`: Amharic (Ethiopia).\n`ar-DZ`: Arabic (Algeria).\n`ar-BH`: Arabic (Bahrain).\n`ar-EG`: Arabic (Egypt).\n`ar-IQ`: Arabic (Iraq).\n`ar-IL`: Arabic (Israel).\n`ar-JO`: Arabic (Jordan).\n`ar-KW`: Arabic (Kuwait).\n`ar-LB`: Arabic (Lebanon).\n`ar-MR`: Arabic (Mauritania).\n`ar-MA`: Arabic (Morocco).\n`ar-OM`: Arabic (Oman).\n`ar-QA`: Arabic (Qatar).\n`ar-SA`: Arabic (Saudi Arabia).\n`ar-PS`: Arabic (State of Palestine).\n`ar-SY`: Arabic (Syria).\n`ar-TN`: Arabic (Tunisia).\n`ar-AE`: Arabic (United Arab Emirates).\n`ar-YE`: Arabic (Yemen).\n`hy-AM`: Armenian (Armenia).\n`az-AZ`: Azerbaijani (Azerbaijan).\n`eu-ES`: Basque (Spain).\n`bn-BD`: Bengali (Bangladesh).\n`bn-IN`: Bengali (India).\n`bs-BA`: Bosnian (Bosnia and Herzegovina).\n`bg-BG`: Bulgarian (Bulgaria).\n`my-MM`: Burmese (Myanmar).\n`ca-ES`: Catalan (Spain).\n`hr-HR`: Croatian (Croatia).\n`cs-CZ`: Czech (Czech Republic).\n`da-DK`: Danish (Denmark).\n`nl-BE`: Dutch (Belgium).\n`nl-NL`: Dutch (Holland).\n`en-AU`: English (Australia).\n`en-CA`: English (Canada).\n`en-GH`: English (Ghana).\n`en-HK`: English (Hong Kong (China)).\n`en-IN`: English (India).\n`en-IE`: English (Ireland).\n`en-KE`: English (Kenya).\n`en-NZ`: English (New Zealand).\n`en-NG`: English (Nigeria).\n`en-PK`: English (Pakistan).\n`en-PH`: English (Philippines).\n`en-SG`: English (Singapore).\n`en-ZA`: English (South Africa).\n`en-TZ`: English (Tanzania).\n`en-GB`: English (UK).\n`en-US`: English (US).\n`et-EE`: Estonian (Estonia).\n`fil-PH`: Filipino (Philippines).\n`fi-FI`: Finnish (Finland).\n`fr-BE`: French (Belgium).\n`fr-CA`: French (Canada).\n`fr-FR`: French (France).\n`fr-CH`: French (Switzerland).\n`gl-ES`: Galician (Spain).\n`ka-GE`: Georgian (Georgia).\n`el-GR`: Greek (Greece).\n`gu-IN`: Gujarati (India).\n`iw-IL`: Hebrew (Israel).\n`hi-IN`: Hindi (India).\n`hu-HU`: Hungarian (Hungary).\n`is-IS`: Icelandic (Iceland).\n`id-ID`: Indonesian (Indonesia).\n`it-IT`: Italian (Italy).\n`it-CH`: Italian (Switzerland).\n`ja-JP`: Japanese (Japan).\n`jv-ID`: Javanese (Indonesia).\n`kn-IN`: Kannada (India).\n`kk-KZ`: Kazakh (Kazakhstan).\n`km-KH`: Khmer (Cambodia).\n`rw-RW`: Kinyarwanda (Rwanda).\n`ko-KR`: Korean (South Korea).\n`lo-LA`: Lao (Laos).\n`lv-LV`: Latvian (Latvia).\n`lt-LT`: Lithuanian (Lithuania).\n`mk-MK`: Macedonian (North Macedonia).\n`ms-MY`: Malay (Malaysia).\n`ml-IN`: Malayalam (India).\n`mr-IN`: Marathi (India).\n`mn-MN`: Mongolian (Mongolia).\n`ne-NP`: Nepali (Nepal).\n`no-NO`: Bokmål Norwegian (Norway).\n`fa-IR`: Persian (Iran).\n`pl-PL`: Polish (Poland).\n`pt-BR`: Portuguese (Brazil).\n`pt-PT`: Portuguese (Portugal).\n`ro-RO`: Romanian (Romania).\n`ru-RU`: Russian (Russia).\n`sr-RS`: Serbian (Serbia).\n`si-LK`: Sinhalese (Sri Lanka).\n`sk-SK`: Slovak (Slovakia).\n`sl-SI`: Slovenian (Slovenia).\n`st-ZA`: Sesotho (South Africa).\n`es-AR`: Spanish (Argentina).\n`es-BO`: Spanish (Bolivia).\n`es-CL`: Spanish (Chile).\n`es-CO`: Spanish (Colombia).\n`es-CR`: Spanish (Costa Rica).\n`es-DO`: Spanish (Dominican Republic).\n`es-EC`: Spanish (Ecuador).\n`es-SV`: Spanish (El Salvador).\n`es-GT`: Spanish (Guatemala).\n`es-HN`: Spanish (Honduras).\n`es-MX`: Spanish (Mexico).\n`es-NI`: Spanish (Nicaragua).\n`es-PA`: Spanish (Panama).\n`es-PY`: Spanish (Paraguay).\n`es-PE`: Spanish (Peru).\n`es-PR`: Spanish (Puerto Rico).\n`es-ES`: Spanish (Spain).\n`es-US`: Spanish (US).\n`es-UY`: Spanish (Uruguay).\n`es-VE`: Spanish (Venezuela).\n`su-ID`: Sundanese (Indonesia).\n`sw-KE`: Swahili (Kenya).\n`sw-TZ`: Swahili (Tanzania).\n`sv-SE`: Swedish (Sweden).\n`ta-IN`: Tamil (India).\n`ta-MY`: Tamil (Malaysia).\n`ta-SG`: Tamil (Singapore).\n`ta-LK`: Tamil (Sri Lanka).\n`te-IN`: Telugu (India).\n`th-TH`: Thai (Thailand).\n`ts-ZA`: Tsonga (South Africa).\n`tr-TR`: Turkish (Turkey).\n`uk-UA`: Ukrainian (Ukraine).\n`ur-IN`: Urdu (India).\n`ur-PK`: Urdu (Pakistan).\n`uz-UZ`: Uzbek (Uzbekistan).\n`ve-ZA`: Venda (South Africa).\n`vi-VN`: Vietnamese (Vietnam).\n`xh-ZA`: Xhosa (South Africa).\n`zu-ZA`: Zulu (South Africa).\n",
9931
10664
  "example": "zh",
9932
10665
  "member": "string",
9933
10666
  "name": "VideoSrcLanguage",
@@ -9954,7 +10687,7 @@
9954
10687
  },
9955
10688
  {
9956
10689
  "disabled": false,
9957
- "document": "Smart subtitle file format:\n- Under the ASR recognition and translation processing type:\n - vtt: WebVTT format subtitle.\n - srt: SRT format subtitle.\n - If this field is unspecified or left blank, no subtitle file will be generated.\n- Under the pure subtitle translation processing type:\n - original: consistent with the source file.\n - vtt: WebVTT format subtitle.\n - srt: SRT format subtitle.\n**Note**:\n- For ASR recognition mode, when 2 or more languages are involved in translation, this field cannot be unspecified or left blank.\n- For pure subtitle translation mode, this field cannot be unspecified or left blank.",
10690
+ "document": "Smart subtitle file format:\n- Under the ASR recognition and translation processing type:\n - vtt: WebVTT format subtitle.\n - srt: SRT format subtitle.\n - Unspecified or left blank: no subtitle file generated.\n- Under the pure subtitle translation processing type:\n - original: consistent with the source file.\n - vtt: WebVTT format subtitle.\n - srt: SRT format subtitle.\n- Under the OCR recognition and translation processing type:\n - vtt: WebVTT format subtitle.\n - srt: SRT format subtitle.\n**Note**:\n- For ASR recognition mode, when 2 or more languages are involved in translation, this field cannot be unspecified or left blank.\n- For pure subtitle translation and OCR recognition mode, this field cannot be unspecified or left blank.",
9958
10691
  "example": "vtt",
9959
10692
  "member": "string",
9960
10693
  "name": "SubtitleFormat",
@@ -9981,7 +10714,7 @@
9981
10714
  },
9982
10715
  {
9983
10716
  "disabled": false,
9984
- "document": "Subtitle translation target language. This field is valid when the value of TranslateSwitch is `ON`.\nCurrently, the following languages are supported:\n`zh`: Simplified Chinese.\n`zh-TW`: Traditional Chinese.\n`en`: English.\n`ja`: Japanese.\n`ko`: Korean.\n`fr`: French.\n`es`: Spanish.\n`it`: Italian.\n`de`: German.\n`tr`: Turkish.\n`ru`: Russian.\n`pt`: Portuguese (Brazil).\n`pt-PT`: Portuguese (Portugal).\n`vi`: Vietnamese.\n`id`: Indonesian.\n`ms`: Malay.\n`th`: Thai.\n`ar`: Arabic.\n`hi`: Hindi.\n`fil`: Filipino.\n**Note**: Use `/` to separate multiple languages, such as `en/ja`, which indicates English and Japanese.",
10717
+ "document": "Target language for subtitle translation.\nThis field is valid when the value of TranslateSwitch is ON. List of translation languages:\n`ab`: Abkhaz language.\n`ace`: Acehnese.\n`ach`: Acholi.\n`af`: Afrikaans.\n`ak`: Twi (Akan).\n`am`: Amharic.\n`ar`: Arabic.\n`as`: Assamese.\n`ay`: Aymara.\n`az`: Azerbaijani.\n`ba`: Bashkir.\n`ban`: Balinese.\n`bbc`: Batak Toba.\n`bem`:Bemba.\n`bew`:Betawi.\n`bg`: Bulgarian.\n`bho`: Bhojpuri.\n`bik`:Bikol.\n`bm`: Bambara.\n`bn`: Bengali.\n`br`: Breton.\n`bs`: Bosnian.\n`btx`: Batak Karo.\n`bts`: Batak Simalungun.\n`bua`: Buryat language.\n`ca`: Catalan.\n`ceb`: Cebuano.\n`cgg`:Kiga.\n`chm`: Meadow Mari language.\n`ckb`: Kurdish (Sorani).\n`cnh`: Hakha Chin.\n`co`: Corsican.\n`crh`: Crimean Tatar.\n`crs`: Seychellois Creole.\n`cs`: Czech.\n`cv`: Chuvash.\n`cy`: Welsh.\n`da`: Danish.\n`de`: German.\n`din`: Dinka\n`doi`: Dogri.\n`dov`: Dombe.\n`dv`: Divehi.\n`dz`: Dzongkha.\n`ee`: Ewe.\n`el`: Greek.\n`en`: English.\n`eo`: Esperanto.\n`es`: Spanish.\n`et`: Estonian.\n`eu`: Basque.\n`fa`: Persian.\n`ff`: Fula.\n`fi`: Finnish.\n`fil`: Filipino (Tagalog).\n`fj`: Fijian.\n`fr`: French.\n`fr-CA`: French (Canada).\n`fr-FR`: French (France).\n`fy`: Frisian.\n`ga`: Irish.\n`gaa`: Ga.\n`gd`: Scottish Gaelic.\n`gl`: Galician.\n`gn`: Guaraní.\n`gom`: Goan Konkani.\n`gu`: Gujarati.\n`gv`: Manx.\n`ha`: Hausa.\n`haw`: Hawaiian.\n`he`: Hebrew.\n`hi`: Hindi.\n`hil`: Hiligaynon.\n`hmn`: Hmong.\n`hr`: Croatian.\n`hrx`: Hunsrik.\n`ht`: Haitian Creole.\n`hu`: Hungarian.\n`hy`: Armenian.\n`id`: Indonesian.\n`ig`: Igbo.\n`ilo`: Iloko.\n`is`: Icelandic.\n`it`: Italian.\n`iw`: Hebrew\n`ja`: Japanese.\n`jv`: Javanese.\n`jw`: Javanese.\n`ka`: Georgian.\n`kk`: Kazakh.\n`km`: Khmer.\n`kn`: Kannada.\n`ko`: Korean.\n`kri`: Krio.\n`ku`: Kurdish (Kurmanji).\n`ktu`: Kituba.\n`ky`: Kirghiz.\n`la`: Latin.\n`lb`: Luxembourgish.\n`lg`: Ganda (Luganda).\n`li`: Limburgish.\n`lij`: Ligurian.\n`lmo`: Lombard.\n`ln`: Lingala.\n`lo`: Lao.\n`lt`: Lithuanian.\n`ltg`: Latgalian.\n`luo`: Luo.\n`lus`: Mizo.\n`lv`: Latvian.\n`mai`: Maithili.\n`mak`: Makassar.\n`mg`: Malagasy.\n`mi`: Maori.\n`min`: Minangkabau.\n`mk`: Macedonian.\n`ml`: Malayalam.\n`mn`: Mongolian.\n`mr`: Marathi.\n`ms`: Malay.\n`mt`: Maltese.\n`my`: Burmese.\n`ne`: Nepali.\n`new`: Newar.\n`nl`: Dutch.\n`no`: Norwegian.\n`nr`: Ndebele (South).\n`nso`: Northern Sotho (Sepedi).\n`nus`: Nuer.\n`ny`: Chichewa (Nyanja).\n`oc`: Occitan.\n`om`: Oromo.\n`or`: Odia.\n`pa`: Punjabi.\n`pag`: Pangasinan.\n`pam`: Kapampangan.\n`pap`: Papiamento.\n`pl`: Polish.\n`ps`: Pashto.\n`pt`: Portuguese.\n`pt-BR`: Portuguese (Brazil).\n`pt-PT`: Portuguese (Portugal).\n`qu`: Quechuan.\n`ro`: Romanian.\n`rom`: Romani.\n`rn`: Rundi.\n`ru`: Russian.\n`rw`: Kinyarwanda.\n`sa`: Sanskrit.\n`scn`: Sicilian.\n`sd`: Sindhi.\n`sg`: Sango.\n`shn`: Shan.\n`si`: Sinhalese.\n`sk`: Slovak.\n`sl`: Slovene.\n`sm`: Samoan.\n`sn`: Shona.\n`so`: Somali.\n`sq`: Albanian.\n`sr`: Serbian.\n`ss`: Swati.\n`st`: Sesotho.\n`su`: Sundanese.\n`sv`: Swedish.\n`sw`: Swahili.\n`szl`: Silesian.\n`ta`: Tamil.\n`te`: Telugu.\n`tet`: Tetum.\n`tg`: Tajik.\n`th`: Thai.\n`ti`: Tigrinya.\n`tk`: Turkmen.\n`tl`: Filipino (Tagalog).\n`tn`: Tswana.\n`tr`: Turkish.\n`ts`: Tsonga.\n`tt`: Tatar.\n`ug`: Uyghur.\n`uk`: Ukrainian.\n`ur`: Urdu.\n`uz`: Uzbek.\n`vi`: Vietnamese.\n`xh`: Xhosa.\n`yi`: Yiddish.\n`yo`: Yoruba.\n`yua`: Yucatec Maya.\n`yue`: Cantonese.\n`zh`: Simplified Chinese.\n`zh-TW`: Chinese (Traditional).\n`zu`: Zulu.\n**Note**: Use `/` to separate multiple languages, such as `en/ja`, which indicates English and Japanese.",
9985
10718
  "example": "en",
9986
10719
  "member": "string",
9987
10720
  "name": "TranslateDstLanguage",
@@ -9990,7 +10723,7 @@
9990
10723
  },
9991
10724
  {
9992
10725
  "disabled": false,
9993
- "document": "Subtitle processing type:\n- 0: ASR recognition subtitle.\n- 1: pure subtitle translation.\n**Note**: The default processing type is ASR recognition subtitle if the field is unspecified.",
10726
+ "document": "Subtitle processing type.\n- 0: ASR recognition subtitle.\n- 1: pure subtitle translation.\n- 2: OCR recognition subtitle.\n**Note**: The default processing type is ASR recognition subtitle if the field is unspecified.",
9994
10727
  "example": "0",
9995
10728
  "member": "uint64",
9996
10729
  "name": "ProcessType",
@@ -10639,6 +11372,33 @@
10639
11372
  ],
10640
11373
  "type": "object"
10641
11374
  },
11375
+ "DeleteBlindWatermarkTemplateRequest": {
11376
+ "document": "DeleteBlindWatermarkTemplate request structure.",
11377
+ "members": [
11378
+ {
11379
+ "disabled": false,
11380
+ "document": "Unique identifier of the digital watermark template.",
11381
+ "example": "10",
11382
+ "member": "int64",
11383
+ "name": "Definition",
11384
+ "required": true,
11385
+ "type": "int"
11386
+ }
11387
+ ],
11388
+ "type": "object"
11389
+ },
11390
+ "DeleteBlindWatermarkTemplateResponse": {
11391
+ "document": "DeleteBlindWatermarkTemplate response structure.",
11392
+ "members": [
11393
+ {
11394
+ "document": "The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.",
11395
+ "member": "string",
11396
+ "name": "RequestId",
11397
+ "type": "string"
11398
+ }
11399
+ ],
11400
+ "type": "object"
11401
+ },
10642
11402
  "DeleteContentReviewTemplateRequest": {
10643
11403
  "document": "DeleteContentReviewTemplate request structure.",
10644
11404
  "members": [
@@ -10747,6 +11507,33 @@
10747
11507
  ],
10748
11508
  "type": "object"
10749
11509
  },
11510
+ "DeleteProcessImageTemplateRequest": {
11511
+ "document": "DeleteProcessImageTemplate request structure.",
11512
+ "members": [
11513
+ {
11514
+ "disabled": false,
11515
+ "document": "Unique identifier of the image processing template.",
11516
+ "example": "200043",
11517
+ "member": "int64",
11518
+ "name": "Definition",
11519
+ "required": false,
11520
+ "type": "int"
11521
+ }
11522
+ ],
11523
+ "type": "object"
11524
+ },
11525
+ "DeleteProcessImageTemplateResponse": {
11526
+ "document": "DeleteProcessImageTemplate response structure.",
11527
+ "members": [
11528
+ {
11529
+ "document": "The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.",
11530
+ "member": "string",
11531
+ "name": "RequestId",
11532
+ "type": "string"
11533
+ }
11534
+ ],
11535
+ "type": "object"
11536
+ },
10750
11537
  "DeleteQualityControlTemplateRequest": {
10751
11538
  "document": "DeleteQualityControlTemplate request structure.",
10752
11539
  "members": [
@@ -11022,8 +11809,8 @@
11022
11809
  "members": [
11023
11810
  {
11024
11811
  "disabled": false,
11025
- "document": "Unique ID filter of video content analysis templates. Array length limit: 10.",
11026
- "example": "[\"30\\r\\n\"]",
11812
+ "document": "Filter condition for the unique identifier of the video content analysis template. The array can contain up to 100 unique identifiers.",
11813
+ "example": "[30]",
11027
11814
  "member": "int64",
11028
11815
  "name": "Definitions",
11029
11816
  "required": false,
@@ -11050,7 +11837,7 @@
11050
11837
  {
11051
11838
  "disabled": false,
11052
11839
  "document": "The filter for querying templates. If this parameter is left empty, both preset and custom templates are returned. Valid values:\n* Preset\n* Custom",
11053
- "example": "\"\"",
11840
+ "example": "Preset",
11054
11841
  "member": "string",
11055
11842
  "name": "Type",
11056
11843
  "required": false,
@@ -11059,7 +11846,7 @@
11059
11846
  {
11060
11847
  "disabled": false,
11061
11848
  "document": "Filter condition for video analysis template identifiers, with a length limit of 64 characters.",
11062
- "example": "“”",
11849
+ "example": "内容分析模板",
11063
11850
  "member": "string",
11064
11851
  "name": "Name",
11065
11852
  "required": false,
@@ -11105,8 +11892,8 @@
11105
11892
  "members": [
11106
11893
  {
11107
11894
  "disabled": false,
11108
- "document": "Unique ID filter of video content recognition templates. Array length limit: 10.",
11109
- "example": "[\"30\\r\\n\"]",
11895
+ "document": "Filter condition for the unique identifier of the video content recognition template. The array can contain up to 100 unique identifiers.",
11896
+ "example": "[30]",
11110
11897
  "member": "int64",
11111
11898
  "name": "Definitions",
11112
11899
  "required": false,
@@ -11133,7 +11920,7 @@
11133
11920
  {
11134
11921
  "disabled": false,
11135
11922
  "document": "The filter for querying templates. If this parameter is left empty, both preset and custom templates are returned. Valid values:\n* Preset\n* Custom",
11136
- "example": "“”",
11923
+ "example": "Preset",
11137
11924
  "member": "string",
11138
11925
  "name": "Type",
11139
11926
  "required": false,
@@ -11142,7 +11929,7 @@
11142
11929
  {
11143
11930
  "disabled": false,
11144
11931
  "document": "Filter condition for video recognition template identifiers, with a length limit of 64 characters.",
11145
- "example": "“”",
11932
+ "example": "Presetting Template",
11146
11933
  "member": "string",
11147
11934
  "name": "Name",
11148
11935
  "required": false,
@@ -11248,24 +12035,148 @@
11248
12035
  "members": [
11249
12036
  {
11250
12037
  "disabled": false,
11251
- "document": "Number of eligible entries.",
11252
- "example": "1",
11253
- "member": "uint64",
11254
- "name": "TotalCount",
11255
- "output_required": true,
11256
- "type": "int",
12038
+ "document": "Number of eligible entries.",
12039
+ "example": "1",
12040
+ "member": "uint64",
12041
+ "name": "TotalCount",
12042
+ "output_required": true,
12043
+ "type": "int",
12044
+ "value_allowed_null": false
12045
+ },
12046
+ {
12047
+ "disabled": false,
12048
+ "document": "List of adaptive bitrate streaming template details.",
12049
+ "example": "无",
12050
+ "member": "AdaptiveDynamicStreamingTemplate",
12051
+ "name": "AdaptiveDynamicStreamingTemplateSet",
12052
+ "output_required": true,
12053
+ "type": "list",
12054
+ "value_allowed_null": false
12055
+ },
12056
+ {
12057
+ "document": "The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.",
12058
+ "member": "string",
12059
+ "name": "RequestId",
12060
+ "type": "string"
12061
+ }
12062
+ ],
12063
+ "type": "object"
12064
+ },
12065
+ "DescribeAigcImageTaskRequest": {
12066
+ "document": "DescribeAigcImageTask request structure.",
12067
+ "members": [
12068
+ {
12069
+ "disabled": false,
12070
+ "document": "AIGC image task processing task ID.",
12071
+ "example": "4-AigcImage-c3b145ec76****94ac55b9e63be17d",
12072
+ "member": "string",
12073
+ "name": "TaskId",
12074
+ "required": true,
12075
+ "type": "string"
12076
+ }
12077
+ ],
12078
+ "type": "object"
12079
+ },
12080
+ "DescribeAigcImageTaskResponse": {
12081
+ "document": "DescribeAigcImageTask response structure.",
12082
+ "members": [
12083
+ {
12084
+ "disabled": false,
12085
+ "document": "Current task status:\nWAIT: Pending,\nRUN: In progress,\nFAIL: Task failed,\nDONE: Task completed successfully.\n",
12086
+ "example": "DONE",
12087
+ "member": "string",
12088
+ "name": "Status",
12089
+ "output_required": false,
12090
+ "type": "string",
12091
+ "value_allowed_null": false
12092
+ },
12093
+ {
12094
+ "disabled": false,
12095
+ "document": "When the task status is DONE, the returned image URL list will be available for 12 hours. Please retrieve and utilize the images promptly.",
12096
+ "example": "[\"https://live-aigc-****.cos.ap-guangzhou.myqcloud.com/4_7113610711****.png\"]",
12097
+ "member": "string",
12098
+ "name": "ImageUrls",
12099
+ "output_required": false,
12100
+ "type": "list",
12101
+ "value_allowed_null": false
12102
+ },
12103
+ {
12104
+ "disabled": false,
12105
+ "document": "When the task status is FAIL, the failure information is returned.",
12106
+ "example": "fail",
12107
+ "member": "string",
12108
+ "name": "Message",
12109
+ "output_required": false,
12110
+ "type": "string",
12111
+ "value_allowed_null": false
12112
+ },
12113
+ {
12114
+ "document": "The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.",
12115
+ "member": "string",
12116
+ "name": "RequestId",
12117
+ "type": "string"
12118
+ }
12119
+ ],
12120
+ "type": "object"
12121
+ },
12122
+ "DescribeAigcVideoTaskRequest": {
12123
+ "document": "DescribeAigcVideoTask request structure.",
12124
+ "members": [
12125
+ {
12126
+ "disabled": false,
12127
+ "document": "AIGC video task processing task ID.",
12128
+ "example": "4-AigcVideo-c3b145******4ac55b699e63be17d",
12129
+ "member": "string",
12130
+ "name": "TaskId",
12131
+ "required": true,
12132
+ "type": "string"
12133
+ }
12134
+ ],
12135
+ "type": "object"
12136
+ },
12137
+ "DescribeAigcVideoTaskResponse": {
12138
+ "document": "DescribeAigcVideoTask response structure.",
12139
+ "members": [
12140
+ {
12141
+ "disabled": false,
12142
+ "document": "Current task status:\nWAIT: Pending,\nRUN: In progress,\nFAIL: Task failed,\nDONE: Task completed successfully.",
12143
+ "example": "DONE",
12144
+ "member": "string",
12145
+ "name": "Status",
12146
+ "output_required": false,
12147
+ "type": "string",
11257
12148
  "value_allowed_null": false
11258
12149
  },
11259
12150
  {
11260
12151
  "disabled": false,
11261
- "document": "List of adaptive bitrate streaming template details.",
11262
- "example": "",
11263
- "member": "AdaptiveDynamicStreamingTemplate",
11264
- "name": "AdaptiveDynamicStreamingTemplateSet",
11265
- "output_required": true,
12152
+ "document": "When the task status is DONE, the returned video URL list will be available for 12 hours. Please retrieve and utilize the video promptly.",
12153
+ "example": "[\"https://live-xxx-video-*****.cos.ap-guangzhou.myqcloud.com/251006278_2147483790_711361074106890375.mp4\"]",
12154
+ "member": "string",
12155
+ "name": "VideoUrls",
12156
+ "output_required": false,
11266
12157
  "type": "list",
11267
12158
  "value_allowed_null": false
11268
12159
  },
12160
+ {
12161
+ "disabled": false,
12162
+ "document": "The resolution of the output video. Example: 1080*720.",
12163
+ "example": "1920x1088",
12164
+ "member": "string",
12165
+ "name": "Resolution",
12166
+ "output_required": false,
12167
+ "type": "string",
12168
+ "value_allowed_null": false
12169
+ },
12170
+ {
12171
+ "disabled": false,
12172
+ "document": "When the task status is FAIL, the failure information is returned.",
12173
+ "example": "ok",
12174
+ "member": "string",
12175
+ "name": "Message",
12176
+ "output_required": false,
12177
+ "type": "string",
12178
+ "value_allowed_null": false
12179
+ },
11269
12180
  {
11270
12181
  "document": "The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.",
11271
12182
  "member": "string",
@@ -11818,6 +12729,89 @@
11818
12729
  ],
11819
12730
  "type": "object"
11820
12731
  },
12732
+ "DescribeBlindWatermarkTemplatesRequest": {
12733
+ "document": "DescribeBlindWatermarkTemplates request structure.",
12734
+ "members": [
12735
+ {
12736
+ "disabled": false,
12737
+ "document": "Filtering condition for the unique identifier of the digital watermark template. The array length cannot exceed 100.",
12738
+ "example": "[10,20,30]",
12739
+ "member": "int64",
12740
+ "name": "Definitions",
12741
+ "required": false,
12742
+ "type": "list"
12743
+ },
12744
+ {
12745
+ "disabled": false,
12746
+ "document": "Filtering condition for the unique identifier of the digital watermark template. The length cannot exceed 64 characters.",
12747
+ "example": "数字水印模板1",
12748
+ "member": "string",
12749
+ "name": "Name",
12750
+ "required": false,
12751
+ "type": "string"
12752
+ },
12753
+ {
12754
+ "disabled": false,
12755
+ "document": "Digital watermark type. Valid values: <li>blind-basic: basic copyright digital watermark;</li> <li>blind-nagra: NAGRA forensics watermark.</li>",
12756
+ "example": "blind-basic",
12757
+ "member": "string",
12758
+ "name": "Type",
12759
+ "required": false,
12760
+ "type": "string"
12761
+ },
12762
+ {
12763
+ "disabled": false,
12764
+ "document": "Pagination offset. The default value is 0.",
12765
+ "example": "0",
12766
+ "member": "uint64",
12767
+ "name": "Offset",
12768
+ "required": false,
12769
+ "type": "int"
12770
+ },
12771
+ {
12772
+ "disabled": false,
12773
+ "document": "Number of returned records.\n<li>Default value: 10.</li>\n<li>Maximum value: 100.</li>",
12774
+ "example": "10",
12775
+ "member": "uint64",
12776
+ "name": "Limit",
12777
+ "required": false,
12778
+ "type": "int"
12779
+ }
12780
+ ],
12781
+ "type": "object"
12782
+ },
12783
+ "DescribeBlindWatermarkTemplatesResponse": {
12784
+ "document": "DescribeBlindWatermarkTemplates response structure.",
12785
+ "members": [
12786
+ {
12787
+ "disabled": false,
12788
+ "document": "Total number of records that meet the filtering conditions.",
12789
+ "example": "10",
12790
+ "member": "uint64",
12791
+ "name": "TotalCount",
12792
+ "output_required": true,
12793
+ "type": "int",
12794
+ "value_allowed_null": false
12795
+ },
12796
+ {
12797
+ "disabled": false,
12798
+ "document": "List of digital watermark template details.",
12799
+ "example": "无",
12800
+ "member": "BlindWatermarkTemplate",
12801
+ "name": "BlindWatermarkTemplateSet",
12802
+ "output_required": true,
12803
+ "type": "list",
12804
+ "value_allowed_null": false
12805
+ },
12806
+ {
12807
+ "document": "The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.",
12808
+ "member": "string",
12809
+ "name": "RequestId",
12810
+ "type": "string"
12811
+ }
12812
+ ],
12813
+ "type": "object"
12814
+ },
11821
12815
  "DescribeContentReviewTemplatesRequest": {
11822
12816
  "document": "DescribeContentReviewTemplates request structure.",
11823
12817
  "members": [
@@ -12034,7 +13028,7 @@
12034
13028
  },
12035
13029
  {
12036
13030
  "disabled": false,
12037
- "document": "Error code. A null string indicates that the task is successful, while other values indicate that the task has failed. For valid values, see the list of [MPS error codes](https://www.tencentcloud.comom/document/product/862/50369?from_cn_redirect=1#.E8.A7.86.E9.A2.91.E5.A4.84.E7.90.86.E7.B1.BB.E9.94.99.E8.AF.AF.E7.A0.81).",
13031
+ "document": "Error code. A null string indicates that the task is successful, while other values indicate that the task has failed. For valid values, see the list of [MPS error codes](https://www.tencentcloud.com/document/product/862/50369?from_cn_redirect=1#.E8.A7.86.E9.A2.91.E5.A4.84.E7.90.86.E7.B1.BB.E9.94.99.E8.AF.AF.E7.A0.81).",
12038
13032
  "example": "InvalidParameterValue.FaceNotFound",
12039
13033
  "member": "string",
12040
13034
  "name": "ErrMsg",
@@ -12303,6 +13297,107 @@
12303
13297
  ],
12304
13298
  "type": "object"
12305
13299
  },
13300
+ "DescribeProcessImageTemplatesRequest": {
13301
+ "document": "DescribeProcessImageTemplates request structure.",
13302
+ "members": [
13303
+ {
13304
+ "disabled": false,
13305
+ "document": "Filtering condition for the unique identifier of the image processing template. The array length cannot exceed 100.",
13306
+ "example": "[1001]",
13307
+ "member": "int64",
13308
+ "name": "Definitions",
13309
+ "required": false,
13310
+ "type": "list"
13311
+ },
13312
+ {
13313
+ "disabled": false,
13314
+ "document": "Pagination offset. The default value is 0.",
13315
+ "example": "0",
13316
+ "member": "uint64",
13317
+ "name": "Offset",
13318
+ "required": false,
13319
+ "type": "int"
13320
+ },
13321
+ {
13322
+ "disabled": false,
13323
+ "document": "Number of returned entries. The default value is 10, and the maximum value is 100.",
13324
+ "example": "10",
13325
+ "member": "uint64",
13326
+ "name": "Limit",
13327
+ "required": false,
13328
+ "type": "int"
13329
+ },
13330
+ {
13331
+ "disabled": false,
13332
+ "document": "Filtering condition for the identifier of the image processing template.",
13333
+ "example": "图片处理模板1",
13334
+ "member": "string",
13335
+ "name": "Name",
13336
+ "required": false,
13337
+ "type": "string"
13338
+ },
13339
+ {
13340
+ "disabled": false,
13341
+ "document": "Sorting method. It is valid after OrderBy is set. Valid values: 0: ascending; 1: descending. The default value is 0.",
13342
+ "example": "0",
13343
+ "member": "int64",
13344
+ "name": "OrderType",
13345
+ "required": false,
13346
+ "type": "int"
13347
+ },
13348
+ {
13349
+ "disabled": false,
13350
+ "document": "Sorting field. Valid values:\nDefinition: unique identifier of the template.\nDefault value: creation time.",
13351
+ "example": "Definition",
13352
+ "member": "string",
13353
+ "name": "OrderBy",
13354
+ "required": false,
13355
+ "type": "string"
13356
+ },
13357
+ {
13358
+ "disabled": false,
13359
+ "document": "Filtering condition for the template type. Valid values: <li>Preset: system preset template;</li> <li>Custom: user-defined template.</li>",
13360
+ "example": "Preset",
13361
+ "member": "string",
13362
+ "name": "Type",
13363
+ "required": false,
13364
+ "type": "string"
13365
+ }
13366
+ ],
13367
+ "type": "object"
13368
+ },
13369
+ "DescribeProcessImageTemplatesResponse": {
13370
+ "document": "DescribeProcessImageTemplates response structure.",
13371
+ "members": [
13372
+ {
13373
+ "disabled": false,
13374
+ "document": "Total number of records that meet the filtering conditions.",
13375
+ "example": "10",
13376
+ "member": "uint64",
13377
+ "name": "TotalCount",
13378
+ "output_required": true,
13379
+ "type": "int",
13380
+ "value_allowed_null": false
13381
+ },
13382
+ {
13383
+ "disabled": false,
13384
+ "document": "List of image processing template details.",
13385
+ "example": "无",
13386
+ "member": "ProcessImageTemplate",
13387
+ "name": "ProcessImageTemplateSet",
13388
+ "output_required": false,
13389
+ "type": "list",
13390
+ "value_allowed_null": false
13391
+ },
13392
+ {
13393
+ "document": "The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.",
13394
+ "member": "string",
13395
+ "name": "RequestId",
13396
+ "type": "string"
13397
+ }
13398
+ ],
13399
+ "type": "object"
13400
+ },
12306
13401
  "DescribeQualityControlTemplatesRequest": {
12307
13402
  "document": "DescribeQualityControlTemplates request structure.",
12308
13403
  "members": [
@@ -12591,6 +13686,15 @@
12591
13686
  "required": false,
12592
13687
  "type": "string"
12593
13688
  },
13689
+ {
13690
+ "disabled": false,
13691
+ "document": "Erasing type filtering conditions for the smart erasing template.\n- subtitle: subtitle removal.\n- watermark: watermark removal.\n- privacy: privacy protection.",
13692
+ "example": "擦除模板类型",
13693
+ "member": "string",
13694
+ "name": "EraseType",
13695
+ "required": false,
13696
+ "type": "string"
13697
+ },
12594
13698
  {
12595
13699
  "disabled": false,
12596
13700
  "document": "Filtering condition for the smart erasing template name. Length limit: 64 characters.",
@@ -13259,25 +14363,89 @@
13259
14363
  ],
13260
14364
  "type": "object"
13261
14365
  },
13262
- "DescribeTranscodeTemplatesResponse": {
13263
- "document": "DescribeTranscodeTemplates response structure.",
14366
+ "DescribeTranscodeTemplatesResponse": {
14367
+ "document": "DescribeTranscodeTemplates response structure.",
14368
+ "members": [
14369
+ {
14370
+ "disabled": false,
14371
+ "document": "Number of eligible entries.",
14372
+ "example": "1",
14373
+ "member": "uint64",
14374
+ "name": "TotalCount",
14375
+ "output_required": true,
14376
+ "type": "int",
14377
+ "value_allowed_null": false
14378
+ },
14379
+ {
14380
+ "disabled": false,
14381
+ "document": "List of transcoding template details.",
14382
+ "example": "无",
14383
+ "member": "TranscodeTemplate",
14384
+ "name": "TranscodeTemplateSet",
14385
+ "output_required": true,
14386
+ "type": "list",
14387
+ "value_allowed_null": false
14388
+ },
14389
+ {
14390
+ "document": "The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.",
14391
+ "member": "string",
14392
+ "name": "RequestId",
14393
+ "type": "string"
14394
+ }
14395
+ ],
14396
+ "type": "object"
14397
+ },
14398
+ "DescribeUsageDataRequest": {
14399
+ "document": "DescribeUsageData request structure.",
14400
+ "members": [
14401
+ {
14402
+ "disabled": false,
14403
+ "document": "Start date. Use the [ISO date and time format](https://www.tencentcloud.com/document/product/266/11732?from_cn_redirect=1#iso-.E6.97.A5.E6.9C.9F.E6.A0.BC.E5.BC.8F).",
14404
+ "example": "2019-07-02T00:00:00+08:00",
14405
+ "member": "string",
14406
+ "name": "StartTime",
14407
+ "required": true,
14408
+ "type": "string"
14409
+ },
14410
+ {
14411
+ "disabled": false,
14412
+ "document": "End date, which should be greater than or equal to the start date. Use the [ISO date and time format](https://www.tencentcloud.com/document/product/266/11732?from_cn_redirect=1#iso-.E6.97.A5.E6.9C.9F.E6.A0.BC.E5.BC.8F).",
14413
+ "example": "2019-07-03T00:00:00+08:00",
14414
+ "member": "string",
14415
+ "name": "EndTime",
14416
+ "required": true,
14417
+ "type": "string"
14418
+ },
14419
+ {
14420
+ "disabled": false,
14421
+ "document": "Queries the MPS task type. The transcoding task is queried by default.\n<li>Transcode: transcoding.</li>\n<li>Enhance: enhancement.</li>\n<li>AIAnalysis: intelligent analysis.</li>\n<li>AIRecognition: intelligent recognition.</li>\n<li>AIReview: content moderation.</li>\n<li>Snapshot: screenshot.</li>\n<li>AnimatedGraphics: conversion to GIF.</li>\n<li>AiQualityControl: media quality inspection.</li>\n<li>Evaluation: video assessment.</li>\n<li>ImageProcess: image processing.</li>\n<li>AddBlindWatermark: add a basic copyright digital watermark.</li>\n<li>AddNagraWatermark: add a NAGRA digital watermark.</li>\n<li>ExtractBlindWatermark: extract a basic copyright digital watermark.</li>",
14422
+ "example": "[\"Transcode\"]",
14423
+ "member": "string",
14424
+ "name": "Types",
14425
+ "required": false,
14426
+ "type": "list"
14427
+ },
14428
+ {
14429
+ "disabled": false,
14430
+ "document": "MPS park. ap-guangzhou park is returned by default.\n<li>ap-guangzhou: Guangzhou.</li>\n<li>ap-hongkong: Hong Kong (China).</li>\n<li>ap-taipei: Taipei (China).</li>\n<li>ap-singapore: Singapore.</li>\n<li>ap-mumbai: India.</li>\n<li>ap-jakarta: Jakarta.</li>\n<li>ap-seoul: Seoul.</li>\n<li>ap-bangkok: Thailand.</li>\n<li>ap-tokyo: Japan.</li>\n<li>na-siliconvalley: Silicon Valley.</li>\n<li>na-ashburn: Virginia.</li>\n<li>na-toronto: Toronto.</li>\n<li>sa-saopaulo: São Paulo.</li>\n<li>eu-frankfurt: Frankfurt.</li>\n<li>eu-moscow: Russia.</li>\n<li>aws: AWS.</li>",
14431
+ "example": "[\"ap-guangzhou\"]",
14432
+ "member": "string",
14433
+ "name": "ProcessRegions",
14434
+ "required": false,
14435
+ "type": "list"
14436
+ }
14437
+ ],
14438
+ "type": "object"
14439
+ },
14440
+ "DescribeUsageDataResponse": {
14441
+ "document": "DescribeUsageData response structure.",
13264
14442
  "members": [
13265
14443
  {
13266
14444
  "disabled": false,
13267
- "document": "Number of eligible entries.",
13268
- "example": "1",
13269
- "member": "uint64",
13270
- "name": "TotalCount",
13271
- "output_required": true,
13272
- "type": "int",
13273
- "value_allowed_null": false
13274
- },
13275
- {
13276
- "disabled": false,
13277
- "document": "List of transcoding template details.",
14445
+ "document": "MPS statistical data overview, which displays an overview and detailed data of the queried task.",
13278
14446
  "example": "无",
13279
- "member": "TranscodeTemplate",
13280
- "name": "TranscodeTemplateSet",
14447
+ "member": "TaskStatData",
14448
+ "name": "Data",
13281
14449
  "output_required": true,
13282
14450
  "type": "list",
13283
14451
  "value_allowed_null": false
@@ -14274,6 +15442,79 @@
14274
15442
  ],
14275
15443
  "type": "object"
14276
15444
  },
15445
+ "ExtractBlindWatermarkRequest": {
15446
+ "document": "ExtractBlindWatermark request structure.",
15447
+ "members": [
15448
+ {
15449
+ "disabled": false,
15450
+ "document": "Digital watermark type. Valid values: <li>blind-basic: basic copyright digital watermark;</li> <li>blind-abseq: ab sequence copyright digital watermark.</li>",
15451
+ "example": "blind-basic",
15452
+ "member": "string",
15453
+ "name": "Type",
15454
+ "required": true,
15455
+ "type": "string"
15456
+ },
15457
+ {
15458
+ "disabled": false,
15459
+ "document": "File input information for the Media Processing Service (MPS) task.",
15460
+ "example": "无",
15461
+ "member": "MediaInputInfo",
15462
+ "name": "InputInfo",
15463
+ "required": true,
15464
+ "type": "object"
15465
+ },
15466
+ {
15467
+ "disabled": false,
15468
+ "document": "Event notification information of the task. If it is left unspecified, it indicates that no event notification is obtained.",
15469
+ "example": "无",
15470
+ "member": "TaskNotifyConfig",
15471
+ "name": "TaskNotifyConfig",
15472
+ "required": false,
15473
+ "type": "object"
15474
+ },
15475
+ {
15476
+ "disabled": false,
15477
+ "document": "Configuration of the digital watermark extraction task.",
15478
+ "example": "无",
15479
+ "member": "ExtractBlindWatermarkTaskConfig",
15480
+ "name": "ExtractBlindWatermarkConfig",
15481
+ "required": false,
15482
+ "type": "object"
15483
+ },
15484
+ {
15485
+ "disabled": false,
15486
+ "document": "Resource ID. Ensure that the corresponding resource is enabled. The default value is the primary resource ID of the account.",
15487
+ "example": "vts-240000xx-0",
15488
+ "member": "string",
15489
+ "name": "ResourceId",
15490
+ "required": false,
15491
+ "type": "string"
15492
+ }
15493
+ ],
15494
+ "type": "object"
15495
+ },
15496
+ "ExtractBlindWatermarkResponse": {
15497
+ "document": "ExtractBlindWatermark response structure.",
15498
+ "members": [
15499
+ {
15500
+ "disabled": false,
15501
+ "document": "Task ID.",
15502
+ "example": "125xxx65-ExtractBlindWatermark-bffb15f07530b57bc1aabb01fac74bca",
15503
+ "member": "string",
15504
+ "name": "TaskId",
15505
+ "output_required": true,
15506
+ "type": "string",
15507
+ "value_allowed_null": false
15508
+ },
15509
+ {
15510
+ "document": "The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.",
15511
+ "member": "string",
15512
+ "name": "RequestId",
15513
+ "type": "string"
15514
+ }
15515
+ ],
15516
+ "type": "object"
15517
+ },
14277
15518
  "ExtractBlindWatermarkTask": {
14278
15519
  "document": "Extract video digital watermark task information.",
14279
15520
  "members": [
@@ -14823,7 +16064,7 @@
14823
16064
  },
14824
16065
  {
14825
16066
  "disabled": false,
14826
- "document": "Coordinates (pixel-level) of the box selection area in the image. Format: [x1, y1, x2, y2], which indicates the coordinates of the top left corner and the bottom right corner.\nFor example, [101, 85, 111, 95].\nNote: This field may return null, indicating that no valid value can be obtained.",
16067
+ "document": "Coordinates (pixel-level) of the box selection area in the image, in the format of [x1, y1, x2, y2]. It indicates the coordinates of the top left corner and the bottom right corner. Note: The maximum value of this field is 4096.\nFor example, [101, 85, 111, 95].\nNote: This field may return null, indicating that no valid values can be obtained.",
14827
16068
  "example": "[101, 85, 111, 95]",
14828
16069
  "member": "int64",
14829
16070
  "name": "AreaCoordSet",
@@ -14834,7 +16075,7 @@
14834
16075
  },
14835
16076
  {
14836
16077
  "disabled": false,
14837
- "document": "Coordinates of the box selection area in the image. Format: [x1, y1, x2, y2], which indicates the coordinates of the top left corner and the bottom right corner. This parameter takes effect when AreaCoordSet is not specified.\n - [0.1, 0.1, 0.3, 0.3]: Indicates the ratio (values are less than 1).\n -[50, 50, 350, 280]: Indicates the pixel (values are greater than or equal to 1).\nNote: This field may return null, indicating that no valid value can be obtained.",
16078
+ "document": "Coordinates of the box selection area in the image, in the format of [x1, y1, x2, y2]. It indicates the coordinates of the top left corner and the bottom right corner. This field takes effect when AreaCoordSet is not specified. When it indicates the pixel, the maximum value of this field is 4096.\n- [0.1, 0.1, 0.3, 0.3]: indicates the ratio (values are less than 1).\n- [50, 50, 350, 280]: indicates the pixel (values are greater than or equal to 1).\nNote: This field may return null, indicating that no valid values can be obtained.",
14838
16079
  "example": "[0.1, 0.1, 0.2, 0.2]",
14839
16080
  "member": "float",
14840
16081
  "name": "BoundingBox",
@@ -14842,6 +16083,17 @@
14842
16083
  "required": false,
14843
16084
  "type": "list",
14844
16085
  "value_allowed_null": true
16086
+ },
16087
+ {
16088
+ "disabled": false,
16089
+ "document": "BoundingBox field unit. When the value is set to 0, select the unit automatically according to the field rule. When it is set to 1, the unit is ratio. When it is set to 2, the unit is pixel.",
16090
+ "example": "0",
16091
+ "member": "uint64",
16092
+ "name": "BoundingBoxUnitType",
16093
+ "output_required": false,
16094
+ "required": false,
16095
+ "type": "int",
16096
+ "value_allowed_null": false
14845
16097
  }
14846
16098
  ],
14847
16099
  "usage": "both"
@@ -15082,7 +16334,7 @@
15082
16334
  },
15083
16335
  {
15084
16336
  "disabled": false,
15085
- "document": "Error code. A null string indicates that the task is successful, while other values indicate that the task has failed. For valid values, see the list of [MPS error codes](https://www.tencentcloud.comom/document/product/862/50369?from_cn_redirect=1#.E8.A7.86.E9.A2.91.E5.A4.84.E7.90.86.E7.B1.BB.E9.94.99.E8.AF.AF.E7.A0.81).",
16337
+ "document": "Error code. A null string indicates that the task is successful, while other values indicate that the task has failed. For valid values, see the list of [MPS error codes](https://www.tencentcloud.com/document/product/862/50369?from_cn_redirect=1#.E8.A7.86.E9.A2.91.E5.A4.84.E7.90.86.E7.B1.BB.E9.94.99.E8.AF.AF.E7.A0.81).",
15086
16338
  "example": "InvalidParameterValue.FaceNotFound",
15087
16339
  "member": "string",
15088
16340
  "name": "ErrMsg",
@@ -15589,6 +16841,98 @@
15589
16841
  ],
15590
16842
  "usage": "out"
15591
16843
  },
16844
+ "LiveAiAnalysisDescriptionItem": {
16845
+ "document": "Information about the live streaming summary result.",
16846
+ "members": [
16847
+ {
16848
+ "disabled": false,
16849
+ "document": "Segmentation result.\nNote: This field may return null, indicating that no valid values can be obtained.",
16850
+ "example": "无",
16851
+ "member": "LiveAiParagraphInfo",
16852
+ "name": "Paragraphs",
16853
+ "output_required": false,
16854
+ "type": "list",
16855
+ "value_allowed_null": true
16856
+ }
16857
+ ],
16858
+ "usage": "out"
16859
+ },
16860
+ "LiveAiParagraphInfo": {
16861
+ "document": "Segment information.",
16862
+ "members": [
16863
+ {
16864
+ "disabled": false,
16865
+ "document": "Segment summary.",
16866
+ "example": "summary",
16867
+ "member": "string",
16868
+ "name": "Summary",
16869
+ "output_required": false,
16870
+ "type": "string",
16871
+ "value_allowed_null": false
16872
+ },
16873
+ {
16874
+ "disabled": false,
16875
+ "document": "Segment title.",
16876
+ "example": "title",
16877
+ "member": "string",
16878
+ "name": "Title",
16879
+ "output_required": false,
16880
+ "type": "string",
16881
+ "value_allowed_null": false
16882
+ },
16883
+ {
16884
+ "disabled": false,
16885
+ "document": "Segment keyword.",
16886
+ "example": "[\"words1\",\"words2\"]",
16887
+ "member": "string",
16888
+ "name": "Keywords",
16889
+ "output_required": false,
16890
+ "type": "list",
16891
+ "value_allowed_null": false
16892
+ },
16893
+ {
16894
+ "disabled": false,
16895
+ "document": "Starting time point of the segment, in seconds.",
16896
+ "example": "10.05",
16897
+ "member": "float",
16898
+ "name": "StartTimeOffset",
16899
+ "output_required": false,
16900
+ "type": "float",
16901
+ "value_allowed_null": false
16902
+ },
16903
+ {
16904
+ "disabled": false,
16905
+ "document": "End time point of the segment, in seconds.",
16906
+ "example": "20.05",
16907
+ "member": "float",
16908
+ "name": "EndTimeOffset",
16909
+ "output_required": false,
16910
+ "type": "float",
16911
+ "value_allowed_null": false
16912
+ },
16913
+ {
16914
+ "disabled": false,
16915
+ "document": "Starting time point of the live streaming segment in ISO date and time format.\t",
16916
+ "example": "2025-11-06T15:54:21+08:00",
16917
+ "member": "string",
16918
+ "name": "BeginTime",
16919
+ "output_required": false,
16920
+ "type": "string",
16921
+ "value_allowed_null": false
16922
+ },
16923
+ {
16924
+ "disabled": false,
16925
+ "document": "End time point of the live streaming segment in ISO date and time format.\t",
16926
+ "example": "2025-11-06T16:54:21+08:00",
16927
+ "member": "string",
16928
+ "name": "EndTime",
16929
+ "output_required": false,
16930
+ "type": "string",
16931
+ "value_allowed_null": false
16932
+ }
16933
+ ],
16934
+ "usage": "out"
16935
+ },
15592
16936
  "LiveRecordFile": {
15593
16937
  "document": "The information of a live recording file.",
15594
16938
  "members": [
@@ -15963,11 +17307,11 @@
15963
17307
  "members": [
15964
17308
  {
15965
17309
  "disabled": false,
15966
- "document": "",
17310
+ "document": "Live streaming analysis subtask result. Valid values:\n<li>Live streaming video splitting.</li>\n<li>Live streaming highlight.</li>\n<li>Live streaming summary.</li>\nNote: This field may return null, indicating that no valid values can be obtained.",
15967
17311
  "example": "无",
15968
17312
  "member": "LiveStreamAiAnalysisResultItem",
15969
17313
  "name": "ResultSet",
15970
- "required": false,
17314
+ "output_required": true,
15971
17315
  "type": "list",
15972
17316
  "value_allowed_null": true
15973
17317
  }
@@ -15979,7 +17323,7 @@
15979
17323
  "members": [
15980
17324
  {
15981
17325
  "disabled": false,
15982
- "document": "Result type. Valid values:\n<li>SegmentRecognition: video splitting.</li>\n<li>Highlight: highlight.</li>",
17326
+ "document": "Result type. Valid values:\n<li>SegmentRecognition: video splitting.</li>\n<li>Highlight: highlight.</li>\n<li>Description: summary.</li>",
15983
17327
  "example": "SegmentRecognition",
15984
17328
  "member": "string",
15985
17329
  "name": "Type",
@@ -16006,6 +17350,16 @@
16006
17350
  "output_required": true,
16007
17351
  "type": "list",
16008
17352
  "value_allowed_null": true
17353
+ },
17354
+ {
17355
+ "disabled": false,
17356
+ "document": "Summary result. It is valid when Type is Description.",
17357
+ "example": "无",
17358
+ "member": "LiveAiAnalysisDescriptionItem",
17359
+ "name": "DescriptionResult",
17360
+ "output_required": false,
17361
+ "type": "object",
17362
+ "value_allowed_null": false
16009
17363
  }
16010
17364
  ],
16011
17365
  "usage": "out"
@@ -17089,7 +18443,7 @@
17089
18443
  "members": [
17090
18444
  {
17091
18445
  "disabled": false,
17092
- "document": "Notification Type:\nTDMQ-CMQ: TDMQ for CMQ.\n\"URL\": When a URL is specified, HTTP callbacks are pushed to the address specified by NotifyUrl. The callback protocol is HTTP+JSON. The content of the packet body is the same as the output parameters of [ParseLiveStreamProcessNotification](https://www.tencentcloud.comom/document/product/862/39229?from_cn_redirect=1).\n\n<font color=\"red\">Note: If it is left blank, TDMQ-CMQ is used by default. To use other types, fill in the corresponding type value.</font>",
18446
+ "document": "Notification type:\nTDMQ-CMQ: message queue.\n\"URL\": When a URL is specified, HTTP callbacks are pushed to the address specified by NotifyUrl. The callback protocol is HTTP+JSON. The content of the packet body is the same as the output parameters of [ParseLiveStreamProcessNotification](https://www.tencentcloud.com/document/product/862/39229?from_cn_redirect=1).\n<Font color=\"red\"> Note: if it is unspecified or left blank, no callback will be sent. To send a callback, fill in the corresponding type value. </font>",
17093
18447
  "example": "URL",
17094
18448
  "member": "string",
17095
18449
  "name": "NotifyType",
@@ -17412,7 +18766,7 @@
17412
18766
  {
17413
18767
  "disabled": false,
17414
18768
  "document": "Confidence of the intelligent description, with a value range from 0 to 100.",
17415
- "example": "90",
18769
+ "example": "90.0",
17416
18770
  "member": "float",
17417
18771
  "name": "Confidence",
17418
18772
  "output_required": true,
@@ -17452,12 +18806,42 @@
17452
18806
  {
17453
18807
  "disabled": false,
17454
18808
  "document": "Address of the mind map of a summary task.\nNote: This field may return null, indicating that no valid value can be obtained.",
17455
- "example": "https://xxxx.cos.myqcloud.com",
18809
+ "example": "https://xxxx.cos.myqcloud.com/mindoutput/mindmap_4114033726.png",
17456
18810
  "member": "string",
17457
18811
  "name": "MindMapUrl",
17458
18812
  "output_required": false,
17459
18813
  "type": "string",
17460
18814
  "value_allowed_null": true
18815
+ },
18816
+ {
18817
+ "disabled": false,
18818
+ "document": "Path of the mind map of a summary task.",
18819
+ "example": "/mindoutput/mindmap_4114033726.png",
18820
+ "member": "string",
18821
+ "name": "MindMapPath",
18822
+ "output_required": false,
18823
+ "type": "string",
18824
+ "value_allowed_null": false
18825
+ },
18826
+ {
18827
+ "disabled": false,
18828
+ "document": "Subtitle file path of the video.",
18829
+ "example": "/subtitleoutput/subtitle_149957943.vtt",
18830
+ "member": "string",
18831
+ "name": "SubtitlePath",
18832
+ "output_required": false,
18833
+ "type": "string",
18834
+ "value_allowed_null": false
18835
+ },
18836
+ {
18837
+ "disabled": false,
18838
+ "document": "Storage location of the summary file.",
18839
+ "example": "无",
18840
+ "member": "TaskOutputStorage",
18841
+ "name": "OutputStorage",
18842
+ "output_required": false,
18843
+ "type": "object",
18844
+ "value_allowed_null": false
17461
18845
  }
17462
18846
  ],
17463
18847
  "usage": "out"
@@ -18522,7 +19906,7 @@
18522
19906
  },
18523
19907
  {
18524
19908
  "disabled": false,
18525
- "document": "The error code. An empty string indicates the task is successful; any other value returned indicates the task failed. For details, see [Error Codes](https://intl.cloud.tencent.com/document/product/1041/40249).",
19909
+ "document": "The error code. An empty string indicates the task is successful; any other value returned indicates the task failed. For details, see [Error Codes](https://www.tencentcloud.com/document/api/1041/33691).",
18526
19910
  "example": "InvalidInput",
18527
19911
  "member": "string",
18528
19912
  "name": "ErrCodeExt",
@@ -18572,7 +19956,7 @@
18572
19956
  },
18573
19957
  {
18574
19958
  "disabled": false,
18575
- "document": "Task execution start time in [ISO datetime format](https://intl.cloud.tencent.com/document/product/862/37710?from_cn_redirect=1#52).",
19959
+ "document": "Task execution start time in ISO date and time format.",
18576
19960
  "example": "2019-07-16T06:21:28Z",
18577
19961
  "member": "string",
18578
19962
  "name": "BeginProcessTime",
@@ -18582,7 +19966,7 @@
18582
19966
  },
18583
19967
  {
18584
19968
  "disabled": false,
18585
- "document": "Task execution completion time in [ISO datetime format](https://intl.cloud.tencent.com/document/product/862/37710?from_cn_redirect=1#52).",
19969
+ "document": "Task execution completion time in ISO date and time format.",
18586
19970
  "example": "2019-07-16T06:21:46Z",
18587
19971
  "member": "string",
18588
19972
  "name": "FinishTime",
@@ -19631,7 +21015,7 @@
19631
21015
  },
19632
21016
  {
19633
21017
  "disabled": false,
19634
- "document": "HLS segment type. Valid values: <li>ts-segment: HLS+TS segment.</li> <li>ts-byterange: HLS+TS byte range.</li> <li>mp4-segment: HLS+MP4 segment.</li> <li>mp4-byterange: HLS+MP4 byte range.</li> <li>ts-packed-audio: TS+Packed audio.</li> <li>mp4-packed-audio: MP4+Packed audio.</li> Default value: ts-segment.\nNote: The HLS segment format for adaptive bitrate streaming is based on this field.",
21018
+ "document": "Segment type. Valid values: <li>ts-segment: HLS+TS segment</li>; <li>ts-byterange: HLS+TS byte range</li>; <li>mp4-segment: HLS+MP4 segment</li>; <li>mp4-byterange: HLS/DASH+MP4 byte range</li>; <li>ts-packed-audio: TS+Packed Audio</li>; <li>mp4-packed-audio: MP4+Packed Audio</li>. The default value is ts-segment.\nNote: The HLS segment format for the adaptive bitrate streaming is based on this field. The value of SegmentType can only be mp4-byterange in DASH format.",
19635
21019
  "example": "ts-segment",
19636
21020
  "member": "string",
19637
21021
  "name": "SegmentType",
@@ -19766,45 +21150,99 @@
19766
21150
  },
19767
21151
  {
19768
21152
  "disabled": false,
19769
- "document": "Hotword lexicon name.",
19770
- "example": "Hotwords_Template",
19771
- "member": "string",
19772
- "name": "Name",
19773
- "required": false,
19774
- "type": "string"
21153
+ "document": "Hotword lexicon name.",
21154
+ "example": "Hotwords_Template",
21155
+ "member": "string",
21156
+ "name": "Name",
21157
+ "required": false,
21158
+ "type": "string"
21159
+ },
21160
+ {
21161
+ "disabled": false,
21162
+ "document": "Hotword lexicon text.",
21163
+ "example": "腾讯云|10,语音识别|5,ASR|10",
21164
+ "member": "string",
21165
+ "name": "Content",
21166
+ "required": false,
21167
+ "type": "string"
21168
+ },
21169
+ {
21170
+ "disabled": false,
21171
+ "document": "Base64-encoded content of the hotword file. This field is required if Type is set to 1.\n\n\n",
21172
+ "example": "5aqS5L*****6IW+6K6v5aSn5Y6mfDU=",
21173
+ "member": "string",
21174
+ "name": "FileContent",
21175
+ "required": false,
21176
+ "type": "string"
21177
+ },
21178
+ {
21179
+ "disabled": false,
21180
+ "document": "Name of the uploaded hotword file.",
21181
+ "example": "example.txt",
21182
+ "member": "string",
21183
+ "name": "FileName",
21184
+ "required": false,
21185
+ "type": "string"
21186
+ }
21187
+ ],
21188
+ "type": "object"
21189
+ },
21190
+ "ModifyAsrHotwordsResponse": {
21191
+ "document": "ModifyAsrHotwords response structure.",
21192
+ "members": [
21193
+ {
21194
+ "document": "The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.",
21195
+ "member": "string",
21196
+ "name": "RequestId",
21197
+ "type": "string"
21198
+ }
21199
+ ],
21200
+ "type": "object"
21201
+ },
21202
+ "ModifyBlindWatermarkTemplateRequest": {
21203
+ "document": "ModifyBlindWatermarkTemplate request structure.",
21204
+ "members": [
21205
+ {
21206
+ "disabled": false,
21207
+ "document": "Unique identifier of the digital watermark template.",
21208
+ "example": "10",
21209
+ "member": "int64",
21210
+ "name": "Definition",
21211
+ "required": true,
21212
+ "type": "int"
19775
21213
  },
19776
21214
  {
19777
21215
  "disabled": false,
19778
- "document": "Hotword lexicon text.",
19779
- "example": "腾讯云|10,语音识别|5,ASR|10",
21216
+ "document": "Digital watermark template name, which supports Chinese, English, digits, underscores (_), hyphens (-), and periods (.). The length cannot exceed 64 characters.",
21217
+ "example": "数字水印模板1",
19780
21218
  "member": "string",
19781
- "name": "Content",
21219
+ "name": "Name",
19782
21220
  "required": false,
19783
21221
  "type": "string"
19784
21222
  },
19785
21223
  {
19786
21224
  "disabled": false,
19787
- "document": "Base64-encoded content of the hotword file. This field is required if Type is set to 1.\n\n\n",
19788
- "example": "5aqS5L*****6IW+6K6v5aSn5Y6mfDU=",
21225
+ "document": "Description information of the digital watermark template. The length cannot exceed 256 characters.",
21226
+ "example": "数字水印模板",
19789
21227
  "member": "string",
19790
- "name": "FileContent",
21228
+ "name": "Comment",
19791
21229
  "required": false,
19792
21230
  "type": "string"
19793
21231
  },
19794
21232
  {
19795
21233
  "disabled": false,
19796
- "document": "Name of the uploaded hotword file.",
19797
- "example": "example.txt",
21234
+ "document": "Text content of the digital watermark. The length cannot exceed 64 characters. The text content cannot be modified for NAGRA watermark templates.",
21235
+ "example": "数字水印文本",
19798
21236
  "member": "string",
19799
- "name": "FileName",
21237
+ "name": "TextContent",
19800
21238
  "required": false,
19801
21239
  "type": "string"
19802
21240
  }
19803
21241
  ],
19804
21242
  "type": "object"
19805
21243
  },
19806
- "ModifyAsrHotwordsResponse": {
19807
- "document": "ModifyAsrHotwords response structure.",
21244
+ "ModifyBlindWatermarkTemplateResponse": {
21245
+ "document": "ModifyBlindWatermarkTemplate response structure.",
19808
21246
  "members": [
19809
21247
  {
19810
21248
  "document": "The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.",
@@ -20195,6 +21633,60 @@
20195
21633
  ],
20196
21634
  "type": "object"
20197
21635
  },
21636
+ "ModifyProcessImageTemplateRequest": {
21637
+ "document": "ModifyProcessImageTemplate request structure.",
21638
+ "members": [
21639
+ {
21640
+ "disabled": false,
21641
+ "document": "Unique identifier of the image processing template.",
21642
+ "example": "200043",
21643
+ "member": "int64",
21644
+ "name": "Definition",
21645
+ "required": true,
21646
+ "type": "int"
21647
+ },
21648
+ {
21649
+ "disabled": false,
21650
+ "document": "Image processing template name. The length cannot exceed 64 characters.",
21651
+ "example": "图片处理模板1",
21652
+ "member": "string",
21653
+ "name": "Name",
21654
+ "required": false,
21655
+ "type": "string"
21656
+ },
21657
+ {
21658
+ "disabled": false,
21659
+ "document": "Template description information. The length cannot exceed 256 characters.",
21660
+ "example": "图片处理模板超分",
21661
+ "member": "string",
21662
+ "name": "Comment",
21663
+ "required": false,
21664
+ "type": "string"
21665
+ },
21666
+ {
21667
+ "disabled": false,
21668
+ "document": "Image processing template parameter.",
21669
+ "example": "无",
21670
+ "member": "ImageTaskInput",
21671
+ "name": "ProcessImageTemplate",
21672
+ "required": false,
21673
+ "type": "object"
21674
+ }
21675
+ ],
21676
+ "type": "object"
21677
+ },
21678
+ "ModifyProcessImageTemplateResponse": {
21679
+ "document": "ModifyProcessImageTemplate response structure.",
21680
+ "members": [
21681
+ {
21682
+ "document": "The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.",
21683
+ "member": "string",
21684
+ "name": "RequestId",
21685
+ "type": "string"
21686
+ }
21687
+ ],
21688
+ "type": "object"
21689
+ },
20198
21690
  "ModifyQualityControlTemplateRequest": {
20199
21691
  "document": "ModifyQualityControlTemplate request structure.",
20200
21692
  "members": [
@@ -20587,7 +22079,7 @@
20587
22079
  },
20588
22080
  {
20589
22081
  "disabled": false,
20590
- "document": "Source language of the video with smart subtitles.\nCurrently, the following languages are supported:\n`zh`: Simplified Chinese.\n`yue`: Cantonese.\n`zh-PY`: Chinese, English, and Cantonese.\n`zh_medical`: Chinese (medical scenario).\n`zh_dialect`: Chinese dialect.\n`prime_zh`: Chinese, English, and Chinese dialects.\n`zh_en`: Chinese and English.\n`en`: English.\n`ja`: Japanese.\n`ko`: Korean.\n`fr`: French.\n`es`: Spanish.\n`it`: Italian.\n`de`: German.\n`tr`: Turkish.\n`ru`: Russian.\n`pt`: Portuguese (Brazil).\n`pt-PT`: Portuguese (Portugal).\n`vi`: Vietnamese.\n`id`: Indonesian.\n`ms`: Malay.\n`th`: Thai.\n`ar`: Arabic.\n`hi`: Hindi.\n`fil`: Filipino.\n`auto`: automatic recognition (it is only supported in pure subtitle translation).",
22082
+ "document": "Source language of the video with smart subtitles.\nOCR recognition only supports the following languages:\n`zh_en`: Chinese and English.\n`multi`: others.\nASR recognition and pure subtitle translation currently support the following languages:\n`auto`: automatic recognition (it is only supported in pure subtitle translation).\n`zh`: Simplified Chinese.\n`en`: English.\n`ja`: Japanese.\n`ko`: Korean.\n`zh-PY`: Chinese, English, and Cantonese.\n`zh_medical`: Chinese (medical scenario).\n`vi`: Vietnamese.\n`ms`: Malay.\n`id`: Indonesian.\n`fil`: Filipino.\n`th`: Thai.\n`pt`: Portuguese.\n`tr`: Turkish.\n`ar`: Arabic.\n`es`: Spanish.\n`hi`: Hindi.\n`fr`: French.\n`de`: German.\n`it`: Italian.\n`zh_dialect`: Chinese dialect.\n`zh_en`: Chinese and English.\n`yue`: Cantonese.\n`ru`: Russian.\n`prime_zh`: Chinese, English, and Chinese dialects.\n`af-ZA`: Afrikaans (South Africa).\n`sq-AL`: Albanian (Albania).\n`am-ET`: Amharic (Ethiopia).\n`ar-DZ`: Arabic (Algeria).\n`ar-BH`: Arabic (Bahrain).\n`ar-EG`: Arabic (Egypt).\n`ar-IQ`: Arabic (Iraq).\n`ar-IL`: Arabic (Israel).\n`ar-JO`: Arabic (Jordan).\n`ar-KW`: Arabic (Kuwait).\n`ar-LB`: Arabic (Lebanon).\n`ar-MR`: Arabic (Mauritania).\n`ar-MA`: Arabic (Morocco).\n`ar-OM`: Arabic (Oman).\n`ar-QA`: Arabic (Qatar).\n`ar-SA`: Arabic (Saudi Arabia).\n`ar-PS`: Arabic (State of Palestine).\n`ar-SY`: Arabic (Syria).\n`ar-TN`: Arabic (Tunisia).\n`ar-AE`: Arabic (United Arab Emirates).\n`ar-YE`: Arabic (Yemen).\n`hy-AM`: Armenian (Armenia).\n`az-AZ`: Azerbaijani (Azerbaijan).\n`eu-ES`: Basque (Spain).\n`bn-BD`: Bengali (Bangladesh).\n`bn-IN`: Bengali (India).\n`bs-BA`: Bosnian (Bosnia and Herzegovina).\n`bg-BG`: Bulgarian (Bulgaria).\n`my-MM`: Burmese (Myanmar).\n`ca-ES`: Catalan (Spain).\n`hr-HR`: Croatian (Croatia).\n`cs-CZ`: Czech (Czech Republic).\n`da-DK`: Danish (Denmark).\n`nl-BE`: Dutch (Belgium).\n`nl-NL`: Dutch (Holland).\n`en-AU`: English (Australia).\n`en-CA`: English (Canada).\n`en-GH`: English (Ghana).\n`en-HK`: English (Hong Kong (China)).\n`en-IN`: English (India).\n`en-IE`: English (Ireland).\n`en-KE`: English (Kenya).\n`en-NZ`: English (New Zealand).\n`en-NG`: English (Nigeria).\n`en-PK`: English (Pakistan).\n`en-PH`: English (Philippines).\n`en-SG`: English (Singapore).\n`en-ZA`: English (South Africa).\n`en-TZ`: English (Tanzania).\n`en-GB`: English (UK).\n`en-US`: English (US).\n`et-EE`: Estonian (Estonia).\n`fil-PH`: Filipino (Philippines).\n`fi-FI`: Finnish (Finland).\n`fr-BE`: French (Belgium).\n`fr-CA`: French (Canada).\n`fr-FR`: French (France).\n`fr-CH`: French (Switzerland).\n`gl-ES`: Galician (Spain).\n`ka-GE`: Georgian (Georgia).\n`el-GR`: Greek (Greece).\n`gu-IN`: Gujarati (India).\n`iw-IL`: Hebrew (Israel).\n`hi-IN`: Hindi (India).\n`hu-HU`: Hungarian (Hungary).\n`is-IS`: Icelandic (Iceland).\n`id-ID`: Indonesian (Indonesia).\n`it-IT`: Italian (Italy).\n`it-CH`: Italian (Switzerland).\n`ja-JP`: Japanese (Japan).\n`jv-ID`: Javanese (Indonesia).\n`kn-IN`: Kannada (India).\n`kk-KZ`: Kazakh (Kazakhstan).\n`km-KH`: Khmer (Cambodia).\n`rw-RW`: Kinyarwanda (Rwanda).\n`ko-KR`: Korean (South Korea).\n`lo-LA`: Lao (Laos).\n`lv-LV`: Latvian (Latvia).\n`lt-LT`: Lithuanian (Lithuania).\n`mk-MK`: Macedonian (North Macedonia).\n`ms-MY`: Malay (Malaysia).\n`ml-IN`: Malayalam (India).\n`mr-IN`: Marathi (India).\n`mn-MN`: Mongolian (Mongolia).\n`ne-NP`: Nepali (Nepal).\n`no-NO`: Bokmål Norwegian (Norway).\n`fa-IR`: Persian (Iran).\n`pl-PL`: Polish (Poland).\n`pt-BR`: Portuguese (Brazil).\n`pt-PT`: Portuguese (Portugal).\n`ro-RO`: Romanian (Romania).\n`ru-RU`: Russian (Russia).\n`sr-RS`: Serbian (Serbia).\n`si-LK`: Sinhalese (Sri Lanka).\n`sk-SK`: Slovak (Slovakia).\n`sl-SI`: Slovenian (Slovenia).\n`st-ZA`: Sesotho (South Africa).\n`es-AR`: Spanish (Argentina).\n`es-BO`: Spanish (Bolivia).\n`es-CL`: Spanish (Chile).\n`es-CO`: Spanish (Colombia).\n`es-CR`: Spanish (Costa Rica).\n`es-DO`: Spanish (Dominican Republic).\n`es-EC`: Spanish (Ecuador).\n`es-SV`: Spanish (El Salvador).\n`es-GT`: Spanish (Guatemala).\n`es-HN`: Spanish (Honduras).\n`es-MX`: Spanish (Mexico).\n`es-NI`: Spanish (Nicaragua).\n`es-PA`: Spanish (Panama).\n`es-PY`: Spanish (Paraguay).\n`es-PE`: Spanish (Peru).\n`es-PR`: Spanish (Puerto Rico).\n`es-ES`: Spanish (Spain).\n`es-US`: Spanish (US).\n`es-UY`: Spanish (Uruguay).\n`es-VE`: Spanish (Venezuela).\n`su-ID`: Sundanese (Indonesia).\n`sw-KE`: Swahili (Kenya).\n`sw-TZ`: Swahili (Tanzania).\n`sv-SE`: Swedish (Sweden).\n`ta-IN`: Tamil (India).\n`ta-MY`: Tamil (Malaysia).\n`ta-SG`: Tamil (Singapore).\n`ta-LK`: Tamil (Sri Lanka).\n`te-IN`: Telugu (India).\n`th-TH`: Thai (Thailand).\n`ts-ZA`: Tsonga (South Africa).\n`tr-TR`: Turkish (Turkey).\n`uk-UA`: Ukrainian (Ukraine).\n`ur-IN`: Urdu (India).\n`ur-PK`: Urdu (Pakistan).\n`uz-UZ`: Uzbek (Uzbekistan).\n`ve-ZA`: Venda (South Africa).\n`vi-VN`: Vietnamese (Vietnam).\n`xh-ZA`: Xhosa (South Africa).\n`zu-ZA`: Zulu (South Africa).\n",
20591
22083
  "example": "zh",
20592
22084
  "member": "string",
20593
22085
  "name": "VideoSrcLanguage",
@@ -20596,7 +22088,7 @@
20596
22088
  },
20597
22089
  {
20598
22090
  "disabled": false,
20599
- "document": "Smart subtitle file format:\n- Under the ASR recognition and translation processing type:\n - vtt: WebVTT format subtitle.\n - srt: SRT format subtitle.\n - Unspecified or left blank: no subtitle file generated.\n- Under the pure subtitle translation processing type:\n - original: consistent with the source file.\n - vtt: WebVTT format subtitle.\n - srt: SRT format subtitle.\n**Note**:\n- For ASR recognition mode, when 2 or more languages are involved in translation, this field cannot be unspecified or left blank.\n- For pure subtitle translation mode, this field cannot be unspecified or left blank.",
22091
+ "document": "Smart subtitle file format:\n- Under the ASR recognition and translation processing type:\n - vtt: WebVTT format subtitle.\n - srt: SRT format subtitle.\n - Unspecified or left blank: no subtitle file generated.\n- Under the pure subtitle translation processing type:\n - original: consistent with the source file.\n - vtt: WebVTT format subtitle.\n - srt: SRT format subtitle.\n- Under the OCR recognition and translation processing type:\n - vtt: WebVTT format subtitle.\n - srt: SRT format subtitle.\n**Note**:\n- For ASR recognition mode, when 2 or more languages are involved in translation, this field cannot be unspecified or left blank.\n- For pure subtitle translation and OCR recognition mode, this field cannot be unspecified or left blank.",
20600
22092
  "example": "vtt",
20601
22093
  "member": "string",
20602
22094
  "name": "SubtitleFormat",
@@ -20623,7 +22115,7 @@
20623
22115
  },
20624
22116
  {
20625
22117
  "disabled": false,
20626
- "document": "Target language for subtitle translation.\nThis field is valid when the value of TranslateSwitch is ON.\nCurrently, the following languages are supported:\n`zh`: Simplified Chinese.\n`zh-TW`: Traditional Chinese.\n`en`: English.\n`ja`: Japanese.\n`ko`: Korean.\n`fr`: French.\n`es`: Spanish.\n`it`: Italian.\n`de`: German.\n`tr`: Turkish.\n`ru`: Russian.\n`pt`: Portuguese (Brazil).\n`pt-PT`: Portuguese (Portugal).\n`vi`: Vietnamese.\n`id`: Indonesian.\n`ms`: Malay.\n`th`: Thai.\n`ar`: Arabic.\n`hi`: Hindi.\n`fil`: Filipino.\n**Note**: Use `/` to separate multiple languages, such as `en/ja`, which indicates English and Japanese.",
22118
+ "document": "Target language for subtitle translation.\nThis field is valid when the value of TranslateSwitch is ON. List of translation languages:\n`ab`: Abkhaz language.\n`ace`: Acehnese.\n`ach`: Acholi.\n`af`: Afrikaans.\n`ak`: Twi (Akan).\n`am`: Amharic.\n`ar`: Arabic.\n`as`: Assamese.\n`ay`: Aymara.\n`az`: Azerbaijani.\n`ba`: Bashkir.\n`ban`: Balinese.\n`bbc`: Batak Toba.\n`bem`: Bemba.\n`bew`: Betawi.\n`bg`: Bulgarian.\n`bho`: Bhojpuri.\n`bik`: Bikol.\n`bm`: Bambara.\n`bn`: Bengali.\n`br`: Breton.\n`bs`: Bosnian.\n`btx`: Batak Karo.\n`bts`: Batak Simalungun.\n`bua`: Buryat.\n`ca`: Catalan.\n`ceb`: Cebuano.\n`cgg`: Kiga\n`chm`: Meadow Mari language.\n`ckb`: Kurdish (Sorani).\n`cnh`: Hakha Chin.\n`co`: Corsican.\n`crh`: Crimean Tatar.\n`crs`: Seychellois Creole.\n`cs`: Czech.\n`cv`: Chuvash.\n`cy`: Welsh.\n`da`: Danish.\n`de`: German.\n`din`: Dinka.\n`doi`: Dogri.\n`dov`: Dombe.\n`dv`: Divehi.\n`dz`: Dzongkha.\n`ee`: Ewe.\n`el`: Greek.\n`en`: English.\n`eo`: Esperanto.\n`es`: Spanish.\n`et`: Estonian.\n`eu`: Basque.\n`fa`: Persian.\n`ff`: Fula.\n`fi`: Finnish.\n`fil`: Filipino (Tagalog).\n`fj`: Fijian.\n`fr`: French.\n`fr-CA`: French (Canada).\n`fr-FR`: French (France).\n`fy`: Frisian.\n`ga`: Irish.\n`gaa`: Ga.\n`gd`: Scottish Gaelic.\n`gl`: Galician.\n`gn`: Guaraní.\n`gom`: Goan Konkani.\n`gu`: Gujarati.\n`gv`: Manx.\n`ha`: Hausa.\n`haw`: Hawaiian.\n`he`: Hebrew.\n`hi`: Hindi.\n`hil`: Hiligaynon.\n`hmn`: Hmong.\n`hr`: Croatian.\n`hrx`: Hunsrik.\n`ht`: Haitian Creole.\n`hu`: Hungarian.\n`hy`: Armenian.\n`id`: Indonesian.\n`ig`: Igbo.\n`ilo`: Iloko.\n`is`: Icelandic.\n`it`: Italian.\n`iw`: Hebrew.\n`ja`: Japanese.\n`jv`: Javanese.\n`jw`: Javanese.\n`ka`: Georgian.\n`kk`: Kazakh.\n`km`: Khmer.\n`kn`: Kannada.\n`ko`: Korean.\n`kri`: Krio.\n`ku`: Kurdish (Kurmanji).\n`ktu`: Kituba.\n`ky`: Kirghiz.\n`la`: Latin.\n`lb`: Luxembourgish.\n`lg`: Ganda (Luganda).\n`li`: Limburgish.\n`lij`: Ligurian.\n`lmo`: Lombard.\n`ln`: Lingala.\n`lo`: Lao.\n`lt`: Lithuanian.\n`ltg`: Latgalian.\n`luo`: Luo.\n`lus`: Mizo.\n`lv`: Latvian.\n`mai`: Maithili.\n`mak`: Makassar.\n`mg`: Malagasy.\n`mi`: Maori.\n`min`: Minangkabau.\n`mk`: Macedonian.\n`ml`: Malayalam.\n`mn`: Mongolian.\n`mr`: Marathi.\n`ms`: Malay.\n`mt`: Maltese.\n`my`: Burnese.\n`ne`: Nepali.\n`new`: Newar.\n`nl`: Dutch.\n`no`: Norwegian.\n`nr`: Ndebele (South).\n`nso`: Northern Sotho (Sepedi).\n`nus`: Nuer.\n`ny`: Chichewa (Nyanja).\n`oc`: Occitan.\n`om`: Oromo.\n`or`: Odia.\n`pa`: Punjabi.\n`pag`: Pangasinan.\n`pam`: Kapampangan.\n`pap`: Papiamento.\n`pl`: Polish.\n`ps`: Pashto.\n`pt`: Portuguese.\n`pt-BR`: Portuguese (Brazil).\n`pt-PT`: Portuguese (Portugal).\n`qu`: Quechuan.\n`ro`: Romanian.\n`rom`: Romani.\n`rn`: Rundi.\n`ru`: Russian.\n`rw`: Kinyarwanda.\n`sa`: Sanskrit.\n`scn`: Sicilian.\n`sd`: Sindhi.\n`sg`: Sango.\n`shn`: Shan.\n`si`: Sinhalese.\n`sk`: Slovak.\n`sl`: Slovene.\n`sm`: Samoan.\n`sn`: Shona.\n`so`: Somali.\n`sq`: Albanian.\n`sr`: Serbian.\n`ss`: Swati.\n`st`: Sesotho.\n`su`: Sundanese.\n`sv`: Swedish.\n`sw`: Swahili.\n`szl`: Silesian.\n`ta`: Tamil.\n`te`: Telugu.\n`tet`: Tetum.\n`tg`: Tajik.\n`th`: Thai.\n`ti`: Tigrinya.\n`tk`: Turkmen.\n`tl`: Filipino (Tagalog).\n`tn`: Tswana.\n`tr`: Turkish.\n`ts`: Tsonga.\n`tt`: Tatar.\n`ug`: Uyghur.\n`uk`: Ukrainian.\n`ur`: Urdu.\n`uz`: Uzbek.\n`vi`: Vietnamese.\n`xh`: Xhosa.\n`yi`: Yiddish.\n`yo`: Yoruba.\n`yua`: Yucatec Maya.\n`yue`: Cantonese.\n`zh`: Simplified Chinese.\n`zh-TW`: Chinese (Traditional).\n`zu`: Zulu.\n**Note**: Use `/` to separate multiple languages, such as `en/ja`, which indicates English and Japanese.",
20627
22119
  "example": "en",
20628
22120
  "member": "string",
20629
22121
  "name": "TranslateDstLanguage",
@@ -20632,7 +22124,7 @@
20632
22124
  },
20633
22125
  {
20634
22126
  "disabled": false,
20635
- "document": "Subtitle processing type:\n- 0: ASR recognition subtitle.\n- 1: pure subtitle translation.\n**Note**: If the field is unspecified, ASR is used by default.",
22127
+ "document": "Subtitle processing type:\n- 0: ASR recognition subtitle.\n- 1: pure subtitle translation.\n- 2: OCR recognition subtitle.\n**Note**: If the field is unspecified, ASR is used by default.",
20636
22128
  "example": "0",
20637
22129
  "member": "uint64",
20638
22130
  "name": "ProcessType",
@@ -21402,7 +22894,7 @@
21402
22894
  "members": [
21403
22895
  {
21404
22896
  "disabled": false,
21405
- "document": "Live stream processing result type, including:\n<li>AiReviewResult: content auditing result.</li>\n<li>AiRecognitionResult: content recognition result.</li>\n<li>LiveRecordResult: live recording result.</li>\n<li>AiQualityControlResult: media quality inspection result.</li>\n<li>ProcessEof: live stream processing result.</li>",
22897
+ "document": "Live stream processing result type. Valid values:\n<li>AiReviewResult: content review result.</li>\n<li>AiRecognitionResult: content recognition result.</li>\n<li>LiveRecordResult: live streaming recording result.</li>\n<li>AiQualityControlResult: media live quality control result.</li>\n<li>AiAnalysisResult: content analysis result.</li>\n<li>ProcessEof: end of live stream processing.</li>",
21406
22898
  "example": "ProcessEof",
21407
22899
  "member": "string",
21408
22900
  "name": "NotificationType",
@@ -21637,6 +23129,16 @@
21637
23129
  "type": "object",
21638
23130
  "value_allowed_null": true
21639
23131
  },
23132
+ {
23133
+ "disabled": false,
23134
+ "document": "Information about the digital watermark extraction task. This field has a value only when EventType is ExtractBlindWatermark.\nNote: This field may return null, indicating that no valid values can be obtained.",
23135
+ "example": "无",
23136
+ "member": "ExtractBlindWatermarkTask",
23137
+ "name": "ExtractBlindWatermarkTask",
23138
+ "output_required": false,
23139
+ "type": "object",
23140
+ "value_allowed_null": true
23141
+ },
21640
23142
  {
21641
23143
  "document": "The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.",
21642
23144
  "member": "string",
@@ -22291,13 +23793,31 @@
22291
23793
  },
22292
23794
  {
22293
23795
  "disabled": false,
22294
- "document": "Output path, which can be a relative or an absolute path.\nThe path must end with `.{format}`. For details, please refer to the [Filename Variable](https://www.tencentcloud.comom/document/product/862/37039?from_cn_redirect=1).\n**Relative path example:**\n<Li>`Filename_{Variablename}.{format}`.</li>\n<Li>`Filename.{format}`.</li>\n\n**Absolute path example:**\n<Li>`/Path/Filename_{Variablename}.{format}`.</li>\n\nIf not filled in, default relative path: `{inputName}.{format}`.",
23796
+ "document": "Output path, which can be a relative or an absolute path.\nThe path must end with `.{format}`. For details, please refer to the [Filename Variable](https://www.tencentcloud.com/document/product/1041/33495).\n**Relative path example:**\n<Li>`Filename_{Variablename}.{format}`.</li>\n<Li>`Filename.{format}`.</li>\n\n**Absolute path example:**\n<Li>`/Path/Filename_{Variablename}.{format}`.</li>\n\nIf not filled in, default relative path: `{inputName}.{format}`.",
22295
23797
  "example": "{inputName}.{format}",
22296
23798
  "member": "string",
22297
23799
  "name": "OutputPath",
22298
23800
  "required": false,
22299
23801
  "type": "string"
22300
23802
  },
23803
+ {
23804
+ "disabled": false,
23805
+ "document": "Unique identifier of the image processing template.\nThe image template feature is in beta testing. If you want to use it, submit a ticket for application.",
23806
+ "example": "20001",
23807
+ "member": "uint64",
23808
+ "name": "Definition",
23809
+ "required": false,
23810
+ "type": "int"
23811
+ },
23812
+ {
23813
+ "disabled": false,
23814
+ "document": "Resource ID. Ensure that the corresponding resource is enabled. The default value is the primary resource ID of the account.",
23815
+ "example": "vts-24000-0",
23816
+ "member": "string",
23817
+ "name": "ResourceId",
23818
+ "required": false,
23819
+ "type": "string"
23820
+ },
22301
23821
  {
22302
23822
  "disabled": false,
22303
23823
  "document": "Image processing parameter.",
@@ -22332,6 +23852,82 @@
22332
23852
  ],
22333
23853
  "type": "object"
22334
23854
  },
23855
+ "ProcessImageTemplate": {
23856
+ "document": "Image processing template.",
23857
+ "members": [
23858
+ {
23859
+ "disabled": false,
23860
+ "document": "Unique identifier of the image processing template.",
23861
+ "example": "10",
23862
+ "member": "int64",
23863
+ "name": "Definition",
23864
+ "output_required": true,
23865
+ "type": "int",
23866
+ "value_allowed_null": false
23867
+ },
23868
+ {
23869
+ "disabled": false,
23870
+ "document": "Image processing template name.",
23871
+ "example": "图片处理模板1",
23872
+ "member": "string",
23873
+ "name": "Name",
23874
+ "output_required": false,
23875
+ "type": "string",
23876
+ "value_allowed_null": false
23877
+ },
23878
+ {
23879
+ "disabled": false,
23880
+ "document": "Description information of the image processing template.",
23881
+ "example": "图片处理使用超分",
23882
+ "member": "string",
23883
+ "name": "Comment",
23884
+ "output_required": false,
23885
+ "type": "string",
23886
+ "value_allowed_null": false
23887
+ },
23888
+ {
23889
+ "disabled": false,
23890
+ "document": "Template type.",
23891
+ "example": "Custom",
23892
+ "member": "string",
23893
+ "name": "Type",
23894
+ "output_required": false,
23895
+ "type": "string",
23896
+ "value_allowed_null": false
23897
+ },
23898
+ {
23899
+ "disabled": false,
23900
+ "document": "Image processing template configuration parameter.",
23901
+ "example": "无",
23902
+ "member": "ImageTaskInput",
23903
+ "name": "ProcessImageConfig",
23904
+ "output_required": false,
23905
+ "type": "object",
23906
+ "value_allowed_null": false
23907
+ },
23908
+ {
23909
+ "disabled": false,
23910
+ "document": "Template creation time.",
23911
+ "example": "2021-02-03T04:05:06Z",
23912
+ "member": "string",
23913
+ "name": "CreateTime",
23914
+ "output_required": false,
23915
+ "type": "string",
23916
+ "value_allowed_null": false
23917
+ },
23918
+ {
23919
+ "disabled": false,
23920
+ "document": "Last modification time of the template.",
23921
+ "example": "\t2022-02-03T04:05:06Z",
23922
+ "member": "string",
23923
+ "name": "UpdateTime",
23924
+ "output_required": false,
23925
+ "type": "string",
23926
+ "value_allowed_null": false
23927
+ }
23928
+ ],
23929
+ "usage": "out"
23930
+ },
22335
23931
  "ProcessLiveStreamRequest": {
22336
23932
  "document": "ProcessLiveStream request structure.",
22337
23933
  "members": [
@@ -22608,7 +24204,7 @@
22608
24204
  },
22609
24205
  {
22610
24206
  "disabled": false,
22611
- "document": "Resource ID. Ensure the corresponding resource is in the enabled state. The default value is an account's primary resource ID.",
24207
+ "document": "Resource ID. Ensure that the corresponding resource is enabled. The default value is the primary resource ID of the account.",
22612
24208
  "example": "vts-24000-0",
22613
24209
  "member": "string",
22614
24210
  "name": "ResourceId",
@@ -23383,7 +24979,7 @@
23383
24979
  },
23384
24980
  {
23385
24981
  "disabled": false,
23386
- "document": "Source language of the video with smart subtitles.\nCurrently, the following languages are supported:\n`zh`: Simplified Chinese.\n`yue`: Cantonese.\n`zh-PY`: Chinese, English, and Cantonese.\n`zh_medical`: Chinese (medical scenario).\n`zh_dialect`: Chinese dialect.\n`prime_zh`: Chinese, English, and Chinese dialects.\n`zh_en`: Chinese and English.\n`en`: English.\n`ja`: Japanese.\n`ko`: Korean.\n`fr`: French.\n`es`: Spanish.\n`it`: Italian.\n`de`: German.\n`tr`: Turkish.\n`ru`: Russian.\n`pt`: Portuguese (Brazil).\n`pt-PT`: Portuguese (Portugal).\n`vi`: Vietnamese.\n`id`: Indonesian.\n`ms`: Malay.\n`th`: Thai.\n`ar`: Arabic.\n`hi`: Hindi.\n`fil`: Filipino.\n`auto`: automatic recognition (it is only supported in pure subtitle translation).",
24982
+ "document": "Source language of the video with smart subtitles.\nOCR recognition only supports the following languages:\n`zh_en`: Chinese and English.\n`multi`: others.\nASR recognition and pure subtitle translation currently support the following languages:\n`auto`: automatic recognition (it is only supported in pure subtitle translation).\n`zh`: Simplified Chinese.\n`en`: English.\n`ja`: Japanese.\n`ko`: Korean.\n`zh-PY`: Chinese, English, and Cantonese.\n`zh_medical`: Chinese (medical scenario).\n`vi`: Vietnamese.\n`ms`: Malay.\n`id`: Indonesian.\n`fil`: Filipino.\n`th`: Thai.\n`pt`: Portuguese.\n`tr`: Turkish.\n`ar`: Arabic.\n`es`: Spanish.\n`hi`: Hindi.\n`fr`: French.\n`de`: German.\n`it`: Italian.\n`zh_dialect`: Chinese dialect.\n`zh_en`: Chinese and English.\n`yue`: Cantonese.\n`ru`: Russian.\n`prime_zh`: Chinese, English, and Chinese dialects.\n`af-ZA`: Afrikaans (South Africa).\n`sq-AL`: Albanian (Albania).\n`am-ET`: Amharic (Ethiopia).\n`ar-DZ`: Arabic (Algeria).\n`ar-BH`: Arabic (Bahrain).\n`ar-EG`: Arabic (Egypt).\n`ar-IQ`: Arabic (Iraq).\n`ar-IL`: Arabic (Israel).\n`ar-JO`: Arabic (Jordan).\n`ar-KW`: Arabic (Kuwait).\n`ar-LB`: Arabic (Lebanon).\n`ar-MR`: Arabic (Mauritania).\n`ar-MA`: Arabic (Morocco).\n`ar-OM`: Arabic (Oman).\n`ar-QA`: Arabic (Qatar).\n`ar-SA`: Arabic (Saudi Arabia).\n`ar-PS`: Arabic (State of Palestine).\n`ar-SY`: Arabic (Syria).\n`ar-TN`: Arabic (Tunisia).\n`ar-AE`: Arabic (United Arab Emirates).\n`ar-YE`: Arabic (Yemen).\n`hy-AM`: Armenian (Armenia).\n`az-AZ`: Azerbaijani (Azerbaijan).\n`eu-ES`: Basque (Spain).\n`bn-BD`: Bengali (Bangladesh).\n`bn-IN`: Bengali (India).\n`bs-BA`: Bosnian (Bosnia and Herzegovina).\n`bg-BG`: Bulgarian (Bulgaria).\n`my-MM`: Burmese (Myanmar).\n`ca-ES`: Catalan (Spain).\n`hr-HR`: Croatian (Croatia).\n`cs-CZ`: Czech (Czech Republic).\n`da-DK`: Danish (Denmark).\n`nl-BE`: Dutch (Belgium).\n`nl-NL`: Dutch (Holland).\n`en-AU`: English (Australia).\n`en-CA`: English (Canada).\n`en-GH`: English (Ghana).\n`en-HK`: English (Hong Kong (China)).\n`en-IN`: English (India).\n`en-IE`: English (Ireland).\n`en-KE`: English (Kenya).\n`en-NZ`: English (New Zealand).\n`en-NG`: English (Nigeria).\n`en-PK`: English (Pakistan).\n`en-PH`: English (Philippines).\n`en-SG`: English (Singapore).\n`en-ZA`: English (South Africa).\n`en-TZ`: English (Tanzania).\n`en-GB`: English (UK).\n`en-US`: English (US).\n`et-EE`: Estonian (Estonia).\n`fil-PH`: Filipino (Philippines).\n`fi-FI`: Finnish (Finland).\n`fr-BE`: French (Belgium).\n`fr-CA`: French (Canada).\n`fr-FR`: French (France).\n`fr-CH`: French (Switzerland).\n`gl-ES`: Galician (Spain).\n`ka-GE`: Georgian (Georgia).\n`el-GR`: Greek (Greece).\n`gu-IN`: Gujarati (India).\n`iw-IL`: Hebrew (Israel).\n`hi-IN`: Hindi (India).\n`hu-HU`: Hungarian (Hungary).\n`is-IS`: Icelandic (Iceland).\n`id-ID`: Indonesian (Indonesia).\n`it-IT`: Italian (Italy).\n`it-CH`: Italian (Switzerland).\n`ja-JP`: Japanese (Japan).\n`jv-ID`: Javanese (Indonesia).\n`kn-IN`: Kannada (India).\n`kk-KZ`: Kazakh (Kazakhstan).\n`km-KH`: Khmer (Cambodia).\n`rw-RW`: Kinyarwanda (Rwanda).\n`ko-KR`: Korean (South Korea).\n`lo-LA`: Lao (Laos).\n`lv-LV`: Latvian (Latvia).\n`lt-LT`: Lithuanian (Lithuania).\n`mk-MK`: Macedonian (North Macedonia).\n`ms-MY`: Malay (Malaysia).\n`ml-IN`: Malayalam (India).\n`mr-IN`: Marathi (India).\n`mn-MN`: Mongolian (Mongolia).\n`ne-NP`: Nepali (Nepal).\n`no-NO`: Bokmål Norwegian (Norway).\n`fa-IR`: Persian (Iran).\n`pl-PL`: Polish (Poland).\n`pt-BR`: Portuguese (Brazil).\n`pt-PT`: Portuguese (Portugal).\n`ro-RO`: Romanian (Romania).\n`ru-RU`: Russian (Russia).\n`sr-RS`: Serbian (Serbia).\n`si-LK`: Sinhalese (Sri Lanka).\n`sk-SK`: Slovak (Slovakia).\n`sl-SI`: Slovenian (Slovenia).\n`st-ZA`: Sesotho (South Africa).\n`es-AR`: Spanish (Argentina).\n`es-BO`: Spanish (Bolivia).\n`es-CL`: Spanish (Chile).\n`es-CO`: Spanish (Colombia).\n`es-CR`: Spanish (Costa Rica).\n`es-DO`: Spanish (Dominican Republic).\n`es-EC`: Spanish (Ecuador).\n`es-SV`: Spanish (El Salvador).\n`es-GT`: Spanish (Guatemala).\n`es-HN`: Spanish (Honduras).\n`es-MX`: Spanish (Mexico).\n`es-NI`: Spanish (Nicaragua).\n`es-PA`: Spanish (Panama).\n`es-PY`: Spanish (Paraguay).\n`es-PE`: Spanish (Peru).\n`es-PR`: Spanish (Puerto Rico).\n`es-ES`: Spanish (Spain).\n`es-US`: Spanish (US).\n`es-UY`: Spanish (Uruguay).\n`es-VE`: Spanish (Venezuela).\n`su-ID`: Sundanese (Indonesia).\n`sw-KE`: Swahili (Kenya).\n`sw-TZ`: Swahili (Tanzania).\n`sv-SE`: Swedish (Sweden).\n`ta-IN`: Tamil (India).\n`ta-MY`: Tamil (Malaysia).\n`ta-SG`: Tamil (Singapore).\n`ta-LK`: Tamil (Sri Lanka).\n`te-IN`: Telugu (India).\n`th-TH`: Thai (Thailand).\n`ts-ZA`: Tsonga (South Africa).\n`tr-TR`: Turkish (Turkey).\n`uk-UA`: Ukrainian (Ukraine).\n`ur-IN`: Urdu (India).\n`ur-PK`: Urdu (Pakistan).\n`uz-UZ`: Uzbek (Uzbekistan).\n`ve-ZA`: Venda (South Africa).\n`vi-VN`: Vietnamese (Vietnam).\n`xh-ZA`: Xhosa (South Africa).\n`zu-ZA`: Zulu (South Africa).\n",
23387
24983
  "example": "zh",
23388
24984
  "member": "string",
23389
24985
  "name": "VideoSrcLanguage",
@@ -23394,7 +24990,7 @@
23394
24990
  },
23395
24991
  {
23396
24992
  "disabled": false,
23397
- "document": "Smart subtitle file format:\n- Under the ASR recognition and translation processing type:\n -vtt: WebVTT format subtitle.\n -srt: SRT format subtitle.\n - If this field is unspecified or left blank, no subtitle file will be generated.\n- Under the pure subtitle translation processing type:\n - original: consistent with the source file.\n - vtt: WebVTT format subtitle.\n - srt: SRT format subtitle.\n**Note**:\n- For ASR recognition mode, when 2 or more languages are involved in translation, this field cannot be unspecified or left blank.\n- For pure subtitle translation mode, this field cannot be unspecified or left blank.\nNote: This field may return null, indicating that no valid values can be obtained.",
24993
+ "document": "Smart subtitle file format:\n- Under the ASR recognition and translation processing type:\n - vtt: WebVTT format subtitle.\n - srt: SRT format subtitle.\n - Unspecified or left blank: no subtitle file generated.\n- Under the pure subtitle translation processing type:\n - original: consistent with the source file.\n - vtt: WebVTT format subtitle.\n - srt: SRT format subtitle.\n- Under the OCR recognition and translation processing type:\n - vtt: WebVTT format subtitle.\n - srt: SRT format subtitle.\n**Note**:\n- For ASR recognition mode, when 2 or more languages are involved in translation, this field cannot be unspecified or left blank.\n- For pure subtitle translation and OCR recognition mode, this field cannot be unspecified or left blank.\nNote: This field may return null, indicating that no valid values can be obtained.",
23398
24994
  "example": "vtt",
23399
24995
  "member": "string",
23400
24996
  "name": "SubtitleFormat",
@@ -23416,7 +25012,7 @@
23416
25012
  },
23417
25013
  {
23418
25014
  "disabled": false,
23419
- "document": "Target language for subtitle translation.\nThis field is valid when the value of TranslateSwitch is ON. List of translation languages:\n`zh`: Simplified Chinese.\n`zh-TW`: Traditional Chinese.\n`en`: English.\n`ja`: Japanese.\n`ko`: Korean.\n`fr`: French.\n`es`: Spanish.\n`it`: Italian.\n`de`: German.\n`tr`: Turkish.\n`ru`: Russian.\n`pt`: Portuguese (Brazil).\n`pt-PT`: Portuguese (Portugal).\n`vi`: Vietnamese.\n`id`: Indonesian.\n`ms`: Malay.\n`th`: Thai.\n`ar`: Arabic.\n`hi`: Hindi.\n`fil`: Filipino.\n**Note**: Use `/` to separate multiple languages, such as `en/ja`, which indicates English and Japanese.\nNote: This field may return null, indicating that no valid values can be obtained.",
25015
+ "document": "Target language for subtitle translation.\nThis field is valid when the value of TranslateSwitch is ON. List of translation languages:\n`ab`: Abkhaz language.\n`ace`: Acehnese.\n`ach`: Acholi.\n`af`: Afrikaans.\n`ak`: Twi (Akan).\n`am`: Amharic.\n`ar`: Arabic.\n`as`: Assamese.\n`ay`: Aymara.\n`az`: Azerbaijani.\n`ba`: Bashkir.\n`ban`: Balinese.\n`bbc`: Batak Toba.\n`bem`: Bemba.\n`bew`: Betawi.\n`bg`: Bulgarian.\n`bho`: Bhojpuri.\n`bik`: Bikol.\n`bm`: Bambara.\n`bn`: Bengali.\n`br`: Breton.\n`bs`: Bosnian.\n`btx`: Batak Karo.\n`bts`: Batak Simalungun.\n`bua`: Buryat.\n`ca`: Catalan.\n`ceb`: Cebuano.\n`cgg`: Kiga\n`chm`: Meadow Mari language.\n`ckb`: Kurdish (Sorani).\n`cnh`: Hakha Chin.\n`co`: Corsican.\n`crh`: Crimean Tatar.\n`crs`: Seychellois Creole.\n`cs`: Czech.\n`cv`: Chuvash.\n`cy`: Welsh.\n`da`: Danish.\n`de`: German.\n`din`: Dinka.\n`doi`: Dogri.\n`dov`: Dombe.\n`dv`: Divehi.\n`dz`: Dzongkha.\n`ee`: Ewe.\n`el`: Greek.\n`en`: English.\n`eo`: Esperanto.\n`es`: Spanish.\n`et`: Estonian.\n`eu`: Basque.\n`fa`: Persian.\n`ff`: Fula.\n`fi`: Finnish.\n`fil`: Filipino (Tagalog).\n`fj`: Fijian.\n`fr`: French.\n`fr-CA`: French (Canada).\n`fr-FR`: French (France).\n`fy`: Frisian.\n`ga`: Irish.\n`gaa`: Ga.\n`gd`: Scottish Gaelic.\n`gl`: Galician.\n`gn`: Guaraní.\n`gom`: Goan Konkani.\n`gu`: Gujarati.\n`gv`: Manx.\n`ha`: Hausa.\n`haw`: Hawaiian.\n`he`: Hebrew.\n`hi`: Hindi.\n`hil`: Hiligaynon.\n`hmn`: Hmong.\n`hr`: Croatian.\n`hrx`: Hunsrik.\n`ht`: Haitian Creole.\n`hu`: Hungarian.\n`hy`: Armenian.\n`id`: Indonesian.\n`ig`: Igbo.\n`ilo`: Iloko.\n`is`: Icelandic.\n`it`: Italian.\n`iw`: Hebrew.\n`ja`: Japanese.\n`jv`: Javanese.\n`jw`: Javanese.\n`ka`: Georgian.\n`kk`: Kazakh.\n`km`: Khmer.\n`kn`: Kannada.\n`ko`: Korean.\n`kri`: Krio.\n`ku`: Kurdish (Kurmanji).\n`ktu`: Kituba.\n`ky`: Kirghiz.\n`la`: Latin.\n`lb`: Luxembourgish.\n`lg`: Ganda (Luganda).\n`li`: Limburgish.\n`lij`: Ligurian.\n`lmo`: Lombard.\n`ln`: Lingala.\n`lo`: Lao.\n`lt`: Lithuanian.\n`ltg`: Latgalian.\n`luo`: Luo.\n`lus`: Mizo.\n`lv`: Latvian.\n`mai`: Maithili.\n`mak`: Makassar.\n`mg`: Malagasy.\n`mi`: Maori.\n`min`: Minangkabau.\n`mk`: Macedonian.\n`ml`: Malayalam.\n`mn`: Mongolian.\n`mr`: Marathi.\n`ms`: Malay.\n`mt`: Maltese.\n`my`: Burmese.\n`ne`: Nepali.\n`new`: Newar.\n`nl`: Dutch.\n`no`: Norwegian.\n`nr`: Ndebele (South).\n`nso`: Northern Sotho (Sepedi).\n`nus`: Nuer.\n`ny`: Chichewa (Nyanja).\n`oc`: Occitan.\n`om`: Oromo.\n`or`: Odia.\n`pa`: Punjabi.\n`pag`: Pangasinan.\n`pam`: Kapampangan.\n`pap`: Papiamento.\n`pl`: Polish.\n`ps`: Pashto.\n`pt`: Portuguese.\n`pt-BR`: Portuguese (Brazil).\n`pt-PT`: Portuguese (Portugal).\n`qu`: Quechuan.\n`ro`: Romanian.\n`rom`: Romani.\n`rn`: Rundi.\n`ru`: Russian.\n`rw`: Kinyarwanda.\n`sa`: Sanskrit.\n`scn`: Sicilian.\n`sd`: Sindhi.\n`sg`: Sango.\n`shn`: Shan.\n`si`: Sinhalese.\n`sk`: Slovak.\n`sl`: Slovene.\n`sm`: Samoan.\n`sn`: Shona.\n`so`: Somali.\n`sq`: Albanian.\n`sr`: Serbian.\n`ss`: Swati.\n`st`: Sesotho.\n`su`: Sundanese.\n`sv`: Swedish.\n`sw`: Swahili.\n`szl`: Silesian.\n`ta`: Tamil.\n`te`: Telugu.\n`tet`: Tetum.\n`tg`: Tajik.\n`th`: Thai.\n`ti`: Tigrinya.\n`tk`: Turkmen.\n`tl`: Filipino (Tagalog).\n`tn`: Tswana.\n`tr`: Turkish.\n`ts`: Tsonga.\n`tt`: Tatar.\n`ug`: Uyghur.\n`uk`: Ukrainian.\n`ur`: Urdu.\n`uz`: Uzbek.\n`vi`: Vietnamese.\n`xh`: Xhosa.\n`yi`: Yiddish.\n`yo`: Yoruba.\n`yua`: Yucatec Maya.\n`yue`: Cantonese.\n`zh`: Simplified Chinese.\n`zh-TW`: Chinese (Traditional).\n`zu`: Zulu.\n**Note**: Use `/` to separate multiple languages, such as `en/ja`, which indicates English and Japanese.\nNote: This field may return null, indicating that no valid values can be obtained.",
23420
25016
  "example": "en",
23421
25017
  "member": "string",
23422
25018
  "name": "TranslateDstLanguage",
@@ -23449,7 +25045,7 @@
23449
25045
  },
23450
25046
  {
23451
25047
  "disabled": false,
23452
- "document": "Subtitle processing type.\n- 0: ASR recognition subtitle.\n- 1: pure subtitle translation.\n**Note**: The default processing type is ASR recognition subtitle if the field is unspecified.",
25048
+ "document": "Subtitle processing type:\n- 0: ASR recognition subtitle.\n- 1: pure subtitle translation.\n- 2: OCR recognition subtitle.\n**Note**: The default processing type is ASR recognition subtitle if the field is unspecified.",
23453
25049
  "example": "0",
23454
25050
  "member": "uint64",
23455
25051
  "name": "ProcessType",
@@ -23457,6 +25053,17 @@
23457
25053
  "required": false,
23458
25054
  "type": "int",
23459
25055
  "value_allowed_null": false
25056
+ },
25057
+ {
25058
+ "disabled": false,
25059
+ "document": "",
25060
+ "example": "无",
25061
+ "member": "SelectingSubtitleAreasConfig",
25062
+ "name": "SelectingSubtitleAreasConfig",
25063
+ "output_required": false,
25064
+ "required": false,
25065
+ "type": "object",
25066
+ "value_allowed_null": true
23460
25067
  }
23461
25068
  ],
23462
25069
  "usage": "both"
@@ -24195,7 +25802,7 @@
24195
25802
  },
24196
25803
  {
24197
25804
  "disabled": false,
24198
- "document": "Task execution start time in [ISO date and time format](https://www.tencentcloud.comom/document/product/862/37710?from_cn_redirect=1#52).",
25805
+ "document": "Task execution start time in ISO date and time format.",
24199
25806
  "example": "2019-07-16T06:21:28Z",
24200
25807
  "member": "string",
24201
25808
  "name": "BeginProcessTime",
@@ -24205,7 +25812,7 @@
24205
25812
  },
24206
25813
  {
24207
25814
  "disabled": false,
24208
- "document": "Task execution completion time in [ISO date and time format](https://www.tencentcloud.comom/document/product/862/37710?from_cn_redirect=1#52).",
25815
+ "document": "Task execution completion time in ISO date and time format.",
24209
25816
  "example": "2019-07-16T06:21:46Z",
24210
25817
  "member": "string",
24211
25818
  "name": "FinishTime",
@@ -24231,7 +25838,7 @@
24231
25838
  },
24232
25839
  {
24233
25840
  "disabled": false,
24234
- "document": "Error code. An empty string indicates success, while other values indicate failure. For specific values, see the list of MPS error codes at https://www.tencentcloud.comom/document/product/862/50369?from_cn_redirect=1#.E8.A7.86.E9.A2.91.E5.A4.84.E7.90.86.E7.B1.BB.E9.94.99.E8.AF.AF.E7.A0.81.",
25841
+ "document": "Error code. An empty string indicates success, while other values indicate failure. For specific values, see the list of MPS error codes at https://www.tencentcloud.com/document/product/862/50369?from_cn_redirect=1#.E8.A7.86.E9.A2.91.E5.A4.84.E7.90.86.E7.B1.BB.E9.94.99.E8.AF.AF.E7.A0.81.",
24235
25842
  "example": " input",
24236
25843
  "member": "string",
24237
25844
  "name": "ErrCodeExt",
@@ -25027,6 +26634,45 @@
25027
26634
  ],
25028
26635
  "usage": "both"
25029
26636
  },
26637
+ "SelectingSubtitleAreasConfig": {
26638
+ "document": "",
26639
+ "members": [
26640
+ {
26641
+ "disabled": false,
26642
+ "document": "",
26643
+ "example": "无",
26644
+ "member": "EraseArea",
26645
+ "name": "AutoAreas",
26646
+ "output_required": false,
26647
+ "required": false,
26648
+ "type": "list",
26649
+ "value_allowed_null": false
26650
+ },
26651
+ {
26652
+ "disabled": false,
26653
+ "document": "",
26654
+ "example": "200",
26655
+ "member": "uint64",
26656
+ "name": "SampleWidth",
26657
+ "output_required": false,
26658
+ "required": false,
26659
+ "type": "int",
26660
+ "value_allowed_null": false
26661
+ },
26662
+ {
26663
+ "disabled": false,
26664
+ "document": "",
26665
+ "example": "1000",
26666
+ "member": "uint64",
26667
+ "name": "SampleHeight",
26668
+ "output_required": false,
26669
+ "required": false,
26670
+ "type": "int",
26671
+ "value_allowed_null": false
26672
+ }
26673
+ ],
26674
+ "usage": "both"
26675
+ },
25030
26676
  "SharpEnhanceConfig": {
25031
26677
  "document": "Detail enhancement configuration.",
25032
26678
  "members": [
@@ -25303,7 +26949,7 @@
25303
26949
  },
25304
26950
  {
25305
26951
  "disabled": false,
25306
- "document": "Error code. An empty string indicates that the task is successful, and other values indicate that the task has failed. For specific values, see [Error Codes] (https://www.tencentcloud.comom/document/product/862/50369?from_cn_redirect=1#.E8.A7.86.E9.A2.91.E5.A4.84.E7.90.86.E7.B1.BB.E9.94.99.E8.AF.AF.E7.A0.81).",
26952
+ "document": "Error code. An empty string indicates that the task is successful, and other values indicate that the task has failed. For specific values, see [Error Codes] (https://www.tencentcloud.com/document/product/862/50369?from_cn_redirect=1#.E8.A7.86.E9.A2.91.E5.A4.84.E7.90.86.E7.B1.BB.E9.94.99.E8.AF.AF.E7.A0.81).",
25307
26953
  "example": "InvalidInput",
25308
26954
  "member": "string",
25309
26955
  "name": "ErrCodeExt",
@@ -25459,7 +27105,7 @@
25459
27105
  },
25460
27106
  {
25461
27107
  "disabled": false,
25462
- "document": "Template creation time in [ISO datetime format](https://www.tencentcloud.comom/document/product/862/37710?from_cn_redirect=1#52).",
27108
+ "document": "Template creation time in [ISO datetime format](https://www.tencentcloud.com/document/product/862/37710?from_cn_redirect=1#52).",
25463
27109
  "example": "2023-10-05T14:30:00Z",
25464
27110
  "member": "string",
25465
27111
  "name": "CreateTime",
@@ -25469,7 +27115,7 @@
25469
27115
  },
25470
27116
  {
25471
27117
  "disabled": false,
25472
- "document": "Last modification time of the template in [ISO datetime format](https://www.tencentcloud.comom/document/product/862/37710?from_cn_redirect=1#52).",
27118
+ "document": "Last modification time of the template in [ISO datetime format](https://www.tencentcloud.com/document/product/862/37710?from_cn_redirect=1#52).",
25473
27119
  "example": "2024-10-05T14:32:00Z",
25474
27120
  "member": "string",
25475
27121
  "name": "UpdateTime",
@@ -25733,8 +27379,64 @@
25733
27379
  },
25734
27380
  {
25735
27381
  "disabled": false,
25736
- "document": "Task status, including PROCESSING, SUCCESS, and FAIL.",
25737
- "example": "SUCCESS",
27382
+ "document": "Task status, including PROCESSING, SUCCESS, and FAIL.",
27383
+ "example": "SUCCESS",
27384
+ "member": "string",
27385
+ "name": "Status",
27386
+ "output_required": false,
27387
+ "type": "string",
27388
+ "value_allowed_null": false
27389
+ },
27390
+ {
27391
+ "disabled": false,
27392
+ "document": "Error code. An empty string indicates that the task is successful, and other values indicate that the task has failed. For specific values, see [Error Codes] (https://intl.cloud.tencent.com/document/product/862/50369?from_cn_redirect=1#.E8.A7.86.E9.A2.91.E5.A4.84.E7.90.86.E7.B1.BB.E9.94.99.E8.AF.AF.E7.A0.81).",
27393
+ "example": "InvalidInput",
27394
+ "member": "string",
27395
+ "name": "ErrCodeExt",
27396
+ "output_required": false,
27397
+ "type": "string",
27398
+ "value_allowed_null": false
27399
+ },
27400
+ {
27401
+ "disabled": false,
27402
+ "document": "Error message.",
27403
+ "example": "task fail",
27404
+ "member": "string",
27405
+ "name": "Message",
27406
+ "output_required": false,
27407
+ "type": "string",
27408
+ "value_allowed_null": false
27409
+ },
27410
+ {
27411
+ "disabled": false,
27412
+ "document": "Translation task output information.\nNote: This field may return null, indicating that no valid value can be obtained.",
27413
+ "example": "无",
27414
+ "member": "SmartSubtitleTaskTransTextResultOutput",
27415
+ "name": "TransTextTask",
27416
+ "output_required": false,
27417
+ "type": "object",
27418
+ "value_allowed_null": true
27419
+ },
27420
+ {
27421
+ "disabled": false,
27422
+ "document": "Output information on the full speech recognition task.\nNote: This field may return null, indicating that no valid value can be obtained.",
27423
+ "example": "无",
27424
+ "member": "SmartSubtitleTaskAsrFullTextResultOutput",
27425
+ "name": "AsrFullTextTask",
27426
+ "output_required": false,
27427
+ "type": "object",
27428
+ "value_allowed_null": true
27429
+ }
27430
+ ],
27431
+ "usage": "out"
27432
+ },
27433
+ "SmartSubtitleTaskFullTextResult": {
27434
+ "document": "Full-text recognition result for smart subtitle tasks.",
27435
+ "members": [
27436
+ {
27437
+ "disabled": false,
27438
+ "document": "Task status, which can be PROCESSING, SUCCESS, or FAIL.",
27439
+ "example": "PROCESSING",
25738
27440
  "member": "string",
25739
27441
  "name": "Status",
25740
27442
  "output_required": false,
@@ -25743,7 +27445,7 @@
25743
27445
  },
25744
27446
  {
25745
27447
  "disabled": false,
25746
- "document": "Error code. An empty string indicates that the task is successful, and other values indicate that the task has failed. For specific values, see [Error Codes] (https://intl.cloud.tencent.com/document/product/862/50369?from_cn_redirect=1#.E8.A7.86.E9.A2.91.E5.A4.84.E7.90.86.E7.B1.BB.E9.94.99.E8.AF.AF.E7.A0.81).",
27448
+ "document": "Error code. A null string indicates that the task is successful, while other values indicate that the task has failed. For valid values, see the list of [MPS error codes](https://www.tencentcloud.com/document/product/862/50369?from_cn_redirect=1#.E8.A7.86.E9.A2.91.E5.A4.84.E7.90.86.E7.B1.BB.E9.94.99.E8.AF.AF.E7.A0.81).",
25747
27449
  "example": "InvalidInput",
25748
27450
  "member": "string",
25749
27451
  "name": "ErrCodeExt",
@@ -25751,6 +27453,16 @@
25751
27453
  "type": "string",
25752
27454
  "value_allowed_null": false
25753
27455
  },
27456
+ {
27457
+ "disabled": false,
27458
+ "document": "Error code. 0 indicates that the task is successful, and other values indicate that the task has failed. (This field is not recommended. Use the new error code field ErrCodeExt instead.)",
27459
+ "example": "0",
27460
+ "member": "int64",
27461
+ "name": "ErrCode",
27462
+ "output_required": false,
27463
+ "type": "int",
27464
+ "value_allowed_null": false
27465
+ },
25754
27466
  {
25755
27467
  "disabled": false,
25756
27468
  "document": "Error message.",
@@ -25763,23 +27475,33 @@
25763
27475
  },
25764
27476
  {
25765
27477
  "disabled": false,
25766
- "document": "Translation task output information.\nNote: This field may return null, indicating that no valid value can be obtained.",
27478
+ "document": "Input information for smart subtitle tasks.\nNote: This field may return null, indicating that no valid values can be obtained.",
25767
27479
  "example": "无",
25768
- "member": "SmartSubtitleTaskTransTextResultOutput",
25769
- "name": "TransTextTask",
27480
+ "member": "SmartSubtitleTaskResultInput",
27481
+ "name": "Input",
25770
27482
  "output_required": false,
25771
27483
  "type": "object",
25772
27484
  "value_allowed_null": true
25773
27485
  },
25774
27486
  {
25775
27487
  "disabled": false,
25776
- "document": "Output information on the full speech recognition task.\nNote: This field may return null, indicating that no valid value can be obtained.",
27488
+ "document": "Output information for smart subtitle tasks.Note: This field may return null, indicating that no valid values can be obtained.",
25777
27489
  "example": "无",
25778
- "member": "SmartSubtitleTaskAsrFullTextResultOutput",
25779
- "name": "AsrFullTextTask",
27490
+ "member": "SmartSubtitleTaskTextResultOutput",
27491
+ "name": "Output",
25780
27492
  "output_required": false,
25781
27493
  "type": "object",
25782
27494
  "value_allowed_null": true
27495
+ },
27496
+ {
27497
+ "disabled": false,
27498
+ "document": "Task progress.\nNote: This field may return null, indicating that no valid values can be obtained.",
27499
+ "example": "100",
27500
+ "member": "uint64",
27501
+ "name": "Progress",
27502
+ "output_required": false,
27503
+ "type": "int",
27504
+ "value_allowed_null": true
25783
27505
  }
25784
27506
  ],
25785
27507
  "usage": "out"
@@ -25810,6 +27532,42 @@
25810
27532
  ],
25811
27533
  "usage": "out"
25812
27534
  },
27535
+ "SmartSubtitleTaskTextResultOutput": {
27536
+ "document": "Smart subtitle recognition result.",
27537
+ "members": [
27538
+ {
27539
+ "disabled": false,
27540
+ "document": "Subtitle recognition result.\nNote: This field may return null, indicating that no valid values can be obtained.",
27541
+ "example": "无",
27542
+ "member": "SubtitleResult",
27543
+ "name": "RecognizeSubtitleResult",
27544
+ "output_required": false,
27545
+ "type": "list",
27546
+ "value_allowed_null": true
27547
+ },
27548
+ {
27549
+ "disabled": false,
27550
+ "document": "Subtitle translation result.\nNote: This field may return null, indicating that no valid values can be obtained.",
27551
+ "example": "无",
27552
+ "member": "SubtitleResult",
27553
+ "name": "TransSubtitleResult",
27554
+ "output_required": false,
27555
+ "type": "list",
27556
+ "value_allowed_null": true
27557
+ },
27558
+ {
27559
+ "disabled": false,
27560
+ "document": "Storage location of the subtitle file.\nNote: This field may return null, indicating that no valid values can be obtained.",
27561
+ "example": "无",
27562
+ "member": "TaskOutputStorage",
27563
+ "name": "OutputStorage",
27564
+ "output_required": false,
27565
+ "type": "object",
27566
+ "value_allowed_null": true
27567
+ }
27568
+ ],
27569
+ "usage": "out"
27570
+ },
25813
27571
  "SmartSubtitleTaskTransTextResult": {
25814
27572
  "document": "Translation result.",
25815
27573
  "members": [
@@ -26169,7 +27927,7 @@
26169
27927
  "members": [
26170
27928
  {
26171
27929
  "disabled": false,
26172
- "document": "Task type. Valid values:\n- AsrFullTextRecognition: full speech recognition.\n- TransTextRecognition: speech translation.\n- PureSubtitleTrans: pure subtitle translation.",
27930
+ "document": "Task type. Valid values:\n- AsrFullTextRecognition: full speech recognition.\n- TransTextRecognition: speech translation.\n- PureSubtitleTrans: pure subtitle translation.\n- OcrFullTextRecognition: text-based subtitle extraction.",
26173
27931
  "example": "AsrFullTextRecognition",
26174
27932
  "member": "string",
26175
27933
  "name": "Type",
@@ -26206,6 +27964,16 @@
26206
27964
  "output_required": false,
26207
27965
  "type": "object",
26208
27966
  "value_allowed_null": true
27967
+ },
27968
+ {
27969
+ "disabled": false,
27970
+ "document": "Text-based subtitle extraction result. This field is valid when the value of Type is\nOcrFullTextRecognition.\nNote: This field may return null, indicating that no valid values can be obtained.",
27971
+ "example": "无",
27972
+ "member": "SmartSubtitleTaskFullTextResult",
27973
+ "name": "OcrFullTextTask",
27974
+ "output_required": false,
27975
+ "type": "object",
27976
+ "value_allowed_null": true
26209
27977
  }
26210
27978
  ],
26211
27979
  "usage": "out"
@@ -26259,7 +28027,7 @@
26259
28027
  },
26260
28028
  {
26261
28029
  "disabled": false,
26262
- "document": "Output path of the generated subtitle file, which can be a relative or absolute path.\nTo define the output path, end the path with .{format}. For variable names, see the description of file name variables at https://www.tencentcloud.comom/document/product/862/37039.?from_cn_redirect=1\n\nRelative path example:\n - File name_{variable name}.{format}.\n - File name.{format}.\n\nAbsolute path example:\n -/Custom path/File name_{variable name}.{format}.\n\nIf this field is left unspecified, the default value is the relative path in the following format: {inputName}_smartsubtitle_{definition}.{format}.",
28030
+ "document": "Output path of the generated subtitle file, which can be a relative or absolute path.\nTo define the output path, end the path with .{format}. For variable names, see the description of file name variables at https://www.tencentcloud.com/document/product/862/37039.?from_cn_redirect=1\n\nRelative path example:\n - File name_{variable name}.{format}.\n - File name.{format}.\n\nAbsolute path example:\n -/Custom path/File name_{variable name}.{format}.\n\nIf this field is left unspecified, the default value is the relative path in the following format: {inputName}_smartsubtitle_{definition}.{format}.",
26263
28031
  "example": "/storage/{inputName}_smartsubtitle_{definition}.{format}",
26264
28032
  "member": "string",
26265
28033
  "name": "OutputObjectPath",
@@ -26470,6 +28238,32 @@
26470
28238
  ],
26471
28239
  "usage": "out"
26472
28240
  },
28241
+ "SpecificationDataItem": {
28242
+ "document": "Statistical data for the task of the specified specification.",
28243
+ "members": [
28244
+ {
28245
+ "disabled": false,
28246
+ "document": "Task specification.",
28247
+ "example": "",
28248
+ "member": "string",
28249
+ "name": "Specification",
28250
+ "required": true,
28251
+ "type": "string",
28252
+ "value_allowed_null": false
28253
+ },
28254
+ {
28255
+ "disabled": false,
28256
+ "document": "Statistical data.",
28257
+ "example": "",
28258
+ "member": "TaskStatDataItem",
28259
+ "name": "Data",
28260
+ "required": true,
28261
+ "type": "list",
28262
+ "value_allowed_null": false
28263
+ }
28264
+ ],
28265
+ "usage": "out"
28266
+ },
26473
28267
  "SpekeDrm": {
26474
28268
  "document": "FairPlay, WideVine, PlayReady, and other DRM encryption technologies.",
26475
28269
  "members": [
@@ -26508,7 +28302,7 @@
26508
28302
  },
26509
28303
  {
26510
28304
  "disabled": false,
26511
- "document": "Encryption method. Options: \n- **cbcs**: Supports PlayReady, Widevine, FairPlay, Widevine+FairPlay, Widevine+PlayReady, PlayReady+FairPlay, and Widevine+PlayReady+FairPlay. \n- **cenc**: Supports PlayReady, Widevine, and Widevine+PlayReady. \n\nIf not specified: \n- FairPlay defaults to **cbcs**. \n- PlayReady and Widevine default to **cenc**. \n- Widevine+FairPlay, PlayReady+FairPlay, and Widevine+PlayReady+FairPlay default to **cbcs**. \n- Widevine+PlayReady defaults to **cenc**.",
28305
+ "document": "Encryption method. Valid values:\ncbcs: supported by PlayReady, Widevine, FairPlay, Widevine+FairPlay, Widevine+PlayReady, PlayReady+FairPlay, and Widevine+PlayReady+FairPlay.\ncenc: supported by PlayReady, Widevine, and Widevine+PlayReady.\nIf it is left unspecified:\nUse cbcs for FairPlay by default.\nUse cenc for PlayReady and Widevine by default.\nUse cbcs for Widevine+FairPlay, PlayReady+FairPlay, and Widevine+PlayReady+FairPlay by default.\nUse cenc for Widevine+PlayReady by default.",
26512
28306
  "example": "cbcs",
26513
28307
  "member": "string",
26514
28308
  "name": "EncryptionMethod",
@@ -26547,6 +28341,45 @@
26547
28341
  ],
26548
28342
  "usage": "out"
26549
28343
  },
28344
+ "SubtitleResult": {
28345
+ "document": "Smart subtitle task result.",
28346
+ "members": [
28347
+ {
28348
+ "disabled": false,
28349
+ "document": "Language of the subtitle file.",
28350
+ "example": "zh",
28351
+ "member": "string",
28352
+ "name": "Language",
28353
+ "output_required": false,
28354
+ "required": false,
28355
+ "type": "string",
28356
+ "value_allowed_null": false
28357
+ },
28358
+ {
28359
+ "disabled": false,
28360
+ "document": "Whether the processing is successful.",
28361
+ "example": "Success",
28362
+ "member": "string",
28363
+ "name": "Status",
28364
+ "output_required": false,
28365
+ "required": false,
28366
+ "type": "string",
28367
+ "value_allowed_null": false
28368
+ },
28369
+ {
28370
+ "disabled": false,
28371
+ "document": "Subtitle file URL.",
28372
+ "example": "/xx/310*****.vtt",
28373
+ "member": "string",
28374
+ "name": "Path",
28375
+ "output_required": false,
28376
+ "required": false,
28377
+ "type": "string",
28378
+ "value_allowed_null": false
28379
+ }
28380
+ ],
28381
+ "usage": "both"
28382
+ },
26550
28383
  "SubtitleTemplate": {
26551
28384
  "document": "The subtitle settings.",
26552
28385
  "members": [
@@ -27228,6 +29061,78 @@
27228
29061
  ],
27229
29062
  "usage": "out"
27230
29063
  },
29064
+ "TaskStatData": {
29065
+ "document": "Statistical data of the task.",
29066
+ "members": [
29067
+ {
29068
+ "disabled": false,
29069
+ "document": "Task type.\n<li>Transcode: transcoding.</li>\n<li>Enhance: enhancement.</li>\n<li>AIAnalysis: intelligent analysis.</li>\n<li>AIRecognition: intelligent recognition.</li>\n<li>AIReview: content moderation.</li>\n<li>Snapshot: screenshot.</li>\n<li>AnimatedGraphics: conversion to GIF.</li>\n<li>ImageProcess: image processing.</li>",
29070
+ "example": "Transcode",
29071
+ "member": "string",
29072
+ "name": "TaskType",
29073
+ "output_required": true,
29074
+ "type": "string",
29075
+ "value_allowed_null": false
29076
+ },
29077
+ {
29078
+ "disabled": false,
29079
+ "document": "Statistical data overview of the number of tasks.\n<li>Transcode: The unit of usage is seconds.</li>\n<li>Enhance: The unit of usage is seconds.</li>\n<li>AIAnalysis: The unit of usage is seconds.</li>\n<li>AIRecognition: The unit of usage is seconds.</li>\n<li>AIReview: The unit of usage is seconds.</li>\n<li>Snapshot: The unit of usage is images.</li>\n<li>AnimatedGraphics: The unit of usage is seconds.</li>\n<li>ImageProcess: The unit of usage is images.</li>.",
29080
+ "example": "无",
29081
+ "member": "TaskStatDataItem",
29082
+ "name": "Summary",
29083
+ "output_required": true,
29084
+ "type": "list",
29085
+ "value_allowed_null": false
29086
+ },
29087
+ {
29088
+ "disabled": false,
29089
+ "document": "Statistical data details for tasks of various specifications.\n1. Transcoding specification:\n<li>Audio: audio-only.</li>\n<li>Remuxing: conversion to muxing.</li>\n<li>Other transcoding specifications: {TYPE}.{CODEC}.{SPECIFICATION}.</li> Specifically, valid values for TYPE:\n    Standard: standard transcoding.\n    TESHD-10: TSC transcoding for videos.\n    TESHD-20: TSC transcoding for audios.\n    TESHD-30: TSC transcoding for audios/videos.\n    TESHD-30-SDK: duration-based billing of TSC transcoding SDK for audios/videos.\n    TESHD-30-SDKCores: core number-based billing of TSC transcoding SDK for audios/videos.\n    Edit: video editing.\n  Specifically, valid values for CODEC:\n    H264: H. 264 encoding.\n    H265: H.265 encoding.\n    AV1: AV1 encoding.\n    MV-HEVC: MV-HEVC encoding.\n  Specifically, valid values for SPECIFICATION:\n    SD: standard definition.\n    HD: high definition.\n    FHD: full HD.\n    2K: 2K.\n    4K: 4K.\nFor example, TESHD-10.H265.HD indicates TSC transcoding using the H.265 encoding method.\n2. Enhancement specification: video enhancement format: {TYPE}.{CODEC}.{SPECIFICATION}.{FPS}, where valid values for CODEC and SPECIFICATION follow the transcoding descriptions mentioned above, and FPS is valid only when the atomic enhancement type is used; audio enhancement format: {TYPE}.\nValid values for enhancement TYPE:\n<li>Enhance: common enhancement type, which might be any atomic enhancement type.</li>\n<li>Atomic enhancement type</li>. Valid values for video atomic enhancement type:\n    Sdr2hdr: SDR2HDR.\n SuperResolution: super resolution.\n    InsertFrame: frame interpolation.\n    ComprehensiveEnhancement: comprehensive enhancement.\n    NoiseReduction: video noise reduction.\n    ColorEnhancement: color enhancement.\n    RemoveScratches: scratch removal.\n    Deburr: artifacts removal.\n    DetailEnhancement: detail enhancement.\n    LightEnhancement: low-light enhancement.\n    FaceEnhancement: face enhancement.\n  Valid value for audio atomic enhancement type.\n    AudioNoiseReduction\n    VolumeBalance\n    AudioBeautify\n    AudioSeparation\n\n3. Screenshot specification:\n<li>ImageSprite: sprite.</li>\n<li>SampleSnapshot: sampled screenshot.</li>\n<li>SnapshotByTime: time point screenshot.</li>\n4. Image processing specification: {TYPE}.{CODEC}.{SPECIFICATION}.\n<li> ImageCompression: image encoding.</li>\n<li> ImageSuperResolution: image super resolution.</li>\n<li>EnhanceImageColor: image color enhancement.</li>\n5. Intelligent analysis specification:\n<li>AIAnalysis: major category for analysis.</li>\n<li>VideoTag: video tag.</li>\n<li>VideoClassification: video category.</li>\n<li>SmartCover: smart cover.</li>\n<li>FrameLabel: frame tag.</li>\n<li>VideoSplit: video splitting.</li>\n<li>Highlights: highlights.</li>\n<li>OpeningAndEnding: opening and ending clips.</li>\n6. Intelligent recognition specification:\n<li>AIRecognition: major category for recognition.</li>\n<li>FaceRecognition: face recognition.</li>\n<li>TextRecognition: optical character recognition.</li>\n<li>ObjectRecognition: object recognition.</li>\n<li>VoiceRecognition: automatic speech recognition.</li>\n<li>VoiceTranslation: speech translation.</li>\n7. There are no segmentation specifications for content moderation and conversion to GIF.",
29090
+ "example": "无",
29091
+ "member": "SpecificationDataItem",
29092
+ "name": "Details",
29093
+ "output_required": true,
29094
+ "type": "list",
29095
+ "value_allowed_null": false
29096
+ }
29097
+ ],
29098
+ "usage": "out"
29099
+ },
29100
+ "TaskStatDataItem": {
29101
+ "document": "Statistical data of the task, including the number of tasks and usage.",
29102
+ "members": [
29103
+ {
29104
+ "disabled": false,
29105
+ "document": "Start time of the time interval where the data resides. Use the [ISO date and time format](https://www.tencentcloud.com/document/product/266/11732?from_cn_redirect=1#iso-.E6.97.A5.E6.9C.9F.E6.A0.BC.E5.BC.8F). For example, when the time granularity is day, 2018-12-01T00:00:00+08:00 indicates the interval from December 1, 2018 (inclusive) to December 2, 2018 (exclusive).",
29106
+ "example": "",
29107
+ "member": "string",
29108
+ "name": "Time",
29109
+ "required": true,
29110
+ "type": "string",
29111
+ "value_allowed_null": false
29112
+ },
29113
+ {
29114
+ "disabled": false,
29115
+ "document": "Number of tasks.",
29116
+ "example": "",
29117
+ "member": "int64",
29118
+ "name": "Count",
29119
+ "required": true,
29120
+ "type": "int",
29121
+ "value_allowed_null": false
29122
+ },
29123
+ {
29124
+ "disabled": false,
29125
+ "document": "Task usage.",
29126
+ "example": "",
29127
+ "member": "int64",
29128
+ "name": "Usage",
29129
+ "required": true,
29130
+ "type": "int",
29131
+ "value_allowed_null": false
29132
+ }
29133
+ ],
29134
+ "usage": "out"
29135
+ },
27231
29136
  "TerrorismConfigureInfo": {
27232
29137
  "document": "The parameters for detecting sensitive information.",
27233
29138
  "members": [
@@ -27446,6 +29351,90 @@
27446
29351
  ],
27447
29352
  "usage": "in"
27448
29353
  },
29354
+ "TextTranslationRequest": {
29355
+ "document": "TextTranslation request structure.",
29356
+ "members": [
29357
+ {
29358
+ "disabled": false,
29359
+ "document": "Text to be translated, which must be encoded in UTF-8 format. Characters not encoded in UTF-8 format cannot be translated. Input valid text. Unconventional content, such as HTML tags, may also cause translation failures. The text length per request must be less than 2,000 characters.",
29360
+ "example": "hello",
29361
+ "member": "string",
29362
+ "name": "SourceText",
29363
+ "required": true,
29364
+ "type": "string"
29365
+ },
29366
+ {
29367
+ "disabled": false,
29368
+ "document": "Source language. Valid values:\n \"auto\": \"automatic recognition (recognized as a language).\",\n \"ab\": \"Abkhaz language.\",\n \"ace\": Acehnese.\",\n \"ach\": \"Acholi.\",\n \"af\": \"Afrikaans.\",\n \"ak\": \"Twi (Akan).\",\n \"am\": \"Amharic\",\n \"ar\": \"Arabic.\",\n \"as\": \"Assamese.\",\n \"ay\": \"Aymara.\",\n \"az\": \"Azerbaijani.\",\n \"ba\": \"Bashkir.\",\n \"ban\": \"Balinese\",\n \"bbc\": \"Batak Toba.\",\n \"bem\": \"Bemba\",\n \"bew\": \"Betawi\",\n \"bg\": \"Bulgarian.\",\n \"bho\": \"Bhojpuri.\",\n \"bik\": \"Bikol\",\n \"bm\": \"Bambara.\",\n \"bn\": \"Bengali.\",\n \"br\": \"Breton.\",\n \"bs\": \"Bosnian.\",\n \"btx\": \"Batak Karo.\",\n \"bts\": \"Batak Simalungun.\",\n \"bua\": \"Buryat.\",\n \"ca\": \"Catalan.\",\n \"ceb\": \"Cebuano.\",\n \"cgg\": \"Kiga\",\n \"chm\": \"Meadow Mari language.\",\n \"ckb\": \"Kurdish (Sorani).\",\n \"cnh\": \"Hakha Chin.\",\n \"co\": \"Corsican.\",\n \"crh\": \"Crimean Tatar.\",\n \"crs\": \"Seychellois Creole.\",\n \"cs\": \"Czech.\",\n \"cv\": \"Chuvash.\",\n \"cy\": \"Welsh.\",\n \"da\": \"Danish.\",\n \"de\": \"German.\",\n \"din\": \"Dinka\",\n \"doi\": \"Dogri.\",\n \"dov\": \"Dombe.\",\n \"dv\": \"Divehi.\",\n \"dz\": \"Dzongkha.\",\n \"ee\": \"Ewe\",\n \"el\": \"Greek.\",\n \"en\": \"English.\",\n \"eo\": \"Esperanto.\",\n \"es\": \"Spanish.\",\n \"et\": \"Estonian.\",\n \"eu\": \"Basque.\",\n \"fa\": \"Persian.\",\n \"ff\": \"Fula.\",\n \"fi\": \"Finnish.\",\n \"fil\": \"Filipino (Tagalog).\",\n \"fj\": \"Fijian.\",\n \"fr\": \"French.\",\n \"fr-CA\": \"French (Canada).\",\n \"fr-FR\": \"French (France).\",\n \"fy\": \"Frisian.\",\n \"ga\": \"Irish.\",\n \"gaa\": \"Ga.\",\n \"gd\": \"Scottish Gaelic.\",\n \"gl\": \"Galician.\",\n \"gn\": \"Guarani.\",\n \"gom\": \"Goan Konkani.\",\n \"gu\": \"Gujarati.\",\n \"gv\": \"Manx.\",\n \"ha\": \"Hausa\",\n \"haw\": \"Hawaiian.\",\n \"he\": \"Hebrew.\",\n \"hi\": \"Hindi.\",\n \"hil\": \"Hiligaynon.\",\n \"hmn\": \"Hmong.\",\n \"hr\": \"Croatian.\",\n \"hrx\": \"Hunsrik.\",\n \"ht\": \"Haitian Creole.\",\n \"hu\": \"Hungarian.\",\n \"hy\": \"Armenian.\",\n \"id\": \"Indonesian.\",\n \"ig\": \"Igbo\",\n \"ilo\": \"Iloko.\",\n \"is\": \"Icelandic.\",\n \"it\": \"Italian.\",\n \"iw\": \"Hebrew.\",\n \"ja\": \"Japanese.\",\n \"jv\": \"Javanese.\",\n \"jw\": \"Javanese.\",\n \"ka\": \"Georgian.\",\n \"kk\": \"Kazakh.\",\n \"km\": \"Khmer.\",\n \"kn\": \"Kanada.\",\n \"ko\": \"Korean.\",\n \"kri\": \"Krio\",\n \"ku\": \"Kurdish (Kurmanji).\",\n \"ktu\": \"Kituba.\",\n \"ky\": \"Kirghiz.\",\n \"la\": \"Latin.\",\n \"lb\": \"Luxembourgish.\",\n \"lg\": \"Ganda (Luganda).\",\n \"li\": \"Limburgish.\",\n \"lij\": \"Ligurian.\",\n \"lmo\": \"Lombard.\",\n \"ln\": \"Lingala.\",\n \"lo\": \"Lao.\",\n \"lt\": \"Lithuanian.\",\n \"ltg\": \"Latgalian.\",\n \"luo\": \"Luo\",\n \"lus\": \"Mizo.\",\n \"lv\": \"Latvian.\",\n \"mai\": \"Maithili.\",\n \"mak\": \"Makassar.\",\n \"mg\": \"Malagasy.\",\n \"mi\": \"Maori.\",\n \"min\": \"Minangkabau.\",\n \"mk\": \"Macedonian.\",\n \"ml\": \"Malayalam.\",\n \"mn\": \"Mongolian.\",\n \"mr\": \"Marathi.\",\n \"ms\": \"Malay.\",\n \"mt\": \"Maltese.\",\n \"my\": \"Burmese.\",\n \"ne\": \"Nepali.\",\n \"new\": \"Nepali (Newar).\",\n \"nl\": \"Dutch.\",\n \"no\": \"Norwegian.\",\n \"nr\": \"Ndebele (South).\",\n \"nso\": \"Northern Sotho (Sepedi).\",\n \"nus\": \"Nuer.\",\n \"ny\": \"Chichewa (Nyanja).\",\n \"oc\": \"Occitan.\",\n \"om\": \"Oromo\",\n \"or\": \"Odia (Oria).\",\n \"pa\": \"Punjabi.\",\n \"pag\": \"Pangasinan.\",\n \"pam\": \"Kapampangan.\",\n \"pap\": \"Papiamento\",\n \"pl\": \"Polish.\",\n \"ps\": \"Pashto\",\n \"pt\": \"Portuguese.\",\n \"pt-BR\": \"Portuguese (Brazil).\",\n \"pt-PT\": \"Portuguese (Portugal).\",\n \"qu\": \"Quechuan.\",\n \"ro\": \"Romanian.\",\n \"rom\": \"Romani.\",\n \"rn\": \"Rundi\",\n \"ru\": \"Russian.\",\n \"rw\": \"Kinyarwanda.\",\n \"sa\": \"Sanskrit.\",\n \"scn\": \"Sicilian.\",\n \"sd\": \"Sindhi.\",\n \"sg\": \"Sango\",\n \"shn\": \"Shan.\",\n \"si\": \"Sinhalese.\",\n \"sk\": \"Slovak.\",\n \"sl\": \"Slovene.\",\n \"sm\": \"Samoan.\",\n \"sn\": \"Shona.\",\n \"so\": \"Somali.\",\n \"sq\": \"Albanian.\",\n \"sr\": \"Serbian.\",\n \"ss\": \"Swati.\",\n \"st\": \"Sesotho.\",\n \"su\": \"Sundanese.\",\n \"sv\": \"Swedish.\",\n \"sw\": \"Swahili.\",\n \"szl\": \"Silesian.\",\n \"ta\": \"Tamil.\",\n \"te\": \"Telugu.\",\n \"tet\": \"Tetum.\",\n \"tg\": \"Tajik.\",\n \"th\": \"Thai.\",\n \"ti\": \"Tigrinya.\",\n \"tk\": \"Turkmen.\",\n \"tl\": \" Filipino (Tagalog).\",\n \"tn\": \"Tswana.\",\n \"tr\": \"Turkish.\",\n \"ts\": \"Tsonga.\",\n \"tt\": \"Tatar.\",\n \"ug\": \"Uyghur.\",\n \"uk\": \"Ukrainian.\",\n \"ur\": \"Urdu.\",\n \"uz\": \"Uzbek.\",\n \"vi\": \"Vietnamese.\",\n \"xh\": \"Xhosa.\",\n \"yi\": \"Yiddish.\",\n \"yo\": \"Yoruba.\",\n \"yua\": \"Yucatec Maya.\",\n \"yue\": \"Cantonese.\",\n \"zh\": \"Simplified Chinese.\",\n \"zh-TW\": \"Chinese (Traditional).\",\n \"zu\": \"Zulu.\"",
29369
+ "example": "en",
29370
+ "member": "string",
29371
+ "name": "Source",
29372
+ "required": true,
29373
+ "type": "string"
29374
+ },
29375
+ {
29376
+ "disabled": false,
29377
+ "document": "Target language. Valid values:\n \"ab\": \"Abkhaz language.\",\n \"ace\": \"Acehnese.\",\n \"ach\": \"Acholi.\",\n \"af\": \"Afrikaans.\",\n \"ak\": \"Twi (Akan).\",\n \"am\": \"Amharic\",\n \"ar\": \"Arabic.\",\n \"as\": \"Assamese.\",\n \"ay\": \"Aymara.\",\n \"az\": \"Azerbaijani.\",\n \"ba\": \"Bashkir.\",\n \"ban\": \"Balinese\",\n \"bbc\": \"Batak Toba.\",\n \"bem\": \"Bemba\",\n \"bew\": \"Betawi\",\n \"bg\": \"Bulgarian.\",\n \"bho\": \"Bhojpuri.\",\n \"bik\": \"Bikol\",\n \"bm\": \"Bambara.\",\n \"bn\": \"Bengali.\",\n \"br\": \"Breton.\",\n \"bs\": \"Bosnian.\",\n \"btx\": \"Batak Karo.\",\n \"bts\": \"Batak Simalungun.\",\n \"bua\": \"Buryat.\",\n \"ca\": \"Catalan.\",\n \"ceb\": \"Cebuano.\",\n \"cgg\": \"Kiga\",\n \"chm\": \"Meadow Mari language.\",\n \"ckb\": \"Kurdish (Sorani).\",\n \"cnh\": \"Hakha Chin.\",\n \"co\": \"Corsican.\",\n \"crh\": \"Crimean Tatar.\",\n \"crs\": \"Seychellois Creole.\",\n \"cs\": \"Czech.\",\n \"cv\": \"Chuvash.\",\n \"cy\": \"Welsh.\",\n \"da\": \"Danish.\",\n \"de\": \"German.\",\n \"din\": \"Dinka\",\n \"doi\": \"Dogri.\",\n \"dov\": \"Dombe.\",\n \"dv\": \"Divehi.\",\n \"dz\": \"Dzongkha.\",\n \"ee\": \"Ewe\",\n \"el\": \"Greek.\",\n \"en\": \"English.\",\n \"eo\": \"Esperanto.\",\n \"es\": \"Spanish.\",\n \"et\": \"Estonian.\",\n \"eu\": \"Basque.\",\n \"fa\": \"Persian.\",\n \"ff\": \"Fula.\",\n \"fi\": \"Finnish.\",\n \"fil\": \"Filipino (Tagalog).\",\n \"fj\": \"Fijian.\",\n \"fr\": \"French.\",\n \"fr-CA\": \"French (Canada).\",\n \"fr-FR\": \"French (France).\",\n \"fy\": \"Frisian.\",\n \"ga\": \"Irish.\",\n \"gaa\": \"Ga.\",\n \"gd\": \"Scottish Gaelic.\",\n \"gl\": \"Galician.\",\n \"gn\": \"Guarani.\",\n \"gom\": \"Goan Konkani.\",\n \"gu\": \"Gujarati.\",\n \"gv\": \"Manx.\",\n \"ha\": \"Hausa\",\n \"haw\": \"Hawaiian.\",\n \"he\": \"Hebrew.\",\n \"hi\": \"Hindi.\",\n \"hil\": \"Hiligaynon.\",\n \"hmn\": \"Hmong.\",\n \"hr\": \"Croatian.\",\n \"hrx\": \"Hunsrik.\",\n \"ht\": \"Haitian Creole.\",\n \"hu\": \"Hungarian.\",\n \"hy\": \"Armenian.\",\n \"id\": \"Indonesian.\",\n \"ig\": \"Igbo\",\n \"ilo\": \"Iloko.\",\n \"is\": \"Icelandic.\",\n \"it\": \"Italian.\",\n \"iw\": \"Hebrew.\",\n \"ja\": \"Japanese.\",\n \"jv\": \"Javanese.\",\n \"jw\": \"Javanese.\",\n \"ka\": \"Georgian.\",\n \"kk\": \"Kazakh.\",\n \"km\": \"Khmer.\",\n \"kn\": \"Kanada.\",\n \"ko\": \"Korean.\",\n \"kri\": \"Krio\",\n \"ku\": \"Kurdish (Kurmanji).\",\n \"ktu\": \"Kituba.\",\n \"ky\": \"Kirghiz.\",\n \"la\": \"Latin.\",\n \"lb\": \"Luxembourgish.\",\n \"lg\": \"Ganda (Luganda).\",\n \"li\": \"Limburgish.\",\n \"lij\": \"Ligurian.\",\n \"lmo\": \"Lombard.\",\n \"ln\": \"Lingala.\",\n \"lo\": \"Lao.\",\n \"lt\": \"Lithuanian.\",\n \"ltg\": \"Latgalian.\",\n \"luo\": \"Luo\",\n \"lus\": \"Mizo.\",\n \"lv\": \"Latvian.\",\n \"mai\": \"Maithili.\",\n \"mak\": \"Makassar.\",\n \"mg\": \"Malagasy.\",\n \"mi\": \"Maori.\",\n \"min\": \"Minangkabau.\",\n \"mk\": \"Macedonian.\",\n \"ml\": \"Malayalam.\",\n \"mn\": \"Mongolian.\",\n \"mr\": \"Marathi.\",\n \"ms\": \"Malay.\",\n \"mt\": \"Maltese.\",\n \"my\": \"Burmese.\",\n \"ne\": \"Nepali.\",\n \"new\": \"Nepali (Newar).\",\n \"nl\": \"Dutch.\",\n \"no\": \"Norwegian.\",\n \"nr\": \"Ndebele (South).\",\n \"nso\": \"Northern Sotho (Sepedi).\",\n \"nus\": \"Nuer.\",\n \"ny\": \"Chichewa (Nyanja).\",\n \"oc\": \"Occitan.\",\n \"om\": \"Oromo\",\n \"or\": \"Odia (Oria).\",\n \"pa\": \"Punjabi.\",\n \"pag\": \"Pangasinan.\",\n \"pam\": \"Kapampangan.\",\n \"pap\": \"Papiamento\",\n \"pl\": \"Polish.\",\n \"ps\": \"Pashto\",\n \"pt\": \"Portuguese.\",\n \"pt-BR\": \"Portuguese (Brazil).\",\n \"pt-PT\": \"Portuguese (Portugal).\",\n \"qu\": \"Quechuan.\",\n \"ro\": \"Romanian.\",\n \"rom\": \"Romani.\",\n \"rn\": \"Rundi\",\n \"ru\": \"Russian.\",\n \"rw\": \"Kinyarwanda.\",\n \"sa\": \"Sanskrit.\",\n \"scn\": \"Sicilian.\",\n \"sd\": \"Sindhi.\",\n \"sg\": \"Sango\",\n \"shn\": \"Shan.\",\n \"si\": \"Sinhalese.\",\n \"sk\": \"Slovak.\",\n \"sl\": \"Slovene.\",\n \"sm\": \"Samoan.\",\n \"sn\": \"Shona.\",\n \"so\": \"Somali.\",\n \"sq\": \"Albanian.\",\n \"sr\": \"Serbian.\",\n \"ss\": \"Swati.\",\n \"st\": \"Sesotho.\",\n \"su\": \"Sundanese.\",\n \"sv\": \"Swedish.\",\n \"sw\": \"Swahili.\",\n \"szl\": \"Silesian.\",\n \"ta\": \"Tamil.\",\n \"te\": \"Telugu.\",\n \"tet\": \"Tetum.\",\n \"tg\": \"Tajik.\",\n \"th\": \"Thai.\",\n \"ti\": \"Tigrinya.\",\n \"tk\": \"Turkmen.\",\n \"tl\": \" Filipino (Tagalog).\",\n \"tn\": \"Tswana.\",\n \"tr\": \"Turkish.\",\n \"ts\": \"Tsonga.\",\n \"tt\": \"Tatar.\",\n \"ug\": \"Uyghur.\",\n \"uk\": \"Ukrainian.\",\n \"ur\": \"Urdu.\",\n \"uz\": \"Uzbek.\",\n \"vi\": \"Vietnamese.\",\n \"xh\": \"Xhosa.\",\n \"yi\": \"Yiddish.\",\n \"yo\": \"Yoruba.\",\n \"yua\": \"Yucatec Maya.\",\n \"yue\": \"Cantonese.\",\n \"zh\": \"Simplified Chinese.\",\n \"zh-TW\": \"Chinese (Traditional).\",\n \"zu\": \"Zulu.\"",
29378
+ "example": "zh",
29379
+ "member": "string",
29380
+ "name": "Target",
29381
+ "required": true,
29382
+ "type": "string"
29383
+ },
29384
+ {
29385
+ "disabled": false,
29386
+ "document": "User extension parameter.",
29387
+ "example": "用户扩展字段",
29388
+ "member": "string",
29389
+ "name": "UserExtPara",
29390
+ "required": false,
29391
+ "type": "string"
29392
+ }
29393
+ ],
29394
+ "type": "object"
29395
+ },
29396
+ "TextTranslationResponse": {
29397
+ "document": "TextTranslation response structure.",
29398
+ "members": [
29399
+ {
29400
+ "disabled": false,
29401
+ "document": "Text after translation.",
29402
+ "example": "你好",
29403
+ "member": "string",
29404
+ "name": "TargetText",
29405
+ "output_required": false,
29406
+ "type": "string",
29407
+ "value_allowed_null": false
29408
+ },
29409
+ {
29410
+ "disabled": false,
29411
+ "document": "Source language. See the input parameter Source.",
29412
+ "example": "en",
29413
+ "member": "string",
29414
+ "name": "Source",
29415
+ "output_required": false,
29416
+ "type": "string",
29417
+ "value_allowed_null": false
29418
+ },
29419
+ {
29420
+ "disabled": false,
29421
+ "document": "Target language. See the input parameter Target.",
29422
+ "example": "zh",
29423
+ "member": "string",
29424
+ "name": "Target",
29425
+ "output_required": false,
29426
+ "type": "string",
29427
+ "value_allowed_null": false
29428
+ },
29429
+ {
29430
+ "document": "The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.",
29431
+ "member": "string",
29432
+ "name": "RequestId",
29433
+ "type": "string"
29434
+ }
29435
+ ],
29436
+ "type": "object"
29437
+ },
27449
29438
  "TextWatermarkTemplateInput": {
27450
29439
  "document": "Text watermarking template",
27451
29440
  "members": [
@@ -27683,6 +29672,17 @@
27683
29672
  "type": "list",
27684
29673
  "value_allowed_null": false
27685
29674
  },
29675
+ {
29676
+ "disabled": false,
29677
+ "document": "Digital watermark parameter.\nNote: This field may return null, indicating that no valid values can be obtained.",
29678
+ "example": "无",
29679
+ "member": "BlindWatermarkInput",
29680
+ "name": "BlindWatermark",
29681
+ "output_required": false,
29682
+ "required": false,
29683
+ "type": "object",
29684
+ "value_allowed_null": true
29685
+ },
27686
29686
  {
27687
29687
  "disabled": false,
27688
29688
  "document": "List of blurs. Up to 10 ones can be supported.",
@@ -28787,7 +30787,7 @@
28787
30787
  "members": [
28788
30788
  {
28789
30789
  "disabled": false,
28790
- "document": "Encoding format for video streams. Optional values:\n<li>h264: H.264 encoding</li>\n<li>h265: H.265 encoding</li>\n<li>h266: H.266 encoding</li>\n<li>av1: AOMedia Video 1 encoding</li>\n<li>vp8: VP8 encoding</li>\n<li>vp9: VP9 encoding</li>\n<li>mpeg2: MPEG2 encoding</li>\n<li>dnxhd: DNxHD encoding</li>\n<li>mv-hevc: MV-HEVC encoding</li>\n\nNote: AV1 encoding containers currently only support mp4, webm, and mkv.\nNote: H.266 encoding containers currently only support mp4, hls, ts, and mov.\nNote: VP8 and VP9 encoding containers currently only support webm and mkv.\nNote: MPEG2 and DNxHD encoding containers currently only support mxf.\nNote: MV-HEVC encoding containers only support mp4, hls, and mov. Among them, the hls format only supports mp4 segmentation format.",
30790
+ "document": "Encoding format of video streams. Valid values:\n<li>h264: H.264 encoding.</li>\n<li>h265: H.265 encoding.</li>\n<li>h266: H.266 encoding.</li>\n<li>av1: AOMedia Video 1 encoding.</li>\n<li>vp8: VP8 encoding.</li>\n<li>vp9: VP9 encoding.</li>\n<li>mpeg2: MPEG2 encoding.</li>\n<li>dnxhd: DNxHD encoding.</li>\n<li>mv-hevc: MV-HEVC encoding.</li>\nNote: The av1 codec currently only supports mp4, webm, and mkv.\nNote: The H.266 codec currently only supports mp4, hls, ts, and mov.\nNote: The VP8 and VP9 codecs currently only support webm and mkv.\nNote: The MPEG2 and dnxhd codecs currently only support mxf.\nNote: The MV-HEVC codec currently only supports mp4, hls, and mov. Among them, the HLS format only supports the MP4 segmented format and requires the input source to be a panoramic video (with multiple views).",
28791
30791
  "example": "h264",
28792
30792
  "member": "string",
28793
30793
  "name": "Codec",