tccli-intl-en 3.0.1265.1__py2.py3-none-any.whl → 3.0.1283.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 (185) hide show
  1. tccli/__init__.py +1 -1
  2. tccli/argument.py +1 -1
  3. tccli/services/__init__.py +5 -1
  4. tccli/services/advisor/advisor_client.py +10 -4
  5. tccli/services/aiart/aiart_client.py +5 -2
  6. tccli/services/ams/ams_client.py +20 -8
  7. tccli/services/antiddos/antiddos_client.py +350 -140
  8. tccli/services/apigateway/apigateway_client.py +465 -186
  9. tccli/services/apm/apm_client.py +835 -68
  10. tccli/services/apm/v20210622/api.json +3936 -1145
  11. tccli/services/apm/v20210622/examples.json +133 -23
  12. tccli/services/asr/asr_client.py +10 -4
  13. tccli/services/autoscaling/autoscaling_client.py +290 -116
  14. tccli/services/autoscaling/v20180419/api.json +1 -1
  15. tccli/services/batch/batch_client.py +140 -56
  16. tccli/services/bi/bi_client.py +120 -48
  17. tccli/services/billing/billing_client.py +210 -84
  18. tccli/services/cam/cam_client.py +405 -162
  19. tccli/services/captcha/captcha_client.py +5 -2
  20. tccli/services/car/car_client.py +165 -66
  21. tccli/services/cbs/cbs_client.py +190 -76
  22. tccli/services/ccc/ccc_client.py +515 -146
  23. tccli/services/ccc/v20200210/api.json +511 -27
  24. tccli/services/ccc/v20200210/examples.json +24 -0
  25. tccli/services/cdb/cdb_client.py +665 -266
  26. tccli/services/cdc/cdc_client.py +100 -40
  27. tccli/services/cdn/cdn_client.py +220 -88
  28. tccli/services/cdwdoris/cdwdoris_client.py +385 -154
  29. tccli/services/cdwpg/cdwpg_client.py +120 -48
  30. tccli/services/cdz/cdz_client.py +5 -2
  31. tccli/services/cfg/cfg_client.py +80 -32
  32. tccli/services/cfs/cfs_client.py +195 -78
  33. tccli/services/cfw/cfw_client.py +330 -132
  34. tccli/services/chdfs/chdfs_client.py +145 -58
  35. tccli/services/ciam/ciam_client.py +80 -32
  36. tccli/services/ckafka/ckafka_client.py +629 -131
  37. tccli/services/ckafka/v20190819/api.json +2749 -1470
  38. tccli/services/ckafka/v20190819/examples.json +209 -155
  39. tccli/services/clb/clb_client.py +415 -166
  40. tccli/services/clb/v20180317/api.json +29 -14
  41. tccli/services/cloudaudit/cloudaudit_client.py +90 -36
  42. tccli/services/cls/cls_client.py +434 -173
  43. tccli/services/cmq/cmq_client.py +10 -4
  44. tccli/services/config/config_client.py +30 -12
  45. tccli/services/controlcenter/controlcenter_client.py +5 -2
  46. tccli/services/csip/csip_client.py +170 -68
  47. tccli/services/ctsdb/ctsdb_client.py +10 -4
  48. tccli/services/cvm/cvm_client.py +420 -168
  49. tccli/services/cvm/v20170312/api.json +239 -133
  50. tccli/services/cvm/v20170312/examples.json +101 -101
  51. tccli/services/cwp/cwp_client.py +2325 -930
  52. tccli/services/cynosdb/cynosdb_client.py +1887 -577
  53. tccli/services/cynosdb/v20190107/api.json +11763 -7697
  54. tccli/services/cynosdb/v20190107/examples.json +132 -4
  55. tccli/services/dataintegration/dataintegration_client.py +5 -2
  56. tccli/services/dayu/dayu_client.py +515 -206
  57. tccli/services/dbbrain/dbbrain_client.py +210 -84
  58. tccli/services/dc/dc_client.py +90 -36
  59. tccli/services/dcdb/dcdb_client.py +310 -124
  60. tccli/services/dlc/dlc_client.py +808 -216
  61. tccli/services/dlc/v20210125/api.json +534 -13
  62. tccli/services/dlc/v20210125/examples.json +40 -0
  63. tccli/services/dms/dms_client.py +10 -4
  64. tccli/services/dnspod/dnspod_client.py +200 -80
  65. tccli/services/domain/domain_client.py +120 -48
  66. tccli/services/dts/dts_client.py +415 -166
  67. tccli/services/eb/eb_client.py +130 -52
  68. tccli/services/ecdn/ecdn_client.py +75 -30
  69. tccli/services/ecm/ecm_client.py +620 -248
  70. tccli/services/eiam/eiam_client.py +200 -80
  71. tccli/services/emr/emr_client.py +385 -154
  72. tccli/services/es/es_client.py +105 -42
  73. tccli/services/facefusion/facefusion_client.py +15 -6
  74. tccli/services/faceid/faceid_client.py +95 -38
  75. tccli/services/faceid/v20180301/examples.json +2 -2
  76. tccli/services/gaap/gaap_client.py +440 -176
  77. tccli/services/gme/gme_client.py +50 -20
  78. tccli/services/gpm/gpm_client.py +90 -36
  79. tccli/services/gse/gse_client.py +110 -44
  80. tccli/services/gwlb/gwlb_client.py +90 -36
  81. tccli/services/iai/iai_client.py +145 -58
  82. tccli/services/iap/iap_client.py +30 -12
  83. tccli/services/ims/ims_client.py +5 -2
  84. tccli/services/intlpartnersmgt/intlpartnersmgt_client.py +210 -84
  85. tccli/services/iotcloud/iotcloud_client.py +100 -40
  86. tccli/services/ip/ip_client.py +30 -12
  87. tccli/services/kms/kms_client.py +340 -136
  88. tccli/services/lcic/lcic_client.py +265 -106
  89. tccli/services/lighthouse/lighthouse_client.py +370 -148
  90. tccli/services/live/live_client.py +600 -240
  91. tccli/services/lke/lke_client.py +450 -180
  92. tccli/services/lkeap/lkeap_client.py +142 -12
  93. tccli/services/lkeap/v20240522/api.json +263 -0
  94. tccli/services/lkeap/v20240522/examples.json +35 -1
  95. tccli/services/mariadb/mariadb_client.py +250 -100
  96. tccli/services/mdc/mdc_client.py +90 -36
  97. tccli/services/mdl/mdl_client.py +165 -66
  98. tccli/services/mdl/v20200326/api.json +186 -12
  99. tccli/services/mdl/v20200326/examples.json +16 -16
  100. tccli/services/mdp/mdp_client.py +416 -124
  101. tccli/services/mdp/v20200527/api.json +146 -14
  102. tccli/services/mdp/v20200527/examples.json +95 -79
  103. tccli/services/message/__init__.py +4 -0
  104. tccli/services/message/message_client.py +210 -0
  105. tccli/services/message/v20181225/api.json +72 -0
  106. tccli/services/message/v20181225/examples.json +13 -0
  107. tccli/services/mongodb/mongodb_client.py +369 -58
  108. tccli/services/mongodb/v20190725/api.json +811 -226
  109. tccli/services/mongodb/v20190725/examples.json +54 -22
  110. tccli/services/monitor/monitor_client.py +1008 -296
  111. tccli/services/monitor/v20180724/api.json +657 -8
  112. tccli/services/monitor/v20180724/examples.json +152 -4
  113. tccli/services/mps/mps_client.py +684 -184
  114. tccli/services/mps/v20190612/api.json +1656 -222
  115. tccli/services/mps/v20190612/examples.json +60 -10
  116. tccli/services/msp/msp_client.py +35 -14
  117. tccli/services/ocr/ocr_client.py +246 -76
  118. tccli/services/ocr/v20181119/api.json +83 -4
  119. tccli/services/ocr/v20181119/examples.json +8 -0
  120. tccli/services/omics/omics_client.py +100 -40
  121. tccli/services/organization/organization_client.py +580 -232
  122. tccli/services/postgres/postgres_client.py +455 -182
  123. tccli/services/privatedns/privatedns_client.py +155 -62
  124. tccli/services/pts/pts_client.py +240 -96
  125. tccli/services/quota/quota_client.py +229 -2
  126. tccli/services/quota/v20241204/api.json +451 -2
  127. tccli/services/quota/v20241204/examples.json +42 -3
  128. tccli/services/rce/rce_client.py +5 -2
  129. tccli/services/redis/redis_client.py +545 -218
  130. tccli/services/redis/v20180412/api.json +225 -113
  131. tccli/services/redis/v20180412/examples.json +19 -19
  132. tccli/services/region/region_client.py +15 -6
  133. tccli/services/rum/rum_client.py +300 -120
  134. tccli/services/scf/scf_client.py +210 -84
  135. tccli/services/ses/ses_client.py +145 -58
  136. tccli/services/sms/sms_client.py +90 -36
  137. tccli/services/sqlserver/sqlserver_client.py +695 -278
  138. tccli/services/ssl/ssl_client.py +190 -76
  139. tccli/services/ssm/ssm_client.py +120 -48
  140. tccli/services/sts/sts_client.py +25 -10
  141. tccli/services/tag/tag_client.py +150 -60
  142. tccli/services/tat/tat_client.py +95 -38
  143. tccli/services/tbaas/tbaas_client.py +20 -8
  144. tccli/services/tcaplusdb/tcaplusdb_client.py +260 -104
  145. tccli/services/tchd/tchd_client.py +5 -2
  146. tccli/services/tcmpp/tcmpp_client.py +520 -208
  147. tccli/services/tcr/tcr_client.py +380 -152
  148. tccli/services/tcsas/tcsas_client.py +295 -118
  149. tccli/services/tcsas/v20250106/api.json +101 -61
  150. tccli/services/tcsas/v20250106/examples.json +2 -2
  151. tccli/services/tcss/tcss_client.py +1650 -660
  152. tccli/services/tdid/tdid_client.py +240 -96
  153. tccli/services/tdmq/tdmq_client.py +470 -188
  154. tccli/services/tem/tem_client.py +280 -112
  155. tccli/services/teo/teo_client.py +1365 -483
  156. tccli/services/teo/v20220901/api.json +354 -39
  157. tccli/services/teo/v20220901/examples.json +24 -0
  158. tccli/services/tione/tione_client.py +5 -2
  159. tccli/services/tiw/tiw_client.py +255 -102
  160. tccli/services/tke/tke_client.py +690 -276
  161. tccli/services/tms/tms_client.py +5 -2
  162. tccli/services/tmt/tmt_client.py +5 -2
  163. tccli/services/trabbit/trabbit_client.py +145 -58
  164. tccli/services/trro/trro_client.py +95 -38
  165. tccli/services/trtc/trtc_client.py +255 -102
  166. tccli/services/trtc/v20190722/api.json +6 -6
  167. tccli/services/trtc/v20190722/examples.json +7 -7
  168. tccli/services/tts/tts_client.py +5 -2
  169. tccli/services/vclm/vclm_client.py +10 -4
  170. tccli/services/vm/vm_client.py +20 -8
  171. tccli/services/vod/vod_client.py +895 -358
  172. tccli/services/vpc/v20170312/api.json +970 -75
  173. tccli/services/vpc/v20170312/examples.json +106 -10
  174. tccli/services/vpc/vpc_client.py +2159 -644
  175. tccli/services/waf/waf_client.py +535 -214
  176. tccli/services/wedata/v20250806/api.json +13644 -0
  177. tccli/services/wedata/v20250806/examples.json +621 -0
  178. tccli/services/wedata/wedata_client.py +6067 -1263
  179. tccli/services/yunjing/yunjing_client.py +355 -142
  180. {tccli_intl_en-3.0.1265.1.dist-info → tccli_intl_en-3.0.1283.1.dist-info}/METADATA +4 -7
  181. {tccli_intl_en-3.0.1265.1.dist-info → tccli_intl_en-3.0.1283.1.dist-info}/RECORD +185 -179
  182. {tccli_intl_en-3.0.1265.1.dist-info → tccli_intl_en-3.0.1283.1.dist-info}/WHEEL +1 -1
  183. {tccli_intl_en-3.0.1265.1.dist-info → tccli_intl_en-3.0.1283.1.dist-info}/entry_points.txt +0 -1
  184. {tccli_intl_en-3.0.1265.1.dist-info → tccli_intl_en-3.0.1283.1.dist-info}/LICENSE +0 -0
  185. {tccli_intl_en-3.0.1265.1.dist-info → tccli_intl_en-3.0.1283.1.dist-info}/top_level.txt +0 -0
@@ -91,6 +91,13 @@
91
91
  "output": "CreateScheduleResponse",
92
92
  "status": "online"
93
93
  },
94
+ "CreateSmartEraseTemplate": {
95
+ "document": "This API is used to create a custom smart erasing template.",
96
+ "input": "CreateSmartEraseTemplateRequest",
97
+ "name": "Creates a smart erasing template",
98
+ "output": "CreateSmartEraseTemplateResponse",
99
+ "status": "online"
100
+ },
94
101
  "CreateSmartSubtitleTemplate": {
95
102
  "document": "This API is used to create a custom smart subtitle template.",
96
103
  "input": "CreateSmartSubtitleTemplateRequest",
@@ -217,6 +224,13 @@
217
224
  "output": "DeleteScheduleResponse",
218
225
  "status": "online"
219
226
  },
227
+ "DeleteSmartEraseTemplate": {
228
+ "document": "This API is used to delete a user-defined smart erasing template.",
229
+ "input": "DeleteSmartEraseTemplateRequest",
230
+ "name": "Deletes a smart erasing template",
231
+ "output": "DeleteSmartEraseTemplateResponse",
232
+ "status": "online"
233
+ },
220
234
  "DeleteSmartSubtitleTemplate": {
221
235
  "document": "This API is used to delete a user-defined smart subtitle template.",
222
236
  "input": "DeleteSmartSubtitleTemplateRequest",
@@ -371,6 +385,13 @@
371
385
  "output": "DescribeSchedulesResponse",
372
386
  "status": "online"
373
387
  },
388
+ "DescribeSmartEraseTemplates": {
389
+ "document": "This API is used to obtain the list of smart erasing template details based on the unique identifier of the template. The returned result includes all matching user-defined smart erasing templates and system preset smart erasing templates.",
390
+ "input": "DescribeSmartEraseTemplatesRequest",
391
+ "name": "Obtains the smart erasing template list",
392
+ "output": "DescribeSmartEraseTemplatesResponse",
393
+ "status": "online"
394
+ },
374
395
  "DescribeSmartSubtitleTemplates": {
375
396
  "document": "This API is used to obtain the list of smart subtitle templates based on template unique identifier. The returned result includes all matching user-defined smart subtitle templates and system preset smart subtitle templates.",
376
397
  "input": "DescribeSmartSubtitleTemplatesRequest",
@@ -567,6 +588,13 @@
567
588
  "output": "ModifyScheduleResponse",
568
589
  "status": "online"
569
590
  },
591
+ "ModifySmartEraseTemplate": {
592
+ "document": "This API is used to modify a user-defined smart erasing template.",
593
+ "input": "ModifySmartEraseTemplateRequest",
594
+ "name": "Modifies a smart erasing template",
595
+ "output": "ModifySmartEraseTemplateResponse",
596
+ "status": "online"
597
+ },
570
598
  "ModifySmartSubtitleTemplate": {
571
599
  "document": "This API is used to modify a user-defined smart subtitle template.",
572
600
  "input": "ModifySmartSubtitleTemplateRequest",
@@ -1402,6 +1430,17 @@
1402
1430
  "required": false,
1403
1431
  "type": "string",
1404
1432
  "value_allowed_null": false
1433
+ },
1434
+ {
1435
+ "disabled": false,
1436
+ "document": "Specifies the frame at the given pts time as a key frame and segments it. unit: milliseconds (relative deviation <=1ms is allowed). when gop and segment duration are specified simultaneously, they function together. note: enable RawPts, keep the frame rate as source, and ensure the passed-in pts time corresponds to a frame in the source.\nNote: This field may return null, indicating that no valid values can be obtained.",
1437
+ "example": "[1000, 2000]",
1438
+ "member": "int64",
1439
+ "name": "KeyPTSList",
1440
+ "output_required": false,
1441
+ "required": false,
1442
+ "type": "list",
1443
+ "value_allowed_null": true
1405
1444
  }
1406
1445
  ],
1407
1446
  "usage": "both"
@@ -1628,6 +1667,100 @@
1628
1667
  "required": false,
1629
1668
  "type": "string",
1630
1669
  "value_allowed_null": true
1670
+ },
1671
+ {
1672
+ "disabled": false,
1673
+ "document": "Output format of the subtitle. valid values: \"WebVTT\", \"TTML\".\nDefault value: \"WebVTT\".",
1674
+ "example": "WebVTT",
1675
+ "member": "string",
1676
+ "name": "OutputFormat",
1677
+ "output_required": false,
1678
+ "required": false,
1679
+ "type": "string",
1680
+ "value_allowed_null": false
1681
+ },
1682
+ {
1683
+ "disabled": false,
1684
+ "document": "Default subtitle track. specifies the current subtitle as the default track when true. a maximum of 1 default subtitle track can be specified.\nDefault value: `false`.",
1685
+ "example": "false",
1686
+ "member": "bool",
1687
+ "name": "DefaultTrack",
1688
+ "output_required": false,
1689
+ "required": false,
1690
+ "type": "bool",
1691
+ "value_allowed_null": false
1692
+ }
1693
+ ],
1694
+ "usage": "both"
1695
+ },
1696
+ "AdvancedSuperResolutionConfig": {
1697
+ "document": "Super-resolution configuration.",
1698
+ "members": [
1699
+ {
1700
+ "disabled": false,
1701
+ "document": "Capability configuration switch. Valid values:\n<li>ON: enabled.</li>\n<li>OFF: disabled.</li>\nDefault value: ON.",
1702
+ "example": "ON",
1703
+ "member": "string",
1704
+ "name": "Switch",
1705
+ "output_required": true,
1706
+ "required": false,
1707
+ "type": "string",
1708
+ "value_allowed_null": false
1709
+ },
1710
+ {
1711
+ "disabled": false,
1712
+ "document": "Type. Valid values:\n<li>standard: standard super-resolution.</li>\n<li>super: advanced super-resolution.</li>\nDefault value: standard.\nNote: This field may return null, indicating that no valid values can be obtained.",
1713
+ "example": "standard",
1714
+ "member": "string",
1715
+ "name": "Type",
1716
+ "output_required": true,
1717
+ "required": false,
1718
+ "type": "string",
1719
+ "value_allowed_null": true
1720
+ },
1721
+ {
1722
+ "disabled": false,
1723
+ "document": "Image output mode. The default value is percent.\n<li>aspect: obtain a larger rectangle with specified width and height through super-resolution.</li>\n<li>fixed: obtain images of fixed width and height through super-resolution, with forced scaling supported.</li>\n<li>percent: magnification factor of super-resolution, which can be a decimal.</li>\nNote: This field may return null, indicating that no valid values can be obtained.",
1724
+ "example": "percent",
1725
+ "member": "string",
1726
+ "name": "Mode",
1727
+ "output_required": true,
1728
+ "required": false,
1729
+ "type": "string",
1730
+ "value_allowed_null": true
1731
+ },
1732
+ {
1733
+ "disabled": false,
1734
+ "document": "Magnification factor of super-resolution, which can be a decimal.\nNote: This field may return null, indicating that no valid values can be obtained.",
1735
+ "example": "2.0",
1736
+ "member": "float",
1737
+ "name": "Percent",
1738
+ "output_required": true,
1739
+ "required": false,
1740
+ "type": "float",
1741
+ "value_allowed_null": true
1742
+ },
1743
+ {
1744
+ "disabled": false,
1745
+ "document": "Width of the target image. The value cannot exceed 4096.\nNote: This field may return null, indicating that no valid values can be obtained.",
1746
+ "example": "1280",
1747
+ "member": "int64",
1748
+ "name": "Width",
1749
+ "output_required": true,
1750
+ "required": false,
1751
+ "type": "int",
1752
+ "value_allowed_null": true
1753
+ },
1754
+ {
1755
+ "disabled": false,
1756
+ "document": "Height of the target image. The value cannot exceed 4096.\nNote: This field may return null, indicating that no valid values can be obtained.",
1757
+ "example": "720",
1758
+ "member": "int64",
1759
+ "name": "Height",
1760
+ "output_required": true,
1761
+ "required": false,
1762
+ "type": "int",
1763
+ "value_allowed_null": true
1631
1764
  }
1632
1765
  ],
1633
1766
  "usage": "both"
@@ -1637,7 +1770,7 @@
1637
1770
  "members": [
1638
1771
  {
1639
1772
  "disabled": false,
1640
- "document": "Task type. valid values:.\n<Li>Classification: intelligent classification.</li>.\n<Li>Cover: specifies the intelligent cover.</li>.\n<Li>Tag: intelligent tag.</li>.\n<Li>FrameTag: specifies intelligent frame-by-frame tagging.</li>.\n<Li>Highlight: intelligent highlights</li>.\n<Li>DeLogo: intelligent removal.</li>.\n<li>Description: large model summarization.</li>\n\n<Li>Dubbing: intelligent dubbing.</li>.",
1773
+ "document": "Task type. Valid values:\n<li>Classification: smart classification.</li>\n<li>Cover: smart cover.</li>\n<li>Tag: smart tag.</li>\n<li>FrameTag: smart frame tag.</li>\n<li>Highlight: smart highlights.</li>\n<li>DeLogo: smart erasing.</li>\n<li>Description: LLM summary.</li>\n<li>Dubbing: smart dubbing.</li>\n<li>VideoRemake: video deduplication.</li>\n<li>VideoComprehension: video (audio) recognition.</li>",
1641
1774
  "example": "Classification",
1642
1775
  "member": "string",
1643
1776
  "name": "Type",
@@ -1754,6 +1887,26 @@
1754
1887
  "output_required": false,
1755
1888
  "type": "object",
1756
1889
  "value_allowed_null": true
1890
+ },
1891
+ {
1892
+ "disabled": false,
1893
+ "document": "The query result of a video content deduplication task, which is valid when the task type is VideoRemake.\nNote: This field may return null, indicating that no valid value can be obtained.",
1894
+ "example": "无",
1895
+ "member": "AiAnalysisTaskVideoRemakeResult",
1896
+ "name": "VideoRemakeTask",
1897
+ "output_required": false,
1898
+ "type": "object",
1899
+ "value_allowed_null": true
1900
+ },
1901
+ {
1902
+ "disabled": false,
1903
+ "document": "Query result of the video (audio) recognition task. This parameter is valid when the task type is VideoComprehension.\nNote: This field may return null, indicating that no valid values can be obtained.",
1904
+ "example": "无",
1905
+ "member": "AiAnalysisTaskVideoComprehensionResult",
1906
+ "name": "VideoComprehensionTask",
1907
+ "output_required": false,
1908
+ "type": "object",
1909
+ "value_allowed_null": true
1757
1910
  }
1758
1911
  ],
1759
1912
  "usage": "out"
@@ -2934,127 +3087,353 @@
2934
3087
  ],
2935
3088
  "usage": "out"
2936
3089
  },
2937
- "AiContentReviewResult": {
2938
- "document": "Content audit result",
3090
+ "AiAnalysisTaskVideoComprehensionInput": {
3091
+ "document": "Input file for the video (audio) recognition task.",
2939
3092
  "members": [
2940
3093
  {
2941
3094
  "disabled": false,
2942
- "document": "Task type. Valid values:\n<li>Porn (in images)</li>\n<li>Terrorism (in images)</li>\n<li>Political (in images)</li>\n<li>Porn.Asr</li>\n<li>Porn.Ocr</li>\n<li>Political.Asr</li>\n<li>Political.Ocr</li>\n<li>Terrorism.Ocr</li>\n<li>Prohibited.Asr</li>\n<li>Prohibited.Ocr</li>",
2943
- "example": "\"Political\"",
3095
+ "document": "Video (audio) recognition template ID.",
3096
+ "example": "33",
3097
+ "member": "uint64",
3098
+ "name": "Definition",
3099
+ "output_required": true,
3100
+ "type": "int",
3101
+ "value_allowed_null": false
3102
+ }
3103
+ ],
3104
+ "usage": "out"
3105
+ },
3106
+ "AiAnalysisTaskVideoComprehensionOutput": {
3107
+ "document": "Information about the video (audio) recognition output content result.",
3108
+ "members": [
3109
+ {
3110
+ "disabled": false,
3111
+ "document": "Details of the video (audio) recognition output content.",
3112
+ "example": "您好!作为一名专业的音乐分析师,非常荣幸能为您分析这段《梦中的婚礼》的钢琴弹奏。这是一首非常优美且广为人知的曲子,能选择它来练习,说明您对音乐有很好的品味和追求....",
2944
3113
  "member": "string",
2945
- "name": "Type",
2946
- "required": true,
3114
+ "name": "VideoComprehensionAnalysisResult",
3115
+ "output_required": true,
2947
3116
  "type": "string",
2948
3117
  "value_allowed_null": false
2949
- },
3118
+ }
3119
+ ],
3120
+ "usage": "out"
3121
+ },
3122
+ "AiAnalysisTaskVideoComprehensionResult": {
3123
+ "document": "Video (audio) recognition result.",
3124
+ "members": [
2950
3125
  {
2951
3126
  "disabled": false,
2952
- "document": "Sample rate, which indicates the number of video frames captured per second for audit",
2953
- "example": "0",
2954
- "member": "float",
2955
- "name": "SampleRate",
2956
- "required": true,
2957
- "type": "float",
3127
+ "document": "Task status. Valid values: `PROCESSING`, `SUCCESS`, and `FAIL`.",
3128
+ "example": "SUCCESS",
3129
+ "member": "string",
3130
+ "name": "Status",
3131
+ "output_required": true,
3132
+ "type": "string",
2958
3133
  "value_allowed_null": false
2959
3134
  },
2960
3135
  {
2961
3136
  "disabled": false,
2962
- "document": "Audited video duration in seconds.",
3137
+ "document": "Error code. 0: successful; other values: failed.",
2963
3138
  "example": "0",
2964
- "member": "float",
2965
- "name": "Duration",
2966
- "required": true,
2967
- "type": "float",
3139
+ "member": "int64",
3140
+ "name": "ErrCode",
3141
+ "output_required": true,
3142
+ "type": "int",
2968
3143
  "value_allowed_null": false
2969
3144
  },
2970
3145
  {
2971
3146
  "disabled": false,
2972
- "document": "Query result of an intelligent porn information detection in image task in video content audit, which is valid when task type is `Porn`.\nNote: This field may return null, indicating that no valid values can be obtained.",
2973
- "example": "NULL",
2974
- "member": "AiReviewTaskPornResult",
2975
- "name": "PornTask",
2976
- "required": true,
2977
- "type": "object",
2978
- "value_allowed_null": true
2979
- },
2980
- {
2981
- "disabled": false,
2982
- "document": "The result of detecting terrorism content in images, which is valid when the task type is `Terrorism`.\nNote: This field may return `null`, indicating that no valid values can be obtained.",
2983
- "example": "NULL",
2984
- "member": "AiReviewTaskTerrorismResult",
2985
- "name": "TerrorismTask",
2986
- "required": true,
2987
- "type": "object",
2988
- "value_allowed_null": true
3147
+ "document": "Error message.",
3148
+ "example": "SUCCESS",
3149
+ "member": "string",
3150
+ "name": "Message",
3151
+ "output_required": true,
3152
+ "type": "string",
3153
+ "value_allowed_null": false
2989
3154
  },
2990
3155
  {
2991
3156
  "disabled": false,
2992
- "document": "The result of detecting politically sensitive information in images, which is valid when the task type is `Political`.\nNote: This field may return `null`, indicating that no valid values can be obtained.",
2993
- "example": "NULL",
2994
- "member": "AiReviewTaskPoliticalResult",
2995
- "name": "PoliticalTask",
2996
- "required": true,
3157
+ "document": "Input file for video (audio) recognition.",
3158
+ "example": "",
3159
+ "member": "AiAnalysisTaskVideoComprehensionInput",
3160
+ "name": "Input",
3161
+ "output_required": true,
2997
3162
  "type": "object",
2998
- "value_allowed_null": true
3163
+ "value_allowed_null": false
2999
3164
  },
3000
3165
  {
3001
3166
  "disabled": false,
3002
- "document": "Query result of an ASR-based porn information detection in text task in video content audit, which is valid when task type is `Porn.Asr`.\nNote: This field may return null, indicating that no valid values can be obtained.",
3003
- "example": "NULL",
3004
- "member": "AiReviewTaskPornAsrResult",
3005
- "name": "PornAsrTask",
3006
- "required": true,
3167
+ "document": "Output file for video (audio) recognition.\nNote: This field may return null, indicating that no valid values can be obtained.",
3168
+ "example": "",
3169
+ "member": "AiAnalysisTaskVideoComprehensionOutput",
3170
+ "name": "Output",
3171
+ "output_required": true,
3007
3172
  "type": "object",
3008
3173
  "value_allowed_null": true
3009
3174
  },
3010
3175
  {
3011
3176
  "disabled": false,
3012
- "document": "Query result of an OCR-based porn information detection in text task in video content audit, which is valid when task type is `Porn.Ocr`.\nNote: This field may return null, indicating that no valid values can be obtained.",
3013
- "example": "NULL",
3014
- "member": "AiReviewTaskPornOcrResult",
3015
- "name": "PornOcrTask",
3016
- "required": true,
3017
- "type": "object",
3018
- "value_allowed_null": true
3177
+ "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.",
3178
+ "example": "InvalidInput",
3179
+ "member": "string",
3180
+ "name": "ErrCodeExt",
3181
+ "output_required": true,
3182
+ "type": "string",
3183
+ "value_allowed_null": false
3019
3184
  },
3020
3185
  {
3021
3186
  "disabled": false,
3022
- "document": "The result of detecting politically sensitive information based on ASR, which is valid when the task type is `Political.Asr`.\nNote: This field may return `null`, indicating that no valid values can be obtained.",
3023
- "example": "NULL",
3024
- "member": "AiReviewTaskPoliticalAsrResult",
3025
- "name": "PoliticalAsrTask",
3026
- "required": true,
3027
- "type": "object",
3028
- "value_allowed_null": true
3187
+ "document": "Task progress",
3188
+ "example": "100",
3189
+ "member": "uint64",
3190
+ "name": "Progress",
3191
+ "output_required": true,
3192
+ "type": "int",
3193
+ "value_allowed_null": false
3029
3194
  },
3030
3195
  {
3031
3196
  "disabled": false,
3032
- "document": "The result of detecting politically sensitive information based on OCR, which is valid when the task type is `Political.Ocr`.\nNote: This field may return `null`, indicating that no valid values can be obtained.",
3033
- "example": "NULL",
3034
- "member": "AiReviewTaskPoliticalOcrResult",
3035
- "name": "PoliticalOcrTask",
3036
- "required": true,
3037
- "type": "object",
3038
- "value_allowed_null": true
3197
+ "document": "Starting time of task execution, in ISO date and time format.",
3198
+ "example": "2024-05-25T02:55:55Z",
3199
+ "member": "string",
3200
+ "name": "BeginProcessTime",
3201
+ "output_required": true,
3202
+ "type": "string",
3203
+ "value_allowed_null": false
3039
3204
  },
3040
3205
  {
3041
3206
  "disabled": false,
3042
- "document": "The result of detecting terrorism content based on OCR, which is valid when task type is `Terrorism.Ocr`.\nNote: This field may return `null`, indicating that no valid values can be obtained.",
3043
- "example": "NULL",
3044
- "member": "AiReviewTaskTerrorismOcrResult",
3045
- "name": "TerrorismOcrTask",
3046
- "required": true,
3047
- "type": "object",
3048
- "value_allowed_null": true
3049
- },
3207
+ "document": "Completion time of task execution, in ISO date and time format.",
3208
+ "example": "2024-05-25T02:55:58Z",
3209
+ "member": "string",
3210
+ "name": "FinishTime",
3211
+ "output_required": true,
3212
+ "type": "string",
3213
+ "value_allowed_null": false
3214
+ }
3215
+ ],
3216
+ "usage": "out"
3217
+ },
3218
+ "AiAnalysisTaskVideoRemakeInput": {
3219
+ "document": "Video deduplication task input type.",
3220
+ "members": [
3050
3221
  {
3051
3222
  "disabled": false,
3052
- "document": "Query result of ASR-based prohibited information detection in speech task in video content audit, which is valid if task type is `Prohibited.Asr`.",
3053
- "example": "NULL",
3054
- "member": "AiReviewTaskProhibitedAsrResult",
3055
- "name": "ProhibitedAsrTask",
3056
- "required": true,
3057
- "type": "object",
3223
+ "document": "Intelligent deduplication template ID.",
3224
+ "example": "28",
3225
+ "member": "uint64",
3226
+ "name": "Definition",
3227
+ "output_required": false,
3228
+ "type": "int",
3229
+ "value_allowed_null": false
3230
+ }
3231
+ ],
3232
+ "usage": "out"
3233
+ },
3234
+ "AiAnalysisTaskVideoRemakeOutput": {
3235
+ "document": "Video deduplication result information.",
3236
+ "members": [
3237
+ {
3238
+ "disabled": false,
3239
+ "document": "Specifies the file path for intelligent video deduplication.",
3240
+ "example": "/output/htv-process-result.mp4",
3241
+ "member": "string",
3242
+ "name": "Path",
3243
+ "output_required": false,
3244
+ "type": "string",
3245
+ "value_allowed_null": false
3246
+ },
3247
+ {
3248
+ "disabled": false,
3249
+ "document": "Specifies the storage location for intelligent video deduplication.",
3250
+ "example": "无",
3251
+ "member": "TaskOutputStorage",
3252
+ "name": "OutputStorage",
3253
+ "output_required": false,
3254
+ "type": "object",
3255
+ "value_allowed_null": false
3256
+ }
3257
+ ],
3258
+ "usage": "out"
3259
+ },
3260
+ "AiAnalysisTaskVideoRemakeResult": {
3261
+ "document": "Video deduplication result data structure.",
3262
+ "members": [
3263
+ {
3264
+ "disabled": false,
3265
+ "document": "Specifies the task status. valid values: `PROCESSING`, `SUCCESS`, and `FAIL`.",
3266
+ "example": "SUCCESS",
3267
+ "member": "string",
3268
+ "name": "Status",
3269
+ "output_required": true,
3270
+ "type": "string",
3271
+ "value_allowed_null": false
3272
+ },
3273
+ {
3274
+ "disabled": false,
3275
+ "document": "Error code. 0: success. other values: failure.",
3276
+ "example": "0",
3277
+ "member": "int64",
3278
+ "name": "ErrCode",
3279
+ "output_required": true,
3280
+ "type": "int",
3281
+ "value_allowed_null": false
3282
+ },
3283
+ {
3284
+ "disabled": false,
3285
+ "document": "Error message.",
3286
+ "example": "SUCCESS",
3287
+ "member": "string",
3288
+ "name": "Message",
3289
+ "output_required": true,
3290
+ "type": "string",
3291
+ "value_allowed_null": false
3292
+ },
3293
+ {
3294
+ "disabled": false,
3295
+ "document": "Deduplication task input.",
3296
+ "example": "无",
3297
+ "member": "AiAnalysisTaskVideoRemakeInput",
3298
+ "name": "Input",
3299
+ "output_required": true,
3300
+ "type": "object",
3301
+ "value_allowed_null": false
3302
+ },
3303
+ {
3304
+ "disabled": false,
3305
+ "document": "Task output.\nNote: This field may return null, indicating that no valid value can be obtained.",
3306
+ "example": "无",
3307
+ "member": "AiAnalysisTaskVideoRemakeOutput",
3308
+ "name": "Output",
3309
+ "output_required": true,
3310
+ "type": "object",
3311
+ "value_allowed_null": true
3312
+ }
3313
+ ],
3314
+ "usage": "out"
3315
+ },
3316
+ "AiContentReviewResult": {
3317
+ "document": "Content audit result",
3318
+ "members": [
3319
+ {
3320
+ "disabled": false,
3321
+ "document": "Task type. Valid values:\n<li>Porn (in images)</li>\n<li>Terrorism (in images)</li>\n<li>Political (in images)</li>\n<li>Porn.Asr</li>\n<li>Porn.Ocr</li>\n<li>Political.Asr</li>\n<li>Political.Ocr</li>\n<li>Terrorism.Ocr</li>\n<li>Prohibited.Asr</li>\n<li>Prohibited.Ocr</li>",
3322
+ "example": "\"Political\"",
3323
+ "member": "string",
3324
+ "name": "Type",
3325
+ "required": true,
3326
+ "type": "string",
3327
+ "value_allowed_null": false
3328
+ },
3329
+ {
3330
+ "disabled": false,
3331
+ "document": "Sample rate, which indicates the number of video frames captured per second for audit",
3332
+ "example": "0",
3333
+ "member": "float",
3334
+ "name": "SampleRate",
3335
+ "required": true,
3336
+ "type": "float",
3337
+ "value_allowed_null": false
3338
+ },
3339
+ {
3340
+ "disabled": false,
3341
+ "document": "Audited video duration in seconds.",
3342
+ "example": "0",
3343
+ "member": "float",
3344
+ "name": "Duration",
3345
+ "required": true,
3346
+ "type": "float",
3347
+ "value_allowed_null": false
3348
+ },
3349
+ {
3350
+ "disabled": false,
3351
+ "document": "Query result of an intelligent porn information detection in image task in video content audit, which is valid when task type is `Porn`.\nNote: This field may return null, indicating that no valid values can be obtained.",
3352
+ "example": "NULL",
3353
+ "member": "AiReviewTaskPornResult",
3354
+ "name": "PornTask",
3355
+ "required": true,
3356
+ "type": "object",
3357
+ "value_allowed_null": true
3358
+ },
3359
+ {
3360
+ "disabled": false,
3361
+ "document": "The result of detecting terrorism content in images, which is valid when the task type is `Terrorism`.\nNote: This field may return `null`, indicating that no valid values can be obtained.",
3362
+ "example": "NULL",
3363
+ "member": "AiReviewTaskTerrorismResult",
3364
+ "name": "TerrorismTask",
3365
+ "required": true,
3366
+ "type": "object",
3367
+ "value_allowed_null": true
3368
+ },
3369
+ {
3370
+ "disabled": false,
3371
+ "document": "The result of detecting politically sensitive information in images, which is valid when the task type is `Political`.\nNote: This field may return `null`, indicating that no valid values can be obtained.",
3372
+ "example": "NULL",
3373
+ "member": "AiReviewTaskPoliticalResult",
3374
+ "name": "PoliticalTask",
3375
+ "required": true,
3376
+ "type": "object",
3377
+ "value_allowed_null": true
3378
+ },
3379
+ {
3380
+ "disabled": false,
3381
+ "document": "Query result of an ASR-based porn information detection in text task in video content audit, which is valid when task type is `Porn.Asr`.\nNote: This field may return null, indicating that no valid values can be obtained.",
3382
+ "example": "NULL",
3383
+ "member": "AiReviewTaskPornAsrResult",
3384
+ "name": "PornAsrTask",
3385
+ "required": true,
3386
+ "type": "object",
3387
+ "value_allowed_null": true
3388
+ },
3389
+ {
3390
+ "disabled": false,
3391
+ "document": "Query result of an OCR-based porn information detection in text task in video content audit, which is valid when task type is `Porn.Ocr`.\nNote: This field may return null, indicating that no valid values can be obtained.",
3392
+ "example": "NULL",
3393
+ "member": "AiReviewTaskPornOcrResult",
3394
+ "name": "PornOcrTask",
3395
+ "required": true,
3396
+ "type": "object",
3397
+ "value_allowed_null": true
3398
+ },
3399
+ {
3400
+ "disabled": false,
3401
+ "document": "The result of detecting politically sensitive information based on ASR, which is valid when the task type is `Political.Asr`.\nNote: This field may return `null`, indicating that no valid values can be obtained.",
3402
+ "example": "NULL",
3403
+ "member": "AiReviewTaskPoliticalAsrResult",
3404
+ "name": "PoliticalAsrTask",
3405
+ "required": true,
3406
+ "type": "object",
3407
+ "value_allowed_null": true
3408
+ },
3409
+ {
3410
+ "disabled": false,
3411
+ "document": "The result of detecting politically sensitive information based on OCR, which is valid when the task type is `Political.Ocr`.\nNote: This field may return `null`, indicating that no valid values can be obtained.",
3412
+ "example": "NULL",
3413
+ "member": "AiReviewTaskPoliticalOcrResult",
3414
+ "name": "PoliticalOcrTask",
3415
+ "required": true,
3416
+ "type": "object",
3417
+ "value_allowed_null": true
3418
+ },
3419
+ {
3420
+ "disabled": false,
3421
+ "document": "The result of detecting terrorism content based on OCR, which is valid when task type is `Terrorism.Ocr`.\nNote: This field may return `null`, indicating that no valid values can be obtained.",
3422
+ "example": "NULL",
3423
+ "member": "AiReviewTaskTerrorismOcrResult",
3424
+ "name": "TerrorismOcrTask",
3425
+ "required": true,
3426
+ "type": "object",
3427
+ "value_allowed_null": true
3428
+ },
3429
+ {
3430
+ "disabled": false,
3431
+ "document": "Query result of ASR-based prohibited information detection in speech task in video content audit, which is valid if task type is `Prohibited.Asr`.",
3432
+ "example": "NULL",
3433
+ "member": "AiReviewTaskProhibitedAsrResult",
3434
+ "name": "ProhibitedAsrTask",
3435
+ "required": true,
3436
+ "type": "object",
3058
3437
  "value_allowed_null": true
3059
3438
  },
3060
3439
  {
@@ -6718,7 +7097,7 @@
6718
7097
  },
6719
7098
  {
6720
7099
  "disabled": false,
6721
- "document": "Audio stream sampling rate. Different sampling rate options are provided for different encoding standards. For details, see [Audio/Video Transcoding Template](https://intl.cloud.tencent.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.",
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.",
6722
7101
  "example": "44100",
6723
7102
  "member": "uint64",
6724
7103
  "name": "SampleRate",
@@ -6779,7 +7158,7 @@
6779
7158
  },
6780
7159
  {
6781
7160
  "disabled": false,
6782
- "document": "The sampling rate of the audio stream. the sampling rate options supported by different encoding standards are different. for details, see the audio sample rate support scope document (https://intl.cloud.tencent.com/document/product/862/77166?from_cn_redirect=1#f3b039f1-d817-4a96-b4e4-90132d31cd53).\nUnit: Hz.\nPlease ensure that the sampling rate of the source audio stream is within the scope of the above options. otherwise, transcoding failure may occur.\nNote: This field may return null, indicating that no valid value can be obtained.",
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.",
6783
7162
  "example": "44100",
6784
7163
  "member": "uint64",
6785
7164
  "name": "SampleRate",
@@ -6802,7 +7181,7 @@
6802
7181
  {
6803
7182
  "disabled": false,
6804
7183
  "document": "The audio tracks to retain. All audio tracks are retained by default.",
6805
- "example": "NULL",
7184
+ "example": "[0]",
6806
7185
  "member": "int64",
6807
7186
  "name": "StreamSelects",
6808
7187
  "output_required": false,
@@ -8248,7 +8627,7 @@
8248
8627
  },
8249
8628
  {
8250
8629
  "disabled": false,
8251
- "document": "Format list of files that can trigger a workflow, such as [\"mp4\", \"flv\", \"mov\"]. If this parameter is left empty, files in all formats can trigger the workflow.",
8630
+ "document": "All supported formats are as follows:\n- Video file extension. The following 15 options are supported:\n`.mp4`, `.avi`, `.mov`, `.wmv`, `.flv`, `.mkv`, `.mpg`, `.mpeg`, `.rm`, `.rmvb`, `.asf`, `.3gp`, `.webm`, `.ts`, and `.m4v`.\n- Audio file extension. The following 7 options are supported:\n`.mp3`, `.wav`, `.aac`, `.flac`, `.ogg`, `.m4a`, and `.amr`.\n- Subtitle file extension. The following 2 options are supported:\n`.vtt` and `.srt`.\n- `*`: any file format is supported.\n- Unspecified or input an empty list: the system supports the following preset file formats: video (`.mp4`, `.ts`, `.flv`, `.wmv`, `.asf`, `.rm`, `.rmvb`, `.mpg`, `.mpeg`, `.3gp`, `.mov`, `.webm`, `.mkv`, `.avi`, and `.m4v`); audio (`.mp3`, `.m4a`, `.flac`, `.ogg`, `.wav`, `.amr`, and `.aac`); subtitle (`.vtt` and `.srt`).\n**Note**:\n1. If the input format list includes `*`, it indicates that any file format is supported.\n2. File extensions can be provided with or without `.`, such as `.mp4` or `mp4`, both are supported.\n3. Custom file extensions should consist of digits, letters, and characters, and have a length between 1 and 64 characters.",
8252
8631
  "example": "[\"mp4\",\"flv\",\"mov\"]",
8253
8632
  "member": "string",
8254
8633
  "name": "Formats",
@@ -8591,7 +8970,7 @@
8591
8970
  },
8592
8971
  {
8593
8972
  "disabled": false,
8594
- "document": "Indicates whether it is audio-only. 0 means video template, 1 means audio-only template.\nWhen the value is 1.\n1. StreamInfos.N.RemoveVideo=1\n2. StreamInfos.N.RemoveAudio=0\n3. StreamInfos.N.Video.Codec=copy\nWhen the value is 0.\n1. StreamInfos.N.Video.Codec cannot be copy.\n2. StreamInfos.N.Video.Fps cannot be null.\n\nNote:\n\nThis value only distinguishes template types. The task uses the values of RemoveAudio and RemoveVideo.",
8973
+ "document": "Indicates whether it is audio-only. 0 means video template, 1 means audio-only template.\nWhen the value is 1.\n1. StreamInfos.N.RemoveVideo=1\n2. StreamInfos.N.RemoveAudio=0\n3. StreamInfos.N.Video.Codec=copy\n\nWhen the value is 0.\n1. StreamInfos.N.Video.Codec cannot be copy.\n2. StreamInfos.N.Video.Fps cannot be null.\n\nNote:\nThis value only distinguishes template types. The task uses the values of RemoveAudio and RemoveVideo.",
8595
8974
  "example": "0",
8596
8975
  "member": "uint64",
8597
8976
  "name": "PureAudio",
@@ -8600,7 +8979,7 @@
8600
8979
  },
8601
8980
  {
8602
8981
  "disabled": false,
8603
- "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.",
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.",
8604
8983
  "example": "ts-segment",
8605
8984
  "member": "string",
8606
8985
  "name": "SegmentType",
@@ -9064,7 +9443,7 @@
9064
9443
  },
9065
9444
  {
9066
9445
  "disabled": false,
9067
- "document": "Recording type. Valid values: video: audio and video recording; audio: audio recording; auto: automatic detection. If it is left blank, the default value video is used.",
9446
+ "document": "Recording type. Valid values: \n\n- video: audio and video recording; \n- audio: audio recording; \n- auto: automatic detection;\n\nIf it is left blank, \"video\" will be used as the default value.",
9068
9447
  "example": "video",
9069
9448
  "member": "string",
9070
9449
  "name": "RecordType",
@@ -9452,13 +9831,13 @@
9452
9831
  ],
9453
9832
  "type": "object"
9454
9833
  },
9455
- "CreateSmartSubtitleTemplateRequest": {
9456
- "document": "CreateSmartSubtitleTemplate request structure.",
9834
+ "CreateSmartEraseTemplateRequest": {
9835
+ "document": "CreateSmartEraseTemplate request structure.",
9457
9836
  "members": [
9458
9837
  {
9459
9838
  "disabled": false,
9460
- "document": "Smart subtitle template name.\nLength limit: 64 characters.",
9461
- "example": "智能字幕模板",
9839
+ "document": "Length limit for the smart erasing template name: 64 characters.",
9840
+ "example": "智能擦除模板",
9462
9841
  "member": "string",
9463
9842
  "name": "Name",
9464
9843
  "required": true,
@@ -9466,25 +9845,16 @@
9466
9845
  },
9467
9846
  {
9468
9847
  "disabled": false,
9469
- "document": "Video source language for intelligent caption.\nValid values: \nzh: Simplified Chinese.\nen: Eenglish.\nJa: Japanese.\nKo: Korean.\nzh-PY: Simplified Chinese, English and Cantonese.\nzh-medical: Medical Chinese.\nyue: Cantonese.\nVi: Vietnamese.\nms: Malay.\nid: Indonesian.\nfil: Filipino.\nth: Thai.\npt: Portuguese.\ntr: Turkish.\nar: Arabic.\nes: Spanish.\nhi: Hindi\nFr: French.\nde: German.\nzh-dialect: Chinese dialect\nzh_en: Simplified Chinese and English\nprime_zh: Simplified Chinese, Chinese Dialect and English.",
9470
- "example": "zh",
9848
+ "document": "Erasing type.\n-subtitle: subtitle removal.\n-watermark: watermark removal.\n-privacy: privacy protection.",
9849
+ "example": "subtitle",
9471
9850
  "member": "string",
9472
- "name": "VideoSrcLanguage",
9851
+ "name": "EraseType",
9473
9852
  "required": true,
9474
9853
  "type": "string"
9475
9854
  },
9476
9855
  {
9477
9856
  "disabled": false,
9478
- "document": "Smart subtitle language type.\n0: source language\n1: target language\n2: source language + target language\nThe value can only be 0 when TranslateSwitch is set to OFF. The value can only be 1 or 2 when TranslateSwitch is set to ON.",
9479
- "example": "0",
9480
- "member": "int64",
9481
- "name": "SubtitleType",
9482
- "required": true,
9483
- "type": "int"
9484
- },
9485
- {
9486
- "disabled": false,
9487
- "document": "Smart subtitle template description.\nLength limit: 256 characters.",
9857
+ "document": "Length limit for the description information of the smart erasing template: 256 characters.",
9488
9858
  "example": "模板2",
9489
9859
  "member": "string",
9490
9860
  "name": "Comment",
@@ -9493,49 +9863,40 @@
9493
9863
  },
9494
9864
  {
9495
9865
  "disabled": false,
9496
- "document": "Intelligent subtitle file format.\nvtt: WebVTT format.\nsrt: SRT format.\nIf this field is left blank, no subtitle file will be generated.",
9497
- "example": "vtt",
9498
- "member": "string",
9499
- "name": "SubtitleFormat",
9500
- "required": false,
9501
- "type": "string"
9502
- },
9503
- {
9504
- "disabled": false,
9505
- "document": "ASR hotword lexicon parameter.",
9866
+ "document": "Subtitle erasing configuration. This parameter is required and valid only when the value of EraseType is set to subtitle.",
9506
9867
  "example": "无",
9507
- "member": "AsrHotWordsConfigure",
9508
- "name": "AsrHotWordsConfigure",
9868
+ "member": "SmartEraseSubtitleConfig",
9869
+ "name": "EraseSubtitleConfig",
9509
9870
  "required": false,
9510
9871
  "type": "object"
9511
9872
  },
9512
9873
  {
9513
9874
  "disabled": false,
9514
- "document": "Subtitle translation switch.\nON: enable translation\nOFF: disable translation",
9515
- "example": "ON",
9516
- "member": "string",
9517
- "name": "TranslateSwitch",
9875
+ "document": "Watermark erasing configuration. This parameter is required and valid only when the value of EraseType is set to watermark.",
9876
+ "example": "",
9877
+ "member": "SmartEraseWatermarkConfig",
9878
+ "name": "EraseWatermarkConfig",
9518
9879
  "required": false,
9519
- "type": "string"
9880
+ "type": "object"
9520
9881
  },
9521
9882
  {
9522
9883
  "disabled": false,
9523
- "document": "Target language for subtitle translation.\nThis field takes effect when TranslateSwitch is set to ON.\nSupported languages:\nzh: Simplified Chinese\nen: English\nja: Japanese\nko: Korean\nfr: French\nes: Spanish\nit: Italian\nde: German\ntr: Turkish\nru: Russian\npt: Portuguese\nvi: Vietnamese\nid: Indonesian\nms: Malay\nth: Thai\nar: Arabic\nhi: Hindi",
9524
- "example": "en",
9525
- "member": "string",
9526
- "name": "TranslateDstLanguage",
9884
+ "document": "Privacy protection configuration. This parameter is required and valid only when the value of EraseType is set to privacy.",
9885
+ "example": "",
9886
+ "member": "SmartErasePrivacyConfig",
9887
+ "name": "ErasePrivacyConfig",
9527
9888
  "required": false,
9528
- "type": "string"
9889
+ "type": "object"
9529
9890
  }
9530
9891
  ],
9531
9892
  "type": "object"
9532
9893
  },
9533
- "CreateSmartSubtitleTemplateResponse": {
9534
- "document": "CreateSmartSubtitleTemplate response structure.",
9894
+ "CreateSmartEraseTemplateResponse": {
9895
+ "document": "CreateSmartEraseTemplate response structure.",
9535
9896
  "members": [
9536
9897
  {
9537
9898
  "disabled": false,
9538
- "document": "Unique identifier of the smart subtitle template.",
9899
+ "document": "Unique identifier of the smart erasing template.",
9539
9900
  "example": "200",
9540
9901
  "member": "int64",
9541
9902
  "name": "Definition",
@@ -9552,8 +9913,117 @@
9552
9913
  ],
9553
9914
  "type": "object"
9554
9915
  },
9555
- "CreateSnapshotByTimeOffsetTemplateRequest": {
9556
- "document": "CreateSnapshotByTimeOffsetTemplate request structure.",
9916
+ "CreateSmartSubtitleTemplateRequest": {
9917
+ "document": "CreateSmartSubtitleTemplate request structure.",
9918
+ "members": [
9919
+ {
9920
+ "disabled": false,
9921
+ "document": "Smart subtitle template name.\nLength limit: 64 characters.",
9922
+ "example": "智能字幕模板",
9923
+ "member": "string",
9924
+ "name": "Name",
9925
+ "required": true,
9926
+ "type": "string"
9927
+ },
9928
+ {
9929
+ "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).",
9931
+ "example": "zh",
9932
+ "member": "string",
9933
+ "name": "VideoSrcLanguage",
9934
+ "required": true,
9935
+ "type": "string"
9936
+ },
9937
+ {
9938
+ "disabled": false,
9939
+ "document": "Smart subtitle language type.\n0: source language\n1: target language\n2: source language + target language\nThe value can only be 0 when TranslateSwitch is set to OFF. The value can only be 1 or 2 when TranslateSwitch is set to ON.",
9940
+ "example": "0",
9941
+ "member": "int64",
9942
+ "name": "SubtitleType",
9943
+ "required": true,
9944
+ "type": "int"
9945
+ },
9946
+ {
9947
+ "disabled": false,
9948
+ "document": "Smart subtitle template description.\nLength limit: 256 characters.",
9949
+ "example": "模板2",
9950
+ "member": "string",
9951
+ "name": "Comment",
9952
+ "required": false,
9953
+ "type": "string"
9954
+ },
9955
+ {
9956
+ "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.",
9958
+ "example": "vtt",
9959
+ "member": "string",
9960
+ "name": "SubtitleFormat",
9961
+ "required": false,
9962
+ "type": "string"
9963
+ },
9964
+ {
9965
+ "disabled": false,
9966
+ "document": "ASR hotword lexicon parameter.",
9967
+ "example": "无",
9968
+ "member": "AsrHotWordsConfigure",
9969
+ "name": "AsrHotWordsConfigure",
9970
+ "required": false,
9971
+ "type": "object"
9972
+ },
9973
+ {
9974
+ "disabled": false,
9975
+ "document": "Subtitle translation switch.\n`ON`: translation enabled.\n`OFF`: translation disabled.\n**Note**: For pure subtitle translation mode, the default value is enabled if the field is unspecified. The field cannot be left blank or set to `OFF`.",
9976
+ "example": "ON",
9977
+ "member": "string",
9978
+ "name": "TranslateSwitch",
9979
+ "required": false,
9980
+ "type": "string"
9981
+ },
9982
+ {
9983
+ "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.",
9985
+ "example": "en",
9986
+ "member": "string",
9987
+ "name": "TranslateDstLanguage",
9988
+ "required": false,
9989
+ "type": "string"
9990
+ },
9991
+ {
9992
+ "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.",
9994
+ "example": "0",
9995
+ "member": "uint64",
9996
+ "name": "ProcessType",
9997
+ "required": false,
9998
+ "type": "int"
9999
+ }
10000
+ ],
10001
+ "type": "object"
10002
+ },
10003
+ "CreateSmartSubtitleTemplateResponse": {
10004
+ "document": "CreateSmartSubtitleTemplate response structure.",
10005
+ "members": [
10006
+ {
10007
+ "disabled": false,
10008
+ "document": "Unique identifier of the smart subtitle template.",
10009
+ "example": "200",
10010
+ "member": "int64",
10011
+ "name": "Definition",
10012
+ "output_required": true,
10013
+ "type": "int",
10014
+ "value_allowed_null": false
10015
+ },
10016
+ {
10017
+ "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.",
10018
+ "member": "string",
10019
+ "name": "RequestId",
10020
+ "type": "string"
10021
+ }
10022
+ ],
10023
+ "type": "object"
10024
+ },
10025
+ "CreateSnapshotByTimeOffsetTemplateRequest": {
10026
+ "document": "CreateSnapshotByTimeOffsetTemplate request structure.",
9557
10027
  "members": [
9558
10028
  {
9559
10029
  "disabled": false,
@@ -9767,7 +10237,7 @@
9767
10237
  {
9768
10238
  "disabled": false,
9769
10239
  "document": "Watermarking type. Valid values:\n<li>image: Image watermark;</li>\n<li>text: Text watermark;</li>\n<li>svg: SVG watermark.</li>",
9770
- "example": "image",
10240
+ "example": "text",
9771
10241
  "member": "string",
9772
10242
  "name": "Type",
9773
10243
  "required": true,
@@ -9776,7 +10246,7 @@
9776
10246
  {
9777
10247
  "disabled": false,
9778
10248
  "document": "Watermarking template name. Length limit: 64 characters.",
9779
- "example": "模板1",
10249
+ "example": "水印模板1",
9780
10250
  "member": "string",
9781
10251
  "name": "Name",
9782
10252
  "required": false,
@@ -9785,7 +10255,7 @@
9785
10255
  {
9786
10256
  "disabled": false,
9787
10257
  "document": "Template description. Length limit: 256 characters.",
9788
- "example": "",
10258
+ "example": "文字水印",
9789
10259
  "member": "string",
9790
10260
  "name": "Comment",
9791
10261
  "required": false,
@@ -9794,7 +10264,7 @@
9794
10264
  {
9795
10265
  "disabled": false,
9796
10266
  "document": "Origin position. Valid values:\n<li>TopLeft: The origin of coordinates is in the top-left corner of the video, and the origin of the watermark is in the top-left corner of the image or text;</li>\n<li>TopRight: The origin of coordinates is in the top-right corner of the video, and the origin of the watermark is in the top-right corner of the image or text;</li>\n<li>BottomLeft: The origin of coordinates is in the bottom-left corner of the video, and the origin of the watermark is in the bottom-left corner of the image or text;</li>\n<li>BottomRight: The origin of coordinates is in the bottom-right corner of the video, and the origin of the watermark is in the bottom-right corner of the image or text.</li>\nDefault value: TopLeft.",
9797
- "example": "",
10267
+ "example": "TopLeft",
9798
10268
  "member": "string",
9799
10269
  "name": "CoordinateOrigin",
9800
10270
  "required": false,
@@ -9803,7 +10273,7 @@
9803
10273
  {
9804
10274
  "disabled": false,
9805
10275
  "document": "The horizontal position of the origin of the watermark relative to the origin of coordinates of the video. % and px formats are supported:\n<li>If the string ends in %, the `XPos` of the watermark will be the specified percentage of the video width; for example, `10%` means that `XPos` is 10% of the video width;</li>\n<li>If the string ends in px, the `XPos` of the watermark will be the specified px; for example, `100px` means that `XPos` is 100 px.</li>\nDefault value: 0 px.",
9806
- "example": "",
10276
+ "example": "5%",
9807
10277
  "member": "string",
9808
10278
  "name": "XPos",
9809
10279
  "required": false,
@@ -9812,7 +10282,7 @@
9812
10282
  {
9813
10283
  "disabled": false,
9814
10284
  "document": "The vertical position of the origin of the watermark relative to the origin of coordinates of the video. % and px formats are supported:\n<li>If the string ends in %, the `YPos` of the watermark will be the specified percentage of the video height; for example, `10%` means that `YPos` is 10% of the video height;</li>\n<li>If the string ends in px, the `YPos` of the watermark will be the specified px; for example, `100px` means that `YPos` is 100 px.</li>\nDefault value: 0 px.",
9815
- "example": "",
10285
+ "example": "5%",
9816
10286
  "member": "string",
9817
10287
  "name": "YPos",
9818
10288
  "required": false,
@@ -9854,7 +10324,7 @@
9854
10324
  {
9855
10325
  "disabled": false,
9856
10326
  "document": "Unique ID of a watermarking template.",
9857
- "example": "1001",
10327
+ "example": "10",
9858
10328
  "member": "int64",
9859
10329
  "name": "Definition",
9860
10330
  "output_required": true,
@@ -9864,7 +10334,7 @@
9864
10334
  {
9865
10335
  "disabled": false,
9866
10336
  "document": "Watermark image address. This field is valid only when `Type` is `image`.",
9867
- "example": "http://1256768367.vts2.myqcloud.com/8b0dd2b5vtscq1256768367/4d27b39f5285890783754292994/aa.jpeg",
10337
+ "example": "http://12561267.vts2.myqcloud.com/8b0dd2b5vtscq125768367/4d27b39f5/t.jpeg",
9868
10338
  "member": "string",
9869
10339
  "name": "ImageUrl",
9870
10340
  "output_required": true,
@@ -10358,6 +10828,33 @@
10358
10828
  ],
10359
10829
  "type": "object"
10360
10830
  },
10831
+ "DeleteSmartEraseTemplateRequest": {
10832
+ "document": "DeleteSmartEraseTemplate request structure.",
10833
+ "members": [
10834
+ {
10835
+ "disabled": false,
10836
+ "document": "Unique identifier of the smart erasing template.",
10837
+ "example": "30",
10838
+ "member": "int64",
10839
+ "name": "Definition",
10840
+ "required": true,
10841
+ "type": "int"
10842
+ }
10843
+ ],
10844
+ "type": "object"
10845
+ },
10846
+ "DeleteSmartEraseTemplateResponse": {
10847
+ "document": "DeleteSmartEraseTemplate response structure.",
10848
+ "members": [
10849
+ {
10850
+ "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.",
10851
+ "member": "string",
10852
+ "name": "RequestId",
10853
+ "type": "string"
10854
+ }
10855
+ ],
10856
+ "type": "object"
10857
+ },
10361
10858
  "DeleteSmartSubtitleTemplateRequest": {
10362
10859
  "document": "DeleteSmartSubtitleTemplate request structure.",
10363
10860
  "members": [
@@ -11507,7 +12004,7 @@
11507
12004
  "members": [
11508
12005
  {
11509
12006
  "disabled": false,
11510
- "document": "Task type. Currently, the valid values include:\n<Li>WorkflowTask: workflow processing task.</li>\n\nNote: This field may return null, indicating that no valid value can be obtained.",
12007
+ "document": "Task type. Currently, the valid values include:\n<li>WorkflowTask: workflow processing task.</li>\nNote: This field may return null, indicating that no valid values can be obtained.",
11511
12008
  "example": "WorkflowTask",
11512
12009
  "member": "string",
11513
12010
  "name": "TaskType",
@@ -11525,6 +12022,36 @@
11525
12022
  "type": "string",
11526
12023
  "value_allowed_null": true
11527
12024
  },
12025
+ {
12026
+ "disabled": false,
12027
+ "document": "Error code when the task fails.",
12028
+ "example": "40000",
12029
+ "member": "int64",
12030
+ "name": "ErrCode",
12031
+ "output_required": false,
12032
+ "type": "int",
12033
+ "value_allowed_null": false
12034
+ },
12035
+ {
12036
+ "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).",
12038
+ "example": "InvalidParameterValue.FaceNotFound",
12039
+ "member": "string",
12040
+ "name": "ErrMsg",
12041
+ "output_required": false,
12042
+ "type": "string",
12043
+ "value_allowed_null": false
12044
+ },
12045
+ {
12046
+ "disabled": false,
12047
+ "document": "Task exception message.",
12048
+ "example": "Face Not Found",
12049
+ "member": "string",
12050
+ "name": "Message",
12051
+ "output_required": false,
12052
+ "type": "string",
12053
+ "value_allowed_null": false
12054
+ },
11528
12055
  {
11529
12056
  "disabled": false,
11530
12057
  "document": "Execution status and results of the image processing task.\nNote: This field may return null, indicating that no valid value can be obtained.",
@@ -11597,7 +12124,7 @@
11597
12124
  {
11598
12125
  "disabled": false,
11599
12126
  "document": "Indicates the template type filter condition. If left empty, all templates are returned. Valid values:\n* Preset: System preset template;\n* Custom",
11600
- "example": "\"\"",
12127
+ "example": "Preset",
11601
12128
  "member": "string",
11602
12129
  "name": "Type",
11603
12130
  "required": false,
@@ -11606,7 +12133,7 @@
11606
12133
  {
11607
12134
  "disabled": false,
11608
12135
  "document": "Specifies the recording template identifier filter condition, with a length limit of 64 characters.",
11609
- "example": "\"\"",
12136
+ "example": "直播录制通用模板",
11610
12137
  "member": "string",
11611
12138
  "name": "Name",
11612
12139
  "required": false,
@@ -11621,7 +12148,7 @@
11621
12148
  {
11622
12149
  "disabled": false,
11623
12150
  "document": "Total number of records that meet filter conditions.",
11624
- "example": "1",
12151
+ "example": "10",
11625
12152
  "member": "int64",
11626
12153
  "name": "TotalCount",
11627
12154
  "output_required": true,
@@ -12025,6 +12552,89 @@
12025
12552
  ],
12026
12553
  "type": "object"
12027
12554
  },
12555
+ "DescribeSmartEraseTemplatesRequest": {
12556
+ "document": "DescribeSmartEraseTemplates request structure.",
12557
+ "members": [
12558
+ {
12559
+ "disabled": false,
12560
+ "document": "Filtering condition for the unique identifier of the smart erasing template. Length limit of the array: 100.",
12561
+ "example": "[30]",
12562
+ "member": "int64",
12563
+ "name": "Definitions",
12564
+ "required": false,
12565
+ "type": "list"
12566
+ },
12567
+ {
12568
+ "disabled": false,
12569
+ "document": "Pagination offset. Default value: 0.",
12570
+ "example": "0",
12571
+ "member": "uint64",
12572
+ "name": "Offset",
12573
+ "required": false,
12574
+ "type": "int"
12575
+ },
12576
+ {
12577
+ "disabled": false,
12578
+ "document": "Number of returned entries. Default value: 10. Maximum value: 100.",
12579
+ "example": "10",
12580
+ "member": "uint64",
12581
+ "name": "Limit",
12582
+ "required": false,
12583
+ "type": "int"
12584
+ },
12585
+ {
12586
+ "disabled": false,
12587
+ "document": "Filtering conditions for template type. If this parameter is not specified, all templates are returned. Valid values:\n* Preset: system preset template.\n* Custom: user-defined template.",
12588
+ "example": "Preset",
12589
+ "member": "string",
12590
+ "name": "Type",
12591
+ "required": false,
12592
+ "type": "string"
12593
+ },
12594
+ {
12595
+ "disabled": false,
12596
+ "document": "Filtering condition for the smart erasing template name. Length limit: 64 characters.",
12597
+ "example": "擦除模板1",
12598
+ "member": "string",
12599
+ "name": "Name",
12600
+ "required": false,
12601
+ "type": "string"
12602
+ }
12603
+ ],
12604
+ "type": "object"
12605
+ },
12606
+ "DescribeSmartEraseTemplatesResponse": {
12607
+ "document": "DescribeSmartEraseTemplates response structure.",
12608
+ "members": [
12609
+ {
12610
+ "disabled": false,
12611
+ "document": "Total number of records that meet the filtering conditions.",
12612
+ "example": "1",
12613
+ "member": "uint64",
12614
+ "name": "TotalCount",
12615
+ "output_required": true,
12616
+ "type": "int",
12617
+ "value_allowed_null": false
12618
+ },
12619
+ {
12620
+ "disabled": false,
12621
+ "document": "List of smart erasing template details.",
12622
+ "example": "无",
12623
+ "member": "SmartEraseTemplateItem",
12624
+ "name": "SmartEraseTemplateSet",
12625
+ "output_required": true,
12626
+ "type": "list",
12627
+ "value_allowed_null": false
12628
+ },
12629
+ {
12630
+ "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.",
12631
+ "member": "string",
12632
+ "name": "RequestId",
12633
+ "type": "string"
12634
+ }
12635
+ ],
12636
+ "type": "object"
12637
+ },
12028
12638
  "DescribeSmartSubtitleTemplatesRequest": {
12029
12639
  "document": "DescribeSmartSubtitleTemplates request structure.",
12030
12640
  "members": [
@@ -12072,6 +12682,15 @@
12072
12682
  "name": "Name",
12073
12683
  "required": false,
12074
12684
  "type": "string"
12685
+ },
12686
+ {
12687
+ "disabled": false,
12688
+ "document": "Subtitle processing type.\n- 0: ASR recognition subtitle.\n- 1: pure subtitle translation.",
12689
+ "example": "0",
12690
+ "member": "uint64",
12691
+ "name": "ProcessType",
12692
+ "required": false,
12693
+ "type": "int"
12075
12694
  }
12076
12695
  ],
12077
12696
  "type": "object"
@@ -12420,13 +13039,22 @@
12420
13039
  "members": [
12421
13040
  {
12422
13041
  "disabled": false,
12423
- "document": "Filter: Task status. Valid values: WAITING (waiting), PROCESSING (processing), FINISH (completed).",
13042
+ "document": "Filters task status. available values:.\n-WAITING.\n-PROCESSING (processing).\n-FINISH (completed).",
12424
13043
  "example": "FINISH",
12425
13044
  "member": "string",
12426
13045
  "name": "Status",
12427
13046
  "required": true,
12428
13047
  "type": "string"
12429
13048
  },
13049
+ {
13050
+ "disabled": false,
13051
+ "document": "Whether there is a failed subtask when the task ends. If this parameter is left unspecified, ignore it.\n<li>false: filter the main tasks to identify those that have no failed subtasks.</li>\n<li>true: filter the main tasks to identify those that have failed subtasks.</li>",
13052
+ "example": "false",
13053
+ "member": "bool",
13054
+ "name": "SubTaskHasFailed",
13055
+ "required": false,
13056
+ "type": "bool"
13057
+ },
12430
13058
  {
12431
13059
  "disabled": false,
12432
13060
  "document": "Number of returned entries. Default value: 10. Maximum value: 100.",
@@ -12600,11 +13228,38 @@
12600
13228
  "name": "CompressType",
12601
13229
  "required": false,
12602
13230
  "type": "string"
12603
- }
12604
- ],
12605
- "type": "object"
12606
- },
12607
- "DescribeTranscodeTemplatesResponse": {
13231
+ },
13232
+ {
13233
+ "disabled": false,
13234
+ "document": "Enhancement scenario configuration. Valid values:\n<li>common: common enhancement parameters, which are basic optimization parameters suitable for various video types, enhancing overall image quality.</li>\n<li>AIGC: overall resolution enhancement. It uses AI technology to improve the overall video resolution and image clarity.</li>\n<li>short_play: enhance facial and subtitle details, emphasizing characters' facial expressions and subtitle clarity to improve the viewing experience.</li>\n<li>short_video: optimize complex and diverse image quality issues, tailoring quality enhancements for the complex scenarios such as short videos to address various visual issues.</li>\n<li>game: fix motion blur and enhance details, with a focus on enhancing the clarity of game details and restoring blurry areas during motions to make the image content during gaming clearer and richer.</li>\n<li>HD_movie_series: provide a smooth playback effect for UHD videos. Standard 4K HDR videos with an FPS of 60 are generated to meet the needs of broadcasting/OTT for UHD videos. Formats for broadcasting scenarios are supported.</li>\n<li>LQ_material: low-definition material/old video restoration. It enhances overall resolution, and solves issues of old videos, such as low resolution, blur, distortion, scratches, and color temperature due to their age.</li>\n<li>lecture: live shows, e-commerce, conferences, and lectures. It improves the face display effect and performs specific optimizations, including face region enhancement, noise reduction, and artifacts removal, for scenarios involving human explanation, such as live shows, e-commerce, conferences, and lectures.</li>",
13235
+ "example": "common",
13236
+ "member": "string",
13237
+ "name": "EnhanceSceneType",
13238
+ "required": false,
13239
+ "type": "string"
13240
+ },
13241
+ {
13242
+ "disabled": false,
13243
+ "document": "Enhanced transcoding type. Valid values:\n<li>Common: standard transcoding.</li>\n<li>TEHD-100: top speed codec video transcoding.</li>\n<li>TEHD-200: top speed codec audio transcoding.</li>",
13244
+ "example": "TEHD-100",
13245
+ "member": "string",
13246
+ "name": "EnhanceTranscodeType",
13247
+ "required": false,
13248
+ "type": "string"
13249
+ },
13250
+ {
13251
+ "disabled": false,
13252
+ "document": "Enhancement type. Valid values:\n<li>VideoEnhance: video enhancement only.</li>\n<li>AudioEnhance (audio enhancement only).</li>\n<li>VideoAudioEnhance: video and audio enhancement included.</li>",
13253
+ "example": "VideoEnhance",
13254
+ "member": "string",
13255
+ "name": "EnhanceType",
13256
+ "required": false,
13257
+ "type": "string"
13258
+ }
13259
+ ],
13260
+ "type": "object"
13261
+ },
13262
+ "DescribeTranscodeTemplatesResponse": {
12608
13263
  "document": "DescribeTranscodeTemplates response structure.",
12609
13264
  "members": [
12610
13265
  {
@@ -12642,7 +13297,7 @@
12642
13297
  {
12643
13298
  "disabled": false,
12644
13299
  "document": "Unique ID filter of watermarking templates. Array length limit: 100.",
12645
- "example": "[\"1001\\n\"]",
13300
+ "example": "[1001]",
12646
13301
  "member": "int64",
12647
13302
  "name": "Definitions",
12648
13303
  "required": false,
@@ -12942,6 +13597,34 @@
12942
13597
  ],
12943
13598
  "usage": "out"
12944
13599
  },
13600
+ "DiffusionEnhanceConfig": {
13601
+ "document": "LLM enhancement.",
13602
+ "members": [
13603
+ {
13604
+ "disabled": false,
13605
+ "document": "Capability configuration switch. Valid values:\nON: enabled.\nOFF: disabled.\nDefault value: OFF.",
13606
+ "example": "ON",
13607
+ "member": "string",
13608
+ "name": "Switch",
13609
+ "output_required": true,
13610
+ "required": false,
13611
+ "type": "string",
13612
+ "value_allowed_null": false
13613
+ },
13614
+ {
13615
+ "disabled": false,
13616
+ "document": "Strength type. Valid values:\nweak\nnormal\nstrong\nDefault value: normal.\nNote: This field may return null, indicating that no valid values can be obtained.",
13617
+ "example": "strong",
13618
+ "member": "string",
13619
+ "name": "Type",
13620
+ "output_required": true,
13621
+ "required": false,
13622
+ "type": "string",
13623
+ "value_allowed_null": true
13624
+ }
13625
+ ],
13626
+ "usage": "both"
13627
+ },
12945
13628
  "DisableScheduleRequest": {
12946
13629
  "document": "DisableSchedule request structure.",
12947
13630
  "members": [
@@ -13001,7 +13684,7 @@
13001
13684
  "members": [
13002
13685
  {
13003
13686
  "disabled": false,
13004
- "document": "Encryption type.\n\n- simpleaes\nCan only be used for HLS. format support ts and mp4.\nOnly can be used in slice mode. cannot be used in singlefile mode.\n\n- fairplay:\nCan only be used for HLS. valid values: mp4.\nAvailable for use in slice mode or singlefile mode.\n\n- widevine:\nCan be used for HLS and DASH. format can only be mp4.\nOutput HLS: available for use in slice mode or singlefile mode.\nOutput DASH: can only be in singlefile mode.\n\n- playready:\nCan be used for HLS and DASH. format can only be mp4.\nOutput HLS: available for use in slice mode or singlefile mode.\nOutput DASH: can only be singlefile mode.\n",
13687
+ "document": "Encryption type.\n\n- simpleaes\nCan only be used for HLS. format support: ts and mp4.\nOnly can be used in slice mode. cannot be used in singlefile mode.\n\n- fairplay:\nCan only be used for HLS. the segment format can only be mp4.\nSupports slice mode or singlefile mode.\n\n- widevine:\nCan be used for HLS and DASH. the slice format can only be mp4.\nOutput HLS: specifies the slicing or singlefile mode can be used.\nOutputOutput DASH]: can only be in singlefile mode.\n\n- playready:\nCan be used for HLS and DASH. the slice format can only be mp4.\nOutput HLS: specifies the slicing or singlefile mode can be used.\nOutput DASH: can only be in singlefile mode.\n\n- widevine+fairplay,playready+fairplay,widevine+playready+fairplay:\nCan only be used for HLS. valid values: mp4.\nSupports slice mode or single file mode.\n\n- widevine+playready:\nApplicable to HLS and MPEG-DASH. the format can only be mp4.\nHLS format can use slice mode or single file mode.\nSpecifies that only singlefile mode can be used for MPEG-DASH.",
13005
13688
  "example": "widevine",
13006
13689
  "member": "string",
13007
13690
  "name": "Type",
@@ -13872,6 +14555,45 @@
13872
14555
  ],
13873
14556
  "usage": "both"
13874
14557
  },
14558
+ "FrameRateWithDenConfig": {
14559
+ "document": "New frame interpolation configuration, which supports fractional frame rates.",
14560
+ "members": [
14561
+ {
14562
+ "disabled": false,
14563
+ "document": "Capability configuration switch. Valid values:\n<li>ON: enabled.</li>\n<li>OFF: disabled.</li>\nDefault value: ON.",
14564
+ "example": "ON",
14565
+ "member": "string",
14566
+ "name": "Switch",
14567
+ "output_required": true,
14568
+ "required": false,
14569
+ "type": "string",
14570
+ "value_allowed_null": false
14571
+ },
14572
+ {
14573
+ "disabled": false,
14574
+ "document": "Frame rate numerator. Value range: non-negative number, which should be less than 120 when divided by the denominator, and in the unit of Hz. The default value is 0. Note: For transcoding, this parameter will overwrite the Fps in the VideoTemplate.\nNote: This field may return null, indicating that no valid values can be obtained.",
14575
+ "example": "0",
14576
+ "member": "int64",
14577
+ "name": "FpsNum",
14578
+ "output_required": true,
14579
+ "required": false,
14580
+ "type": "int",
14581
+ "value_allowed_null": true
14582
+ },
14583
+ {
14584
+ "disabled": false,
14585
+ "document": "Frame rate denominator.Value range: numbers equal to or greater than 1. The default value is 1. Note: For transcoding, this parameter will overwrite the FpsDenominator in the VideoTemplate.\nNote: This field may return null, indicating that no valid values can be obtained.",
14586
+ "example": "1",
14587
+ "member": "int64",
14588
+ "name": "FpsDen",
14589
+ "output_required": true,
14590
+ "required": false,
14591
+ "type": "int",
14592
+ "value_allowed_null": true
14593
+ }
14594
+ ],
14595
+ "usage": "both"
14596
+ },
13875
14597
  "FrameTagConfigureInfo": {
13876
14598
  "document": "Control parameter of intelligent frame-specific tagging task",
13877
14599
  "members": [
@@ -13959,7 +14681,7 @@
13959
14681
  },
13960
14682
  {
13961
14683
  "disabled": false,
13962
- "document": "Type. Valid values:\n<li>HDR10</li>\n<li>HLG</li>\nDefault Value: HDR10.\nNote: The video encoding method should be H.265.\nNote: The video encoding bit depth is 10.\nNote: This field may return null, indicating that no valid values can be obtained.",
14684
+ "document": "Type. Valid values:\n<li>HDR10</li>\n<li>HLG</li>\nDefault value: HDR10.\nNote: The video encoding method should be h264 or h265.\nNote: The video encoding bit depth is 10.\nNote: This field may return null, indicating that no valid values can be obtained.",
13963
14685
  "example": "HDR10",
13964
14686
  "member": "string",
13965
14687
  "name": "Type",
@@ -14194,6 +14916,17 @@
14194
14916
  "type": "object",
14195
14917
  "value_allowed_null": true
14196
14918
  },
14919
+ {
14920
+ "disabled": false,
14921
+ "document": "Advanced super-resolution configuration.",
14922
+ "example": "无",
14923
+ "member": "AdvancedSuperResolutionConfig",
14924
+ "name": "AdvancedSuperResolutionConfig",
14925
+ "output_required": false,
14926
+ "required": false,
14927
+ "type": "object",
14928
+ "value_allowed_null": false
14929
+ },
14197
14930
  {
14198
14931
  "disabled": false,
14199
14932
  "document": "Denoising configuration.\nNote: This field may return null, indicating that no valid value can be obtained.",
@@ -14347,6 +15080,16 @@
14347
15080
  "type": "string",
14348
15081
  "value_allowed_null": true
14349
15082
  },
15083
+ {
15084
+ "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).",
15086
+ "example": "InvalidParameterValue.FaceNotFound",
15087
+ "member": "string",
15088
+ "name": "ErrMsg",
15089
+ "output_required": false,
15090
+ "type": "string",
15091
+ "value_allowed_null": false
15092
+ },
14350
15093
  {
14351
15094
  "disabled": false,
14352
15095
  "document": "Error message.\nNote: This field may return null, indicating that no valid value can be obtained.",
@@ -19503,7 +20246,7 @@
19503
20246
  {
19504
20247
  "disabled": false,
19505
20248
  "document": "Spot check policy for media quality inspection.",
19506
- "example": "{ \"StrategyType\": \"TimeSpotCheck\", \"TimeSpotCheck\": { \"CheckDuration\": 50, \"CheckInterval\": 10, \"SkipDuration\": 10, \"CirclesNumber\": 10 } }",
20249
+ "example": "",
19507
20250
  "member": "QualityControlStrategy",
19508
20251
  "name": "Strategy",
19509
20252
  "required": false,
@@ -19722,6 +20465,87 @@
19722
20465
  ],
19723
20466
  "type": "object"
19724
20467
  },
20468
+ "ModifySmartEraseTemplateRequest": {
20469
+ "document": "ModifySmartEraseTemplate request structure.",
20470
+ "members": [
20471
+ {
20472
+ "disabled": false,
20473
+ "document": "Unique identifier of the smart erasing template.",
20474
+ "example": "30",
20475
+ "member": "int64",
20476
+ "name": "Definition",
20477
+ "required": true,
20478
+ "type": "int"
20479
+ },
20480
+ {
20481
+ "disabled": false,
20482
+ "document": "Length limit for the smart erasing template name: 64 characters.",
20483
+ "example": "模板1",
20484
+ "member": "string",
20485
+ "name": "Name",
20486
+ "required": false,
20487
+ "type": "string"
20488
+ },
20489
+ {
20490
+ "disabled": false,
20491
+ "document": "Length limit for the description information of the smart erasing template: 256 characters.",
20492
+ "example": "模板2",
20493
+ "member": "string",
20494
+ "name": "Comment",
20495
+ "required": false,
20496
+ "type": "string"
20497
+ },
20498
+ {
20499
+ "disabled": false,
20500
+ "document": "Erasing type.\n-subtitle: subtitle removal.\n-watermark: watermark removal.\n-privacy: privacy protection.",
20501
+ "example": "subtitle",
20502
+ "member": "string",
20503
+ "name": "EraseType",
20504
+ "required": false,
20505
+ "type": "string"
20506
+ },
20507
+ {
20508
+ "disabled": false,
20509
+ "document": "Subtitle erasing configuration. It takes effect when the value of EraseType is set to subtitle, or when the value of EraseType is left unspecified but the original EraseType value of the modified template is subtitle.",
20510
+ "example": "无",
20511
+ "member": "SmartEraseSubtitleConfig",
20512
+ "name": "EraseSubtitleConfig",
20513
+ "required": false,
20514
+ "type": "object"
20515
+ },
20516
+ {
20517
+ "disabled": false,
20518
+ "document": "Watermark erasing configuration. The value of EraseType can be set to watermark or left unspecified. This parameter is valid only when the value of EraseType of the corresponding template is set to watermark.",
20519
+ "example": "无",
20520
+ "member": "SmartEraseWatermarkConfig",
20521
+ "name": "EraseWatermarkConfig",
20522
+ "required": false,
20523
+ "type": "object"
20524
+ },
20525
+ {
20526
+ "disabled": false,
20527
+ "document": "Privacy protection configuration. The value of EraseType can be set to privacy or left unspecified. This parameter is valid only when the value of EraseType of the corresponding template is set to privacy.",
20528
+ "example": "无",
20529
+ "member": "SmartErasePrivacyConfig",
20530
+ "name": "ErasePrivacyConfig",
20531
+ "required": false,
20532
+ "type": "object"
20533
+ }
20534
+ ],
20535
+ "type": "object"
20536
+ },
20537
+ "ModifySmartEraseTemplateResponse": {
20538
+ "document": "ModifySmartEraseTemplate response structure.",
20539
+ "members": [
20540
+ {
20541
+ "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.",
20542
+ "member": "string",
20543
+ "name": "RequestId",
20544
+ "type": "string"
20545
+ }
20546
+ ],
20547
+ "type": "object"
20548
+ },
19725
20549
  "ModifySmartSubtitleTemplateRequest": {
19726
20550
  "document": "ModifySmartSubtitleTemplate request structure.",
19727
20551
  "members": [
@@ -19736,7 +20560,7 @@
19736
20560
  },
19737
20561
  {
19738
20562
  "disabled": false,
19739
- "document": "Subtitle translation switch.\nON: enable translation\nOFF: disable translation",
20563
+ "document": "Subtitle translation switch.\n`ON`: translation enabled.\n`OFF`: translation disabled.\n**Note**: For pure subtitle translation mode, the default value is enabled if the field is unspecified. The field cannot be left blank or set to `OFF`.",
19740
20564
  "example": "ON",
19741
20565
  "member": "string",
19742
20566
  "name": "TranslateSwitch",
@@ -19763,7 +20587,7 @@
19763
20587
  },
19764
20588
  {
19765
20589
  "disabled": false,
19766
- "document": "Video source language for intelligent caption.\nValid values: \nzh: Simplified Chinese.\nen: Eenglish.\nJa: Japanese.\nKo: Korean.\nzh-PY: Simplified Chinese, English and Cantonese.\nzh-medical: Medical Chinese.\nyue: Cantonese.\nVi: Vietnamese.\nms: Malay.\nid: Indonesian.\nfil: Filipino.\nth: Thai.\npt: Portuguese.\ntr: Turkish.\nar: Arabic.\nes: Spanish.\nhi: Hindi\nFr: French.\nde: German.\nzh-dialect: Chinese dialect\nzh_en: Simplified Chinese and English\nprime_zh: Simplified Chinese, Chinese Dialect and English.\n",
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).",
19767
20591
  "example": "zh",
19768
20592
  "member": "string",
19769
20593
  "name": "VideoSrcLanguage",
@@ -19772,7 +20596,7 @@
19772
20596
  },
19773
20597
  {
19774
20598
  "disabled": false,
19775
- "document": "Intelligent subtitle file format.\nvtt: WebVTT format.\nsrt: SRT format.\nIf this field is left blank, no subtitle file will be generated.",
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.",
19776
20600
  "example": "vtt",
19777
20601
  "member": "string",
19778
20602
  "name": "SubtitleFormat",
@@ -19799,12 +20623,21 @@
19799
20623
  },
19800
20624
  {
19801
20625
  "disabled": false,
19802
- "document": "Target language for subtitle translation.\nThis field takes effect when TranslateSwitch is set to ON.\nSupported languages:\nzh: Simplified Chinese\nen: English\nja: Japanese\nko: Korean\nfr: French\nes: Spanish\nit: Italian\nde: German\ntr: Turkish\nru: Russian\npt: Portuguese\nvi: Vietnamese\nid: Indonesian\nms: Malay\nth: Thai\nar: Arabic\nhi: Hindi",
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.",
19803
20627
  "example": "en",
19804
20628
  "member": "string",
19805
20629
  "name": "TranslateDstLanguage",
19806
20630
  "required": false,
19807
20631
  "type": "string"
20632
+ },
20633
+ {
20634
+ "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.",
20636
+ "example": "0",
20637
+ "member": "uint64",
20638
+ "name": "ProcessType",
20639
+ "required": false,
20640
+ "type": "int"
19808
20641
  }
19809
20642
  ],
19810
20643
  "type": "object"
@@ -20383,6 +21216,56 @@
20383
21216
  ],
20384
21217
  "usage": "in"
20385
21218
  },
21219
+ "OverrideEraseParameter": {
21220
+ "document": "Custom parameters for smart erasing.",
21221
+ "members": [
21222
+ {
21223
+ "disabled": false,
21224
+ "document": "Erasing type.\n-subtitle: subtitle removal.\n-watermark: watermark removal.\n-privacy: privacy protection.",
21225
+ "example": "subtitle",
21226
+ "member": "string",
21227
+ "name": "EraseType",
21228
+ "output_required": false,
21229
+ "required": false,
21230
+ "type": "string",
21231
+ "value_allowed_null": false
21232
+ },
21233
+ {
21234
+ "disabled": false,
21235
+ "document": "Subtitle erasing configuration.\nThis field is required when the value of EraseType is subtitle.",
21236
+ "example": "无",
21237
+ "member": "UpdateSmartEraseSubtitleConfig",
21238
+ "name": "EraseSubtitleConfig",
21239
+ "output_required": false,
21240
+ "required": false,
21241
+ "type": "object",
21242
+ "value_allowed_null": false
21243
+ },
21244
+ {
21245
+ "disabled": false,
21246
+ "document": "Watermark erasing configuration.\nThis field is required when the value of EraseType is watermark.",
21247
+ "example": "无",
21248
+ "member": "UpdateSmartEraseWatermarkConfig",
21249
+ "name": "EraseWatermarkConfig",
21250
+ "output_required": false,
21251
+ "required": false,
21252
+ "type": "object",
21253
+ "value_allowed_null": false
21254
+ },
21255
+ {
21256
+ "disabled": false,
21257
+ "document": "Privacy protection configuration.\nThis field is required when the value of EraseType is privacy.",
21258
+ "example": "无",
21259
+ "member": "UpdateSmartErasePrivacyConfig",
21260
+ "name": "ErasePrivacyConfig",
21261
+ "output_required": false,
21262
+ "required": false,
21263
+ "type": "object",
21264
+ "value_allowed_null": false
21265
+ }
21266
+ ],
21267
+ "usage": "both"
21268
+ },
20386
21269
  "OverrideTranscodeParameter": {
20387
21270
  "document": "Custom specification parameters for video processing, which are used to override corresponding parameters in templates.",
20388
21271
  "members": [
@@ -20652,7 +21535,7 @@
20652
21535
  {
20653
21536
  "disabled": false,
20654
21537
  "document": "Event notification obtained from CMQ.",
20655
- "example": "\"\"",
21538
+ "example": "NotificationContent",
20656
21539
  "member": "string",
20657
21540
  "name": "Content",
20658
21541
  "required": true,
@@ -20697,7 +21580,7 @@
20697
21580
  {
20698
21581
  "disabled": false,
20699
21582
  "document": "The ID used for deduplication. If there was a request with the same ID in the last seven days, the current request will return an error. The ID can contain up to 50 characters. If this parameter is left empty or an empty string is entered, no deduplication will be performed.",
20700
- "example": "\"xxxx\"",
21583
+ "example": "85c94a33-6227-43d5-8179-69b0602f6346",
20701
21584
  "member": "string",
20702
21585
  "name": "SessionId",
20703
21586
  "output_required": true,
@@ -20707,7 +21590,7 @@
20707
21590
  {
20708
21591
  "disabled": false,
20709
21592
  "document": "The source context which is used to pass through the user request information. The task flow status change callback will return the value of this field. It can contain up to 1,000 characters.",
20710
- "example": "\"\"",
21593
+ "example": "UserDefinedInfo",
20711
21594
  "member": "string",
20712
21595
  "name": "SessionContext",
20713
21596
  "output_required": true,
@@ -20727,7 +21610,7 @@
20727
21610
  {
20728
21611
  "disabled": false,
20729
21612
  "document": "- The expiration time (Unix timestamp) of the notification's signature.\n- By default, notifications sent by MPS expire after 10 minutes. If the expiration time specified has elapsed, a notification will be considered invalid. This can prevent replay attacks.\n- The format of this parameter is a decimal Unix timestamp, i.e., the number of seconds that have elapsed since 00:00 (UTC/GMT time) on January 1, 1970.\n",
20730
- "example": "",
21613
+ "example": "1633046400",
20731
21614
  "member": "int64",
20732
21615
  "name": "Timestamp",
20733
21616
  "output_required": false,
@@ -20737,13 +21620,23 @@
20737
21620
  {
20738
21621
  "disabled": false,
20739
21622
  "document": "Event notification security signature. Sign = MD5 (Timestamp + NotifyKey). Note: Media Processing Service concatenates Timestamp and NotifyKey from TaskNotifyConfig as a string and calculates the Sign value through MD5. This value is included in the notification message. Your backend server can verify whether the Sign is correct using the same algorithm, to confirm whether the message is indeed from the Media Processing Service backend.",
20740
- "example": "",
21623
+ "example": "d6a27ccba11dade3d0f627b1dfbdaf10",
20741
21624
  "member": "string",
20742
21625
  "name": "Sign",
20743
21626
  "output_required": false,
20744
21627
  "type": "string",
20745
21628
  "value_allowed_null": false
20746
21629
  },
21630
+ {
21631
+ "disabled": false,
21632
+ "document": "Batch processing task information. this field has a value only when EventType is BatchTask.\nNote: This field may return null, indicating that no valid value can be obtained.",
21633
+ "example": "无",
21634
+ "member": "BatchSubTaskResult",
21635
+ "name": "BatchTaskEvent",
21636
+ "output_required": false,
21637
+ "type": "object",
21638
+ "value_allowed_null": true
21639
+ },
20747
21640
  {
20748
21641
  "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.",
20749
21642
  "member": "string",
@@ -21952,27 +22845,129 @@
21952
22845
  ],
21953
22846
  "usage": "in"
21954
22847
  },
21955
- "QualityControlData": {
21956
- "document": "Media quality inspection result output.",
22848
+ "PureSubtitleTransResult": {
22849
+ "document": "Translation result of pure subtitle files.",
21957
22850
  "members": [
21958
22851
  {
21959
22852
  "disabled": false,
21960
- "document": "When this field is set to true, it indicates that the video has no audio track.",
21961
- "example": "true",
21962
- "member": "bool",
21963
- "name": "NoAudio",
21964
- "output_required": true,
21965
- "type": "bool",
22853
+ "document": "Task status (the three valid values are as follows):\n- PROCESSING\n- SUCCESS \n- FAIL",
22854
+ "example": "SUCCESS",
22855
+ "member": "string",
22856
+ "name": "Status",
22857
+ "output_required": false,
22858
+ "type": "string",
21966
22859
  "value_allowed_null": false
21967
22860
  },
21968
22861
  {
21969
22862
  "disabled": false,
21970
- "document": "When this field is set to true, it indicates that the video has no video track.",
21971
- "example": "true",
21972
- "member": "bool",
21973
- "name": "NoVideo",
21974
- "output_required": true,
21975
- "type": "bool",
22863
+ "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 Media Processing Service (MPS) error codes.",
22864
+ "example": "InvalidInput",
22865
+ "member": "string",
22866
+ "name": "ErrCodeExt",
22867
+ "output_required": false,
22868
+ "type": "string",
22869
+ "value_allowed_null": false
22870
+ },
22871
+ {
22872
+ "disabled": false,
22873
+ "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.)",
22874
+ "example": "0",
22875
+ "member": "int64",
22876
+ "name": "ErrCode",
22877
+ "output_required": false,
22878
+ "type": "int",
22879
+ "value_allowed_null": false
22880
+ },
22881
+ {
22882
+ "disabled": false,
22883
+ "document": "Error message",
22884
+ "example": "错误信息",
22885
+ "member": "string",
22886
+ "name": "Message",
22887
+ "output_required": false,
22888
+ "type": "string",
22889
+ "value_allowed_null": false
22890
+ },
22891
+ {
22892
+ "disabled": false,
22893
+ "document": "Translation task input information.",
22894
+ "example": "{\"Definition\": 20}",
22895
+ "member": "SmartSubtitleTaskResultInput",
22896
+ "name": "Input",
22897
+ "output_required": false,
22898
+ "type": "object",
22899
+ "value_allowed_null": false
22900
+ },
22901
+ {
22902
+ "disabled": false,
22903
+ "document": "Translation output result of pure subtitle files.\nNote: This field may return null, indicating that no valid values can be obtained.",
22904
+ "example": "{\"SubtitleSet\":[]}",
22905
+ "member": "PureSubtitleTransResultOutput",
22906
+ "name": "Output",
22907
+ "output_required": false,
22908
+ "type": "object",
22909
+ "value_allowed_null": true
22910
+ },
22911
+ {
22912
+ "disabled": false,
22913
+ "document": "Task progress.",
22914
+ "example": "100",
22915
+ "member": "uint64",
22916
+ "name": "Progress",
22917
+ "output_required": false,
22918
+ "type": "int",
22919
+ "value_allowed_null": false
22920
+ }
22921
+ ],
22922
+ "usage": "out"
22923
+ },
22924
+ "PureSubtitleTransResultOutput": {
22925
+ "document": "Detailed output result of translation.",
22926
+ "members": [
22927
+ {
22928
+ "disabled": false,
22929
+ "document": "Storage location of the subtitle file.\nNote: This field may return null, indicating that no valid values can be obtained.",
22930
+ "example": "无",
22931
+ "member": "TaskOutputStorage",
22932
+ "name": "OutputStorage",
22933
+ "output_required": false,
22934
+ "type": "object",
22935
+ "value_allowed_null": true
22936
+ },
22937
+ {
22938
+ "disabled": false,
22939
+ "document": "Result set of multilingual translation.",
22940
+ "example": "无",
22941
+ "member": "SubtitleTransResultItem",
22942
+ "name": "SubtitleResults",
22943
+ "output_required": false,
22944
+ "type": "list",
22945
+ "value_allowed_null": false
22946
+ }
22947
+ ],
22948
+ "usage": "out"
22949
+ },
22950
+ "QualityControlData": {
22951
+ "document": "Media quality inspection result output.",
22952
+ "members": [
22953
+ {
22954
+ "disabled": false,
22955
+ "document": "When this field is set to true, it indicates that the video has no audio track.",
22956
+ "example": "true",
22957
+ "member": "bool",
22958
+ "name": "NoAudio",
22959
+ "output_required": true,
22960
+ "type": "bool",
22961
+ "value_allowed_null": false
22962
+ },
22963
+ {
22964
+ "disabled": false,
22965
+ "document": "When this field is set to true, it indicates that the video has no video track.",
22966
+ "example": "true",
22967
+ "member": "bool",
22968
+ "name": "NoVideo",
22969
+ "output_required": true,
22970
+ "type": "bool",
21976
22971
  "value_allowed_null": false
21977
22972
  },
21978
22973
  {
@@ -22141,7 +23136,7 @@
22141
23136
  "members": [
22142
23137
  {
22143
23138
  "disabled": false,
22144
- "document": "The issue type. Valid values:\n`Jitter`\n`Blur`\n`LowLighting`\n`HighLighting` (overexposure)\n`CrashScreen` (video corruption)\n`BlackWhiteEdge`\n`SolidColorScreen` (blank screen)\n`Noise`\n`Mosaic` (pixelation)\n`QRCode`\n`AppletCode` (Weixin Mini Program code)\n`BarCode`\n`LowVoice`\n`HighVoice`\n`NoVoice`\n`LowEvaluation` (low no-reference video quality score)",
23139
+ "document": "Exception type. valid values:.\nJitter: jitter.\nBlur: specifies the blur effect.\nLowLighting: specifies low light.\nHighLighting: overexposure.\nCrashScreen: specifies screen glitch.\nBlackWhiteEdge: specifies the black and white edges.\nSolidColorScreen: specifies the solid color screen.\nNoise: specifies the noise.\nMosaic: mosaic.\nQRCode: specifies the qr code.\nAppletCode: specifies the mini program code.\nBarCode: specifies the barcode.\nLowVoice: specifies the bass.\nHighVoice: specifies high voice detection.\nNoVoice: specifies mute.\nLowEvaluation: specifies the video no-reference score (MOS) is below the threshold.\nAudioEvaluation: specifies the audio no-reference scoring (MOS) is below the threshold.\nAudioNoise: specifies the audio noise.",
22145
23140
  "example": "Jitter",
22146
23141
  "member": "string",
22147
23142
  "name": "Type",
@@ -22388,7 +23383,7 @@
22388
23383
  },
22389
23384
  {
22390
23385
  "disabled": false,
22391
- "document": "Video source language for intelligent caption.\nValid values: \nzh: Simplified Chinese.\nen: Eenglish.\nJa: Japanese.\nKo: Korean.\nzh-PY: Simplified Chinese, English and Cantonese.\nzh-medical: Medical Chinese.\nyue: Cantonese.\nVi: Vietnamese.\nms: Malay.\nid: Indonesian.\nfil: Filipino.\nth: Thai.\npt: Portuguese.\ntr: Turkish.\nar: Arabic.\nes: Spanish.\nhi: Hindi\nFr: French.\nde: German.\nzh-dialect: Chinese dialect\nzh_en: Simplified Chinese and English\nprime_zh: Simplified Chinese, Chinese Dialect and English.",
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).",
22392
23387
  "example": "zh",
22393
23388
  "member": "string",
22394
23389
  "name": "VideoSrcLanguage",
@@ -22399,7 +23394,7 @@
22399
23394
  },
22400
23395
  {
22401
23396
  "disabled": false,
22402
- "document": "Intelligent subtitle file format.\nvtt: WebVTT format.\nsrt: SRT format.\nIf this field is left blank, no subtitle file will be generated.",
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.",
22403
23398
  "example": "vtt",
22404
23399
  "member": "string",
22405
23400
  "name": "SubtitleFormat",
@@ -22410,7 +23405,7 @@
22410
23405
  },
22411
23406
  {
22412
23407
  "disabled": false,
22413
- "document": "Subtitle translation switch.\nON: enable translation\nOFF: disable translation\nNote: This field may return null, indicating that no valid value can be obtained.",
23408
+ "document": "Subtitle translation switch.\n`ON`: translation enabled.\n`OFF`: translation disabled.\n**Note**: For pure subtitle translation mode, the default value is enabled if the field is unspecified. The field cannot be left blank or set to `OFF`.\nNote: This field may return null, indicating that no valid values can be obtained.",
22414
23409
  "example": "OFF",
22415
23410
  "member": "string",
22416
23411
  "name": "TranslateSwitch",
@@ -22421,7 +23416,7 @@
22421
23416
  },
22422
23417
  {
22423
23418
  "disabled": false,
22424
- "document": "Target language for subtitle translation.\nThis field takes effect when TranslateSwitch is set to ON.\nSupported languages:\nzh: Simplified Chinese\nen: English\nja: Japanese\nko: Korean\nfr: French\nes: Spanish\nit: Italian\nde: German\ntr: Turkish\nru: Russian\npt: Portuguese\nvi: Vietnamese\nid: Indonesian\nms: Malay\nth: Thai\nar: Arabic\nhi: Hindi\nNote: This field may return null, indicating that no valid value can be obtained.",
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.",
22425
23420
  "example": "en",
22426
23421
  "member": "string",
22427
23422
  "name": "TranslateDstLanguage",
@@ -22451,6 +23446,17 @@
22451
23446
  "required": false,
22452
23447
  "type": "string",
22453
23448
  "value_allowed_null": false
23449
+ },
23450
+ {
23451
+ "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.",
23453
+ "example": "0",
23454
+ "member": "uint64",
23455
+ "name": "ProcessType",
23456
+ "output_required": false,
23457
+ "required": false,
23458
+ "type": "int",
23459
+ "value_allowed_null": false
22454
23460
  }
22455
23461
  ],
22456
23462
  "usage": "both"
@@ -24065,7 +25071,7 @@
24065
25071
  },
24066
25072
  {
24067
25073
  "disabled": false,
24068
- "document": "The encryption key (a 32-byte string).\nNote: This field may return null, indicating that no valid values can be obtained.",
25074
+ "document": "Encryption key (32-byte hexadecimal string).\nNote: This field may return null, indicating that no valid value can be obtained.",
24069
25075
  "example": "14367588ab31370e32ae000544bd007d",
24070
25076
  "member": "string",
24071
25077
  "name": "Key",
@@ -24076,7 +25082,7 @@
24076
25082
  },
24077
25083
  {
24078
25084
  "disabled": false,
24079
- "document": "The initialization vector for encryption (a 32-byte string).\nNote: This field may return null, indicating that no valid values can be obtained.",
25085
+ "document": "Initialization vector for encryption (32-byte hexadecimal string).\nNote: This field may return null, indicating that no valid value can be obtained.",
24080
25086
  "example": "452ac1553f19b846e2f2c4cffd8f4a9b",
24081
25087
  "member": "string",
24082
25088
  "name": "Vector",
@@ -24246,6 +25252,17 @@
24246
25252
  "type": "object",
24247
25253
  "value_allowed_null": true
24248
25254
  },
25255
+ {
25256
+ "disabled": false,
25257
+ "document": "Custom parameters for smart erasing. When the value of Definition is not 0, this parameter is valid. When certain erasing parameters in this structure are specified, the specified parameters will be used to overwrite those in the smart erasing template. This parameter is used in highly customized scenarios. It is recommended to use only Definition to specify smart erasing parameters.",
25258
+ "example": "无",
25259
+ "member": "OverrideEraseParameter",
25260
+ "name": "OverrideParameter",
25261
+ "output_required": false,
25262
+ "required": false,
25263
+ "type": "object",
25264
+ "value_allowed_null": false
25265
+ },
24249
25266
  {
24250
25267
  "disabled": false,
24251
25268
  "document": "Specifies the target storage for files. if left blank, it inherits the upper-level OutputStorage value.\nNote: This field may return null, indicating that no valid value can be obtained.",
@@ -24357,6 +25374,122 @@
24357
25374
  ],
24358
25375
  "usage": "out"
24359
25376
  },
25377
+ "SmartEraseTemplateItem": {
25378
+ "document": "Smart erasing template details.",
25379
+ "members": [
25380
+ {
25381
+ "disabled": false,
25382
+ "document": "Unique identifier of the smart erasing template.",
25383
+ "example": "30",
25384
+ "member": "int64",
25385
+ "name": "Definition",
25386
+ "output_required": true,
25387
+ "type": "int",
25388
+ "value_allowed_null": false
25389
+ },
25390
+ {
25391
+ "disabled": false,
25392
+ "document": "Smart erasing template name.",
25393
+ "example": "模板1",
25394
+ "member": "string",
25395
+ "name": "Name",
25396
+ "output_required": false,
25397
+ "type": "string",
25398
+ "value_allowed_null": false
25399
+ },
25400
+ {
25401
+ "disabled": false,
25402
+ "document": "Smart erasing template description information.",
25403
+ "example": "用于A的模板",
25404
+ "member": "string",
25405
+ "name": "Comment",
25406
+ "output_required": false,
25407
+ "type": "string",
25408
+ "value_allowed_null": false
25409
+ },
25410
+ {
25411
+ "disabled": false,
25412
+ "document": "Template type. Valid values:\n* Preset: system preset template.\n* Custom: user-defined template.",
25413
+ "example": "Preset",
25414
+ "member": "string",
25415
+ "name": "Type",
25416
+ "output_required": false,
25417
+ "type": "string",
25418
+ "value_allowed_null": false
25419
+ },
25420
+ {
25421
+ "disabled": false,
25422
+ "document": "Erasing type.\n-subtitle: subtitle removal.\n-watermark: watermark removal.\n-privacy: privacy protection.",
25423
+ "example": "subtitle",
25424
+ "member": "string",
25425
+ "name": "EraseType",
25426
+ "output_required": false,
25427
+ "type": "string",
25428
+ "value_allowed_null": false
25429
+ },
25430
+ {
25431
+ "disabled": false,
25432
+ "document": "Subtitle erasing configuration.\nNote: This field may return null, indicating that no valid values can be obtained.",
25433
+ "example": "无",
25434
+ "member": "SmartEraseSubtitleConfig",
25435
+ "name": "EraseSubtitleConfig",
25436
+ "output_required": false,
25437
+ "type": "object",
25438
+ "value_allowed_null": true
25439
+ },
25440
+ {
25441
+ "disabled": false,
25442
+ "document": "Watermark erasing configuration.\nNote: This field may return null, indicating that no valid values can be obtained.",
25443
+ "example": "无",
25444
+ "member": "SmartEraseWatermarkConfig",
25445
+ "name": "EraseWatermarkConfig",
25446
+ "output_required": false,
25447
+ "type": "object",
25448
+ "value_allowed_null": true
25449
+ },
25450
+ {
25451
+ "disabled": false,
25452
+ "document": "Privacy protection configuration.\nNote: This field may return null, indicating that no valid values can be obtained.",
25453
+ "example": "无",
25454
+ "member": "SmartErasePrivacyConfig",
25455
+ "name": "ErasePrivacyConfig",
25456
+ "output_required": false,
25457
+ "type": "object",
25458
+ "value_allowed_null": true
25459
+ },
25460
+ {
25461
+ "disabled": false,
25462
+ "document": "Template creation time in [ISO datetime format](https://www.tencentcloud.comom/document/product/862/37710?from_cn_redirect=1#52).",
25463
+ "example": "2023-10-05T14:30:00Z",
25464
+ "member": "string",
25465
+ "name": "CreateTime",
25466
+ "output_required": true,
25467
+ "type": "string",
25468
+ "value_allowed_null": false
25469
+ },
25470
+ {
25471
+ "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).",
25473
+ "example": "2024-10-05T14:32:00Z",
25474
+ "member": "string",
25475
+ "name": "UpdateTime",
25476
+ "output_required": true,
25477
+ "type": "string",
25478
+ "value_allowed_null": false
25479
+ },
25480
+ {
25481
+ "disabled": false,
25482
+ "document": "Alias of the preset smart erasing template.",
25483
+ "example": "PresetTemplate1",
25484
+ "member": "string",
25485
+ "name": "AliasName",
25486
+ "output_required": false,
25487
+ "type": "string",
25488
+ "value_allowed_null": false
25489
+ }
25490
+ ],
25491
+ "usage": "out"
25492
+ },
24360
25493
  "SmartEraseWatermarkConfig": {
24361
25494
  "document": "smart erasure template watermark configuration.",
24362
25495
  "members": [
@@ -24384,7 +25517,7 @@
24384
25517
  },
24385
25518
  {
24386
25519
  "disabled": false,
24387
- "document": "Specifies automatic removal of a custom region.\nSpecifies the use of an AI model to automatically detect and erase existing targets in the specified region.\nNote that this parameter will not take effect when the removal method is custom.",
25520
+ "document": "Automatically erase the custom region.\nAutomatically detects and erases the targeted removal in the specified region using the AI model.\nNote that this parameter will not take effect when the removal method is custom. to modify the template, input [] for the clean-up region. if not provided, the template region information remains unchanged.",
24388
25521
  "example": "无",
24389
25522
  "member": "EraseArea",
24390
25523
  "name": "AutoAreas",
@@ -24395,7 +25528,7 @@
24395
25528
  },
24396
25529
  {
24397
25530
  "disabled": false,
24398
- "document": "Specifies erasure of a custom region.\nDetects and directly performs removal within a specified time range for the selected region.",
25531
+ "document": "Specifies the removal of a custom region.\nSpecifies to directly perform removal without detection and recognition within a selected time range for the specified region.\nNote: when modifying the template, pass [] to clear the region. the template region information remains unchanged if not passed.",
24399
25532
  "example": "无",
24400
25533
  "member": "EraseTimeArea",
24401
25534
  "name": "CustomAreas",
@@ -24496,6 +25629,16 @@
24496
25629
  "type": "list",
24497
25630
  "value_allowed_null": true
24498
25631
  },
25632
+ {
25633
+ "disabled": false,
25634
+ "document": "Subtitle file path.",
25635
+ "example": "/subtitles/1027/31*******8.vtt",
25636
+ "member": "string",
25637
+ "name": "Path",
25638
+ "output_required": false,
25639
+ "type": "string",
25640
+ "value_allowed_null": false
25641
+ },
24499
25642
  {
24500
25643
  "disabled": false,
24501
25644
  "document": "Subtitle file path.",
@@ -24525,7 +25668,7 @@
24525
25668
  {
24526
25669
  "disabled": false,
24527
25670
  "document": "Confidence of a recognized segment. Value range: 0-100.",
24528
- "example": "100",
25671
+ "example": "100.0",
24529
25672
  "member": "float",
24530
25673
  "name": "Confidence",
24531
25674
  "output_required": false,
@@ -24775,6 +25918,26 @@
24775
25918
  "output_required": false,
24776
25919
  "type": "object",
24777
25920
  "value_allowed_null": false
25921
+ },
25922
+ {
25923
+ "disabled": false,
25924
+ "document": "Subtitle file URL.",
25925
+ "example": "/subtitles/1027/310*****.vtt",
25926
+ "member": "string",
25927
+ "name": "Path",
25928
+ "output_required": false,
25929
+ "type": "string",
25930
+ "value_allowed_null": false
25931
+ },
25932
+ {
25933
+ "disabled": false,
25934
+ "document": "Returned translation result during multilingual translation.\t",
25935
+ "example": "无",
25936
+ "member": "SubtitleTransResultItem",
25937
+ "name": "SubtitleResults",
25938
+ "output_required": false,
25939
+ "type": "list",
25940
+ "value_allowed_null": false
24778
25941
  }
24779
25942
  ],
24780
25943
  "usage": "out"
@@ -24910,7 +26073,7 @@
24910
26073
  },
24911
26074
  {
24912
26075
  "disabled": false,
24913
- "document": "Source language of the video with smart subtitles.\nSupported languages:\nzh: Simplified Chinese\nen: English\nja: Japanese\nko: Korean\nzh-PY: Chinese-English-Cantonese\nzh-medical: Medical Chinese\nyue: Cantonese\nvi: Vietnamese\nms: Malay\nid: Indonesian\nfli: Filipino\nth: Thai\npt: Portuguese\ntr: Turkish\nar: Arabic\nes: Spanish\nhi: Hindi\nfr: French\nde: German\nzh-dialect: Chinese dialect",
26076
+ "document": "List of source languages of the video with smart subtitles.\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).",
24914
26077
  "example": "zh",
24915
26078
  "member": "string",
24916
26079
  "name": "VideoSrcLanguage",
@@ -24920,7 +26083,7 @@
24920
26083
  },
24921
26084
  {
24922
26085
  "disabled": false,
24923
- "document": "Smart subtitle file format.\nvtt: WebVTT format\nIf this field is left blank, no subtitle file will be generated.\nNote: This field may return null, indicating that no valid value can be obtained.",
26086
+ "document": "Smart subtitle file format:\n- vtt: WebVTT format.\n- srt: SRT format.\n- original: consistent with the source subtitle file (it is used for the pure subtitle translation template).\n- If this field is unspecified or left blank, no subtitle file will be generated.\nNote: This field may return null, indicating that no valid values can be obtained.",
24924
26087
  "example": "vtt",
24925
26088
  "member": "string",
24926
26089
  "name": "SubtitleFormat",
@@ -24950,7 +26113,7 @@
24950
26113
  },
24951
26114
  {
24952
26115
  "disabled": false,
24953
- "document": "Target language for subtitle translation.\nThis field takes effect when TranslateSwitch is set to ON.\nSupported languages:\nzh: Simplified Chinese\nen: English\nja: Japanese\nko: Korean\nfr: French\nes: Spanish\nit: Italian\nde: German\ntr: Turkish\nru: Russian\npt: Portuguese\nvi: Vietnamese\nid: Indonesian\nms: Malay\nth: Thai\nar: Arabic\nhi: Hindi\nNote: This field may return null, indicating that no valid value can be obtained.",
26116
+ "document": "Target language for subtitle translation.\nThis field is valid when the value of TranslateSwitch is ON.\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.",
24954
26117
  "example": "en",
24955
26118
  "member": "string",
24956
26119
  "name": "TranslateDstLanguage",
@@ -24987,6 +26150,16 @@
24987
26150
  "output_required": false,
24988
26151
  "type": "string",
24989
26152
  "value_allowed_null": true
26153
+ },
26154
+ {
26155
+ "disabled": false,
26156
+ "document": "Subtitle processing type.\n- 0: ASR recognition subtitle.\n- 1: pure subtitle translation.",
26157
+ "example": "0",
26158
+ "member": "uint64",
26159
+ "name": "ProcessType",
26160
+ "output_required": false,
26161
+ "type": "int",
26162
+ "value_allowed_null": false
24990
26163
  }
24991
26164
  ],
24992
26165
  "usage": "out"
@@ -24996,7 +26169,7 @@
24996
26169
  "members": [
24997
26170
  {
24998
26171
  "disabled": false,
24999
- "document": "Task type. Valid values:\n<li>AsrFullTextRecognition: full speech recognition</li>\n<li>TransTextRecognition: speech translation</li>",
26172
+ "document": "Task type. Valid values:\n- AsrFullTextRecognition: full speech recognition.\n- TransTextRecognition: speech translation.\n- PureSubtitleTrans: pure subtitle translation.",
25000
26173
  "example": "AsrFullTextRecognition",
25001
26174
  "member": "string",
25002
26175
  "name": "Type",
@@ -25007,7 +26180,7 @@
25007
26180
  {
25008
26181
  "disabled": false,
25009
26182
  "document": "Full speech recognition result. When Type is\n set to AsrFullTextRecognition, this parameter takes effect.\nNote: This field may return null, indicating that no valid value can be obtained.",
25010
- "example": "NULL",
26183
+ "example": "",
25011
26184
  "member": "SmartSubtitleTaskAsrFullTextResult",
25012
26185
  "name": "AsrFullTextTask",
25013
26186
  "output_required": false,
@@ -25017,12 +26190,22 @@
25017
26190
  {
25018
26191
  "disabled": false,
25019
26192
  "document": "Translation result. When Type is\n\n set to TransTextRecognition, this parameter takes effect.\nNote: This field may return null, indicating that no valid value can be obtained.",
25020
- "example": "NULL",
26193
+ "example": "",
25021
26194
  "member": "SmartSubtitleTaskTransTextResult",
25022
26195
  "name": "TransTextTask",
25023
26196
  "output_required": false,
25024
26197
  "type": "object",
25025
26198
  "value_allowed_null": true
26199
+ },
26200
+ {
26201
+ "disabled": false,
26202
+ "document": "The translation result of the pure subtitle file is returned when the translation type is PureSubtitleTrans.\nNote: This field may return null, indicating that no valid values can be obtained.",
26203
+ "example": "无",
26204
+ "member": "PureSubtitleTransResult",
26205
+ "name": "PureSubtitleTransTask",
26206
+ "output_required": false,
26207
+ "type": "object",
26208
+ "value_allowed_null": true
25026
26209
  }
25027
26210
  ],
25028
26211
  "usage": "out"
@@ -25292,7 +26475,7 @@
25292
26475
  "members": [
25293
26476
  {
25294
26477
  "disabled": false,
25295
- "document": "Resource tagging. the field content is user-customized.\nIt supports 1 to 128 characters consisting of digits, letters, underscores (_), and hyphens (-).",
26478
+ "document": "Resource ID. The field content is user-defined.\nIt supports 1 to 128 characters consisting of digits, letters, underscores (_), and hyphens (-).\nThis field corresponds to the cid field in the Speke request.\nNote: Different DRM vendors have different restrictions on this field (for example, SDMC Technology Co., Ltd. does not support this field containing underscores). For specific rules, check with the vendors.",
25296
26479
  "example": "123xx",
25297
26480
  "member": "string",
25298
26481
  "name": "ResourceId",
@@ -25314,7 +26497,7 @@
25314
26497
  },
25315
26498
  {
25316
26499
  "disabled": false,
25317
- "document": "Encryption initialization vector (32-byte string). the field content is user-customized.",
26500
+ "document": "Initialization vector for encryption (32-byte hexadecimal string). the field content is user-customized.",
25318
26501
  "example": "452ac1553f19b846e2f2c4cffd8f4a9b",
25319
26502
  "member": "string",
25320
26503
  "name": "Vector",
@@ -25325,7 +26508,7 @@
25325
26508
  },
25326
26509
  {
25327
26510
  "disabled": false,
25328
- "document": "Encryption method. cbcs: default method of FairPlay; cenc: default method of PlayReady and Widevine.\n\ncbcs: supported by PlayReady, Widevine, and FairPlay\ncenc: supported by PlayReady and Widevine",
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**.",
25329
26512
  "example": "cbcs",
25330
26513
  "member": "string",
25331
26514
  "name": "EncryptionMethod",
@@ -25601,6 +26784,52 @@
25601
26784
  ],
25602
26785
  "usage": "both"
25603
26786
  },
26787
+ "SubtitleTransResultItem": {
26788
+ "document": "Subtitle translation output result.",
26789
+ "members": [
26790
+ {
26791
+ "disabled": false,
26792
+ "document": "Translation marker.\n- Success\n- Error",
26793
+ "example": "Success",
26794
+ "member": "string",
26795
+ "name": "Status",
26796
+ "output_required": false,
26797
+ "type": "string",
26798
+ "value_allowed_null": false
26799
+ },
26800
+ {
26801
+ "disabled": false,
26802
+ "document": "Source language (such as \"en\").",
26803
+ "example": "en",
26804
+ "member": "string",
26805
+ "name": "TransSrc",
26806
+ "output_required": false,
26807
+ "type": "string",
26808
+ "value_allowed_null": false
26809
+ },
26810
+ {
26811
+ "disabled": false,
26812
+ "document": "Target language (such as \"zh\").",
26813
+ "example": "zh",
26814
+ "member": "string",
26815
+ "name": "TransDst",
26816
+ "output_required": false,
26817
+ "type": "string",
26818
+ "value_allowed_null": false
26819
+ },
26820
+ {
26821
+ "disabled": false,
26822
+ "document": "Subtitle file URL.",
26823
+ "example": "/subtitles/1027/xxx.vtt",
26824
+ "member": "string",
26825
+ "name": "Path",
26826
+ "output_required": false,
26827
+ "type": "string",
26828
+ "value_allowed_null": false
26829
+ }
26830
+ ],
26831
+ "usage": "out"
26832
+ },
25604
26833
  "SuperResolutionConfig": {
25605
26834
  "document": "Super resolution configuration.",
25606
26835
  "members": [
@@ -26751,6 +27980,189 @@
26751
27980
  ],
26752
27981
  "usage": "both"
26753
27982
  },
27983
+ "UpdateSmartErasePrivacyConfig": {
27984
+ "document": "Privacy protection configuration for the smart erasing template.",
27985
+ "members": [
27986
+ {
27987
+ "disabled": false,
27988
+ "document": "Erasing method of privacy protection.\n- blur\n- mosaic",
27989
+ "example": "blur",
27990
+ "member": "string",
27991
+ "name": "PrivacyModel",
27992
+ "output_required": false,
27993
+ "required": false,
27994
+ "type": "string",
27995
+ "value_allowed_null": false
27996
+ },
27997
+ {
27998
+ "disabled": false,
27999
+ "document": "Privacy protection target. (When API Explorer is used, it is not required to specify an array. Add the corresponding items and enter the corresponding values.)\n- face: human face.\n- plate: license plate.",
28000
+ "example": "[\"face\"]",
28001
+ "member": "string",
28002
+ "name": "PrivacyTargets",
28003
+ "output_required": false,
28004
+ "required": false,
28005
+ "type": "list",
28006
+ "value_allowed_null": false
28007
+ }
28008
+ ],
28009
+ "usage": "both"
28010
+ },
28011
+ "UpdateSmartEraseSubtitleConfig": {
28012
+ "document": "Subtitle removal configuration for the smart erasing template.",
28013
+ "members": [
28014
+ {
28015
+ "disabled": false,
28016
+ "document": "Subtitle erasing method.\n**Automatic erasing:** Video subtitles are automatically recognized using an AI model and are erased without traces to generate a new video. However, missed or incorrect erasing may occur due to image interference and special subtitle styles. In this case, you can specify the erasing area.\nWhen automatic erasing is used, if AutoAreas is not specified, the default area (lower middle part of the image) will be erased automatically. If AutoAreas is specified, the specified area will be erased automatically.\n**Specified area erasing:** If the subtitle position is relatively fixed, you are recommended to specify the erasing area directly to minimize missed erasing.\nWhen you choose specified area erasing, specify at least one area for CustomAreas.\n- auto: automatic erasing.\n- custom: specified area erasing.\n",
28017
+ "example": "auto",
28018
+ "member": "string",
28019
+ "name": "SubtitleEraseMethod",
28020
+ "output_required": false,
28021
+ "required": false,
28022
+ "type": "string",
28023
+ "value_allowed_null": false
28024
+ },
28025
+ {
28026
+ "disabled": false,
28027
+ "document": "Subtitle erasing model.\n**Standard edition (recommended):** For standard subtitle styles, you are recommended to select this edition to ensure better traceless effects in the details.\n**Area edition:** If the subtitles have special styles, such as calligraphy, shadow, or motion effects, you are recommended to select this edition to ensure a larger erasing area. However, the erasing effect in the details is not as good as the standard edition.\n- standard: standard edition.\n- area: area edition.",
28028
+ "example": "standard",
28029
+ "member": "string",
28030
+ "name": "SubtitleModel",
28031
+ "output_required": false,
28032
+ "required": false,
28033
+ "type": "string",
28034
+ "value_allowed_null": false
28035
+ },
28036
+ {
28037
+ "disabled": false,
28038
+ "document": "Whether to enable OCR subtitle extraction. The default value is OFF.\nOCR subtitle extraction is supported if and only if SubtitleEraseMethod is set to auto. When OCR subtitle extraction is enabled, it identifies the text region that appears most persistently and stably within the automatic erasing area as the subtitle area. The text within the subtitle area is extracted and erased.\n- ON: enabled.\n-OFF: disabled.",
28039
+ "example": "ON",
28040
+ "member": "string",
28041
+ "name": "OcrSwitch",
28042
+ "output_required": false,
28043
+ "required": false,
28044
+ "type": "string",
28045
+ "value_allowed_null": false
28046
+ },
28047
+ {
28048
+ "disabled": false,
28049
+ "document": "Subtitle language, which is used to guide OCR recognition. The default value is zh_en. This parameter is valid only when OcrSwitch is set to ON.\n- zh_en: Chinese and English.\n- multi: others.\nThe following are other languages supported for recognition:\nChinese, English, Japanese, Korean, Spanish, French, German, Portuguese, Vietnamese, Malay, Russian, Italian, Dutch, Swedish, Finnish, Danish, Norwegian, Hungarian, Thai, Hindi, Arabic, India-Bengali, India-Gujarati, India-Kannada, India-Malayalam, India-Tamil, India-Telugu, Slovenian, Polish, Catalan, Bosnian, Czech, Estonian, Croatian, Punjabi, Marathi, Azerbaijani, Indonesian, Luxembourgish, Lithuanian, Latvian, Maltese, Slovak, Turkish, Kazakh, Greek, Irish, Belarusian, Khmer, Tagalog, Pashto, Persian, and Tajik.\n",
28050
+ "example": "zh_en",
28051
+ "member": "string",
28052
+ "name": "SubtitleLang",
28053
+ "output_required": false,
28054
+ "required": false,
28055
+ "type": "string",
28056
+ "value_allowed_null": false
28057
+ },
28058
+ {
28059
+ "disabled": false,
28060
+ "document": "Subtitle file format. The default value is vtt. This parameter is valid only when OcrSwitch is set to ON.\n- srt: SRT format.\n- vtt: WebVTT format.",
28061
+ "example": "vtt",
28062
+ "member": "string",
28063
+ "name": "SubtitleFormat",
28064
+ "output_required": false,
28065
+ "required": false,
28066
+ "type": "string",
28067
+ "value_allowed_null": false
28068
+ },
28069
+ {
28070
+ "disabled": false,
28071
+ "document": "Whether to enable subtitle translation. The default value is OFF. This parameter is valid only when OcrSwitch is set to ON.\n- ON: enabled.\n- OFF: disabled.",
28072
+ "example": "ON",
28073
+ "member": "string",
28074
+ "name": "TransSwitch",
28075
+ "output_required": false,
28076
+ "required": false,
28077
+ "type": "string",
28078
+ "value_allowed_null": false
28079
+ },
28080
+ {
28081
+ "disabled": false,
28082
+ "document": "Target language for Subtitle translation. The default value is en. This parameter is valid only when TransSwitch is set to ON.\nCurrently, the following languages are supported:\nzh: Simplified Chinese.\nen: English.\nja: Japanese.\nko: Korean.\nfr: French.\nes: Spanish.\nit: Italian.\nde: German.\ntr: Turkish.\nru: Russian.\npt: Portuguese.\nvi: Vietnamese.\nid: Indonesian.\nms: Malay.\nth: Thai.\nar: Arabic.\nhi: Hindi.",
28083
+ "example": "en",
28084
+ "member": "string",
28085
+ "name": "TransDstLang",
28086
+ "output_required": false,
28087
+ "required": false,
28088
+ "type": "string",
28089
+ "value_allowed_null": false
28090
+ },
28091
+ {
28092
+ "disabled": false,
28093
+ "document": "Custom area for automatic erasing.\nFor the specified area, AI models are used to automatically detect and erase the target objects.\nNote: When the erasing method is set to custom, this parameter is invalid. When a template is modified, input [] for the erasing area; if this parameter is unspecified, the template area information will remain unchanged.",
28094
+ "example": "无",
28095
+ "member": "EraseArea",
28096
+ "name": "AutoAreas",
28097
+ "output_required": false,
28098
+ "required": false,
28099
+ "type": "list",
28100
+ "value_allowed_null": false
28101
+ },
28102
+ {
28103
+ "disabled": false,
28104
+ "document": "Custom area for specified area erasing.\nFor the specified area, erase the target objects directly without detection and recognition within a selected time period.\nNote: When a template is modified, input [] for the erasing area; if this parameter is unspecified, the template area information will remain unchanged.",
28105
+ "example": "无",
28106
+ "member": "EraseTimeArea",
28107
+ "name": "CustomAreas",
28108
+ "output_required": false,
28109
+ "required": false,
28110
+ "type": "list",
28111
+ "value_allowed_null": false
28112
+ }
28113
+ ],
28114
+ "usage": "both"
28115
+ },
28116
+ "UpdateSmartEraseWatermarkConfig": {
28117
+ "document": "Watermark removal configuration for the smart erasing template.",
28118
+ "members": [
28119
+ {
28120
+ "disabled": false,
28121
+ "document": "Watermark erasing method.\n**Automatic erasing: ** Video watermarks are automatically recognized using an AI model and are erased to generate a new video. It applies to dynamic watermarks.\nWhen automatic erasing is used, if AutoAreas is not specified, the full-screen video image area will be erased automatically. If AutoAreas is specified, the specified area will be erased automatically.\n **Specified area erasing: ** For static watermarks in fixed positions, you are recommended to specify the erasing area directly.When you choose specified area erasing, specify at least one area.\n- auto: automatic erasing.\n- custom: specified area erasing.",
28122
+ "example": "auto",
28123
+ "member": "string",
28124
+ "name": "WatermarkEraseMethod",
28125
+ "output_required": false,
28126
+ "required": false,
28127
+ "type": "string",
28128
+ "value_allowed_null": false
28129
+ },
28130
+ {
28131
+ "disabled": false,
28132
+ "document": "Watermark erasing model.\nBasic Edition: provide average effects and high cost performance. It applies to animations or videos with clean backgrounds.\nAdvanced Edition: provide better effects. It applies to reality-style videos, such as short dramas.\n- basic: Basic Edition.\n- advanced: Advanced Edition.",
28133
+ "example": "basic",
28134
+ "member": "string",
28135
+ "name": "WatermarkModel",
28136
+ "output_required": false,
28137
+ "required": false,
28138
+ "type": "string",
28139
+ "value_allowed_null": false
28140
+ },
28141
+ {
28142
+ "disabled": false,
28143
+ "document": "Custom area for automatic erasing.\nFor the specified area, AI models are used to automatically detect and erase the target objects.\nNote: When the erasing method is set to custom, this parameter is invalid. Input [] for the erasing area; if this parameter is unspecified, the template area information will remain unchanged.",
28144
+ "example": "无",
28145
+ "member": "EraseArea",
28146
+ "name": "AutoAreas",
28147
+ "output_required": false,
28148
+ "required": false,
28149
+ "type": "list",
28150
+ "value_allowed_null": false
28151
+ },
28152
+ {
28153
+ "disabled": false,
28154
+ "document": "Custom area for specified area erasing.\nFor the specified area, erase the target objects directly without detection and recognition within a selected time period.\nNote: Input [] for the erasing area; if this parameter is unspecified, the template area information will remain unchanged.",
28155
+ "example": "无",
28156
+ "member": "EraseTimeArea",
28157
+ "name": "CustomAreas",
28158
+ "output_required": false,
28159
+ "required": false,
28160
+ "type": "list",
28161
+ "value_allowed_null": false
28162
+ }
28163
+ ],
28164
+ "usage": "both"
28165
+ },
26754
28166
  "UrlInputInfo": {
26755
28167
  "document": "The URL of the object to process.",
26756
28168
  "members": [
@@ -27237,20 +28649,22 @@
27237
28649
  "members": [
27238
28650
  {
27239
28651
  "disabled": false,
27240
- "document": "Frame interpolation configuration.\nNote: This field may return null, indicating that no valid values can be obtained.",
28652
+ "document": "Frame rate configuration (old) for the frame interpolation. New users are recommended to use FrameRateWithDen for configuring the frame rate of frame interpolation, which supports fractions and provides better results. Note that FrameRate and FrameRateWithDen are mutually exclusive; configuring both simultaneously may cause task failures. The configuration does not take effect if the source frame rate is greater than or equal to the target frame rate.\nNote: This field may return null, indicating that no valid values can be obtained.",
27241
28653
  "example": "无",
27242
28654
  "member": "FrameRateConfig",
27243
28655
  "name": "FrameRate",
28656
+ "output_required": true,
27244
28657
  "required": false,
27245
28658
  "type": "object",
27246
28659
  "value_allowed_null": true
27247
28660
  },
27248
28661
  {
27249
28662
  "disabled": false,
27250
- "document": "Super resolution configuration.\nNote: This field may return null, indicating that no valid values can be obtained.",
28663
+ "document": "Super-resolution configuration. The video is not processed when the source resolution is higher than the target resolution. Note that it cannot be enabled simultaneously with Large Model enhancement.\nNote: This field may return null, indicating that no valid values can be obtained.",
27251
28664
  "example": "无",
27252
28665
  "member": "SuperResolutionConfig",
27253
28666
  "name": "SuperResolution",
28667
+ "output_required": true,
27254
28668
  "required": false,
27255
28669
  "type": "object",
27256
28670
  "value_allowed_null": true
@@ -27261,26 +28675,29 @@
27261
28675
  "example": "无",
27262
28676
  "member": "HdrConfig",
27263
28677
  "name": "Hdr",
28678
+ "output_required": true,
27264
28679
  "required": false,
27265
28680
  "type": "object",
27266
28681
  "value_allowed_null": true
27267
28682
  },
27268
28683
  {
27269
28684
  "disabled": false,
27270
- "document": "Image noise removal configuration.\nNote: This field may return null, indicating that no valid values can be obtained.",
28685
+ "document": "Video noise reduction configuration. Note that it cannot be enabled simultaneously with LLM enhancement.\nNote: This field may return null, indicating that no valid values can be obtained.",
27271
28686
  "example": "无",
27272
28687
  "member": "VideoDenoiseConfig",
27273
28688
  "name": "Denoise",
28689
+ "output_required": true,
27274
28690
  "required": false,
27275
28691
  "type": "object",
27276
28692
  "value_allowed_null": true
27277
28693
  },
27278
28694
  {
27279
28695
  "disabled": false,
27280
- "document": "Overall enhancement configuration.\nNote: This field may return null, indicating that no valid values can be obtained.",
28696
+ "document": "Comprehensive enhancement configuration. Note that only one of the three items, LLM enhancement, comprehensive enhancement, and artifacts removal, can be configured.\nNote: This field may return null, indicating that no valid values can be obtained.",
27281
28697
  "example": "无",
27282
28698
  "member": "ImageQualityEnhanceConfig",
27283
28699
  "name": "ImageQualityEnhance",
28700
+ "output_required": true,
27284
28701
  "required": false,
27285
28702
  "type": "object",
27286
28703
  "value_allowed_null": true
@@ -27291,56 +28708,73 @@
27291
28708
  "example": "无",
27292
28709
  "member": "ColorEnhanceConfig",
27293
28710
  "name": "ColorEnhance",
28711
+ "output_required": true,
27294
28712
  "required": false,
27295
28713
  "type": "object",
27296
28714
  "value_allowed_null": true
27297
28715
  },
27298
28716
  {
27299
28717
  "disabled": false,
27300
- "document": "Detail enhancement configuration.\nNote: This field may return null, indicating that no valid values can be obtained.",
28718
+ "document": "Low-light enhancement configuration.\nNote: This field may return null, indicating that no valid values can be obtained.",
27301
28719
  "example": "无",
27302
- "member": "SharpEnhanceConfig",
27303
- "name": "SharpEnhance",
28720
+ "member": "LowLightEnhanceConfig",
28721
+ "name": "LowLightEnhance",
28722
+ "output_required": true,
27304
28723
  "required": false,
27305
28724
  "type": "object",
27306
28725
  "value_allowed_null": true
27307
28726
  },
27308
28727
  {
27309
28728
  "disabled": false,
27310
- "document": "Face enhancement configuration.\nNote: This field may return null, indicating that no valid values can be obtained.",
28729
+ "document": "Banding removal configuration.\nNote: This field may return null, indicating that no valid values can be obtained.",
27311
28730
  "example": "无",
27312
- "member": "FaceEnhanceConfig",
27313
- "name": "FaceEnhance",
28731
+ "member": "ScratchRepairConfig",
28732
+ "name": "ScratchRepair",
28733
+ "output_required": true,
27314
28734
  "required": false,
27315
28735
  "type": "object",
27316
28736
  "value_allowed_null": true
27317
28737
  },
27318
28738
  {
27319
28739
  "disabled": false,
27320
- "document": "Low-light enhancement configuration.\nNote: This field may return null, indicating that no valid values can be obtained.",
28740
+ "document": "Artifacts removal configuration. Note that only one of the three items, LLM enhancement, comprehensive enhancement, and artifacts removal, can be configured.\nNote: This field may return null, indicating that no valid values can be obtained.",
27321
28741
  "example": "无",
27322
- "member": "LowLightEnhanceConfig",
27323
- "name": "LowLightEnhance",
28742
+ "member": "ArtifactRepairConfig",
28743
+ "name": "ArtifactRepair",
28744
+ "output_required": true,
27324
28745
  "required": false,
27325
28746
  "type": "object",
27326
28747
  "value_allowed_null": true
27327
28748
  },
27328
28749
  {
27329
28750
  "disabled": false,
27330
- "document": "Banding removal configuration.\nNote: This field may return null, indicating that no valid values can be obtained.",
28751
+ "document": "Enhancement scenario configuration. Valid values:\n<li>common: common enhancement parameters, which are basic optimization parameters suitable for various video types, enhancing overall image quality.</li>\n<li>AIGC: overall resolution enhancement. It uses AI technology to improve the overall video resolution and image clarity.</li>\n<li>short_play: enhance facial and subtitle details, emphasizing characters' facial expressions and subtitle clarity to improve the viewing experience.</li>\n<li>short_video: optimize complex and diverse image quality issues, tailoring quality enhancements for the complex scenarios such as short videos to address various visual issues.</li>\n<li>game: fix motion blur and enhance details, with a focus on enhancing the clarity of game details and restoring blurry areas during motions to make the image content during gaming clearer and richer.</li>\n<li>HD_movie_series: provide a smooth playback effect for UHD videos. Standard 4K HDR videos with an FPS of 60 are generated to meet the needs of broadcasting/OTT for UHD videos. Formats for broadcasting scenarios are supported.</li>\n<li>LQ_material: low-definition material/old video restoration. It enhances overall resolution, and solves issues of old videos, such as low resolution, blur, distortion, scratches, and color temperature due to their age.</li>\n<li>lecture: live shows, e-commerce, conferences, and lectures. It improves the face display effect and performs specific optimizations, including face region enhancement, noise reduction, and artifacts removal, for scenarios involving human explanation, such as live shows, e-commerce, conferences, and lectures.</li>\n<li>Input of a null string indicates that the enhancement scenario is not used.</li>\nNote: This field may return null, indicating that no valid values can be obtained.",
28752
+ "example": "common",
28753
+ "member": "string",
28754
+ "name": "EnhanceSceneType",
28755
+ "output_required": false,
28756
+ "required": false,
28757
+ "type": "string",
28758
+ "value_allowed_null": true
28759
+ },
28760
+ {
28761
+ "disabled": false,
28762
+ "document": "Large Model enhancement configuration. Note that only one of the three items, LLM enhancement, comprehensive enhancement, and artifacts removal, can be configured. It cannot be enabled simultaneously with super-resolution and noise reduction.\nNote: This field may return null, indicating that no valid values can be obtained.",
27331
28763
  "example": "无",
27332
- "member": "ScratchRepairConfig",
27333
- "name": "ScratchRepair",
28764
+ "member": "DiffusionEnhanceConfig",
28765
+ "name": "DiffusionEnhance",
28766
+ "output_required": false,
27334
28767
  "required": false,
27335
28768
  "type": "object",
27336
28769
  "value_allowed_null": true
27337
28770
  },
27338
28771
  {
27339
28772
  "disabled": false,
27340
- "document": "Artifact removal (smoothing) configuration.\nNote: This field may return null, indicating that no valid values can be obtained.",
28773
+ "document": "New frame rate configuration for the frame interpolation, which supports fractions. Note that it is mutually exclusive with FrameRate. The configuration does not take effect if the source frame rate is greater than or equal to the target frame rate.\nNote: This field may return null, indicating that no valid values can be obtained.",
27341
28774
  "example": "无",
27342
- "member": "ArtifactRepairConfig",
27343
- "name": "ArtifactRepair",
28775
+ "member": "FrameRateWithDenConfig",
28776
+ "name": "FrameRateWithDen",
28777
+ "output_required": false,
27344
28778
  "required": false,
27345
28779
  "type": "object",
27346
28780
  "value_allowed_null": true
@@ -27463,7 +28897,7 @@
27463
28897
  },
27464
28898
  {
27465
28899
  "disabled": false,
27466
- "document": "Average segment duration. Value range: (0-10], unit: second.\nThis parameter will be set to automatic if not specified. The segment duration will be automatically selected based on the GOP and other characteristics of the video.\nNote: It can be used only in the container format of hls.\nNote: This field may return null, indicating that no valid value can be obtained.",
28900
+ "document": "Average shard duration. value range: (0-10], unit: second.\nLeaving it blank means auto, which automatically chooses the appropriate segment duration based on video features such as GOP.\nNote: This field may return null, indicating that no valid values can be obtained.",
27467
28901
  "example": "10",
27468
28902
  "member": "uint64",
27469
28903
  "name": "HlsTime",
@@ -27628,7 +29062,7 @@
27628
29062
  },
27629
29063
  {
27630
29064
  "disabled": false,
27631
- "document": "Video scenario. Valid values: \nnormal: General transcoding scenario: General transcoding and compression scenario.\npgc: PGC HD TV shows and movies: At the time of compression, focus is placed on the viewing experience of TV shows and movies and ROI encoding is performed according to their characteristics, while high-quality contents of videos and audio are retained. \nmaterials_video: HD materials: Scenario involving material resources, where requirements for image quality are extremely high and there are many transparent images, with almost no visual loss during compression. \nugc: UGC content: It is suitable for a wide range of UGC/short video scenarios, with an optimized encoding bitrate for short video characteristics, improved image quality, and enhanced business QOS/QOE metrics. \ne-commerce_video: Fashion show/e-commerce: At the time of compression, emphasis is placed on detail clarity and ROI enhancement, with a particular focus on maintaining the image quality of the face region. \neducational_video: Education: At the time of compression, emphasis is placed on the clarity and readability of text and images to help students better understand the content, ensuring that the teaching content is clearly conveyed. \nDefault value: normal.\nNote: To use this value, the value of ScenarioBased must be 1; otherwise, this value will not take effect.\nNote: This field may return null, indicating that no valid value can be obtained.",
29065
+ "document": "Video scenario. Valid values: \n- normal: General transcoding scenario. General transcoding and compression scenario.\n- pgc: PGC HD TV shows and movies. At the time of compression, focus is placed on the viewing experience of TV shows and movies and ROI encoding is performed according to their characteristics, while high-quality contents of videos and audio are retained. \n- materials_video: HD materials. Scenario involving material resources, where requirements for image quality are extremely high and there are many transparent images, with almost no visual loss during compression. \n- ugc: UGC content. It is suitable for a wide range of UGC/short video scenarios, with an optimized encoding bitrate for short video characteristics, improved image quality, and enhanced business QOS/QOE metrics. \n- e-commerce_video. Fashion show/e-commerce: At the time of compression, emphasis is placed on detail clarity and ROI enhancement, with a particular focus on maintaining the image quality of the face region. \n- educational_video. Education. At the time of compression, emphasis is placed on the clarity and readability of text and images to help students better understand the content, ensuring that the teaching content is clearly conveyed. \n\nDefault value: normal.\nNote: To use this value, the value of ScenarioBased must be 1; otherwise, this value will not take effect.\nNote: This field may return null, indicating that no valid value can be obtained.",
27632
29066
  "example": "normal",
27633
29067
  "member": "string",
27634
29068
  "name": "SceneType",
@@ -27639,7 +29073,7 @@
27639
29073
  },
27640
29074
  {
27641
29075
  "disabled": false,
27642
- "document": "Transcoding policy. Valid values: \nultra_compress: Extreme compression: Compared to standard compression, this policy can maximize bitrate compression while ensuring a certain level of image quality, thus greatly saving bandwidth and storage costs. \nstandard_compress: Comprehensively optimal: Balances compression ratio and image quality, compressing files as much as possible without a noticeable reduction in subjective image quality. Only audio and video TSC transcoding fees are charged for this policy. \nhigh_compress: Bitrate priority: Prioritizes reducing file size, which may result in certain image quality loss. Only audio and video TSC transcoding fees are charged for this policy. \nlow_compress: Image quality priority: Prioritizes ensuring image quality, and the size of compressed files may be relatively large. Only audio and video TSC transcoding fees are charged for this policy. \nDefault value: standard_compress. \nNote: If you need to watch videos on TV, it is recommended not to use the ultra_compress policy. The billing standard for the ultra_compress policy is TSC transcoding + audio and video enhancement - artifacts removal.\nNote: To use this value, the value of ScenarioBased must be 1; otherwise, this value will not take effect.\nNote: This field may return null, indicating that no valid value can be obtained.",
29076
+ "document": "Transcoding policy. Valid values: \n- ultra_compress: Extreme compression. Compared to standard compression, this policy can maximize bitrate compression while ensuring a certain level of image quality, thus greatly saving bandwidth and storage costs. \n- standard_compress: Comprehensively optimal. Balances compression ratio and image quality, compressing files as much as possible without a noticeable reduction in subjective image quality. Only audio and video TSC transcoding fees are charged for this policy. \n- high_compress: Bitrate priority. Prioritizes reducing file size, which may result in certain image quality loss. Only audio and video TSC transcoding fees are charged for this policy. \n- low_compress: Image quality priority. Prioritizes ensuring image quality, and the size of compressed files may be relatively large. Only audio and video TSC transcoding fees are charged for this policy. \n\nDefault value: standard_compress. \nNote: If you need to watch videos on TV, it is recommended not to use the ultra_compress policy. The billing standard for the ultra_compress policy is TSC transcoding + audio and video enhancement - artifacts removal.\nNote: To use this value, the value of ScenarioBased must be 1; otherwise, this value will not take effect.\nNote: This field may return null, indicating that no valid value can be obtained.",
27643
29077
  "example": "standard_compress",
27644
29078
  "member": "string",
27645
29079
  "name": "CompressType",
@@ -27656,7 +29090,7 @@
27656
29090
  "members": [
27657
29091
  {
27658
29092
  "disabled": false,
27659
- "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: \nAV1 encoding containers currently only support mp4, webm, and mkv.\nH.266 encoding containers currently only support mp4, hls, ts, and mov. \nVP8 and VP9 encoding containers currently only support webm and mkv.\nMPEG2 and DNxHD encoding containers currently only support mxf.\nMV-HEVC encoding containers only support mp4, hls, and mov. Also, the hls format only supports mp4 segmentation format.\n\nNote: This field may return null, indicating that no valid value can be obtained.",
29093
+ "document": "Encoding format for 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: specifies dnxhd encoding.</li>.\n<li>mv-hevc: mv-hevc encoding.</li>.\n\nNote: the av1 encoding container currently only supports 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 currently only support mp4, hls, and mov. among them, the hls format supports only mp4 segmentation format and requires the input source to be a panoramic video (with multi-perspective).\nNote: This field may return null, indicating that no valid values can be obtained.",
27660
29094
  "example": "h264",
27661
29095
  "member": "string",
27662
29096
  "name": "Codec",
@@ -27942,7 +29376,7 @@
27942
29376
  },
27943
29377
  {
27944
29378
  "disabled": false,
27945
- "document": "Video scenario. Valid values: \nnormal: General transcoding scenario: General transcoding and compression scenario. pgc: PGC HD film and television: Emphasis is placed on the viewing experience of films and TV shows during compression, with ROI encoding based on the characteristics of films and TV shows, while maintaining high-quality video and audio content. \nmaterials_video: HD materials: Scenario involving material resources, where requirements for image quality are extremely high and there are many transparent images, with almost no visual loss during compression. \nugc: UGC content: It is suitable for a wide range of UGC/short video scenarios, with an optimized encoding bitrate for short video characteristics, improved image quality, and enhanced business QOS/QOE metrics. \ne-commerce_video: Fashion show/e-commerce: At the time of compression, emphasis is placed on detail clarity and ROI enhancement, with a particular focus on maintaining the image quality of the face region. \neducational_video: Education: At the time of compression, emphasis is placed on the clarity and readability of text and images to help students better understand the content, ensuring that the teaching content is clearly conveyed.\nDefault value: normal.\nNote: To use this value, the value of ScenarioBased must be 1; otherwise, this value will not take effect.\nNote: This field may return null, indicating that no valid value can be obtained.",
29379
+ "document": "Video scenario. Valid values: \n- normal: General transcoding scenario. General transcoding and compression scenario.\n- pgc: PGC HD TV shows and movies. At the time of compression, focus is placed on the viewing experience of TV shows and movies and ROI encoding is performed according to their characteristics, while high-quality contents of videos and audio are retained. \n- materials_video: HD materials. Scenario involving material resources, where requirements for image quality are extremely high and there are many transparent images, with almost no visual loss during compression. \n- ugc: UGC content. It is suitable for a wide range of UGC/short video scenarios, with an optimized encoding bitrate for short video characteristics, improved image quality, and enhanced business QOS/QOE metrics. \n- e-commerce_video. Fashion show/e-commerce: At the time of compression, emphasis is placed on detail clarity and ROI enhancement, with a particular focus on maintaining the image quality of the face region. \n- educational_video. Education. At the time of compression, emphasis is placed on the clarity and readability of text and images to help students better understand the content, ensuring that the teaching content is clearly conveyed. \n\nDefault value: normal.\nNote: To use this value, the value of ScenarioBased must be 1; otherwise, this value will not take effect.\nNote: This field may return null, indicating that no valid value can be obtained.",
27946
29380
  "example": "normal",
27947
29381
  "member": "string",
27948
29382
  "name": "SceneType",
@@ -27953,7 +29387,7 @@
27953
29387
  },
27954
29388
  {
27955
29389
  "disabled": false,
27956
- "document": "Transcoding policy. Valid values: \nultra_compress: Extreme compression: Compared to standard compression, this policy can maximize bitrate compression while ensuring a certain level of image quality, thus greatly saving bandwidth and storage costs. \nstandard_compress: Comprehensively optimal: Balances compression ratio and image quality, compressing files as much as possible without a noticeable reduction in subjective image quality. This policy only charges audio and video TSC transcoding fees. \nhigh_compress: Bitrate priority: Prioritizes reducing file size, which may result in some image quality loss. This policy only charges audio and video TSC transcoding fees. \nlow_compress: Image quality priority: Prioritizes ensuring image quality, and the size of compressed files may be relatively large. This policy only charges audio and video TSC transcoding fees. \nDefault value: standard_compress. \nNote: If you need to watch videos on TV, it is recommended not to use the ultra_compress policy. The billing standard for the ultra_compress policy is TSC transcoding + audio and video enhancement - artifacts removal.\nNote: To use this value, the value of ScenarioBased must be 1; otherwise, this value will not take effect.\nNote: This field may return null, indicating that no valid value can be obtained.",
29390
+ "document": "Transcoding policy. Valid values: \n- ultra_compress: Extreme compression. Compared to standard compression, this policy can maximize bitrate compression while ensuring a certain level of image quality, thus greatly saving bandwidth and storage costs. \n- standard_compress: Comprehensively optimal. Balances compression ratio and image quality, compressing files as much as possible without a noticeable reduction in subjective image quality. Only audio and video TSC transcoding fees are charged for this policy. \n- high_compress: Bitrate priority. Prioritizes reducing file size, which may result in certain image quality loss. Only audio and video TSC transcoding fees are charged for this policy. \n- low_compress: Image quality priority. Prioritizes ensuring image quality, and the size of compressed files may be relatively large. Only audio and video TSC transcoding fees are charged for this policy. \n\nDefault value: standard_compress. \nNote: If you need to watch videos on TV, it is recommended not to use the ultra_compress policy. The billing standard for the ultra_compress policy is TSC transcoding + audio and video enhancement - artifacts removal.\nNote: To use this value, the value of ScenarioBased must be 1; otherwise, this value will not take effect.\nNote: This field may return null, indicating that no valid value can be obtained.",
27957
29391
  "example": "standard_compress",
27958
29392
  "member": "string",
27959
29393
  "name": "CompressType",