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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (207) hide show
  1. tccli/__init__.py +1 -1
  2. tccli/argument.py +1 -1
  3. tccli/services/__init__.py +15 -0
  4. tccli/services/advisor/advisor_client.py +2 -2
  5. tccli/services/ai3d/__init__.py +4 -0
  6. tccli/services/ai3d/ai3d_client.py +266 -0
  7. tccli/services/ai3d/v20250513/api.json +264 -0
  8. tccli/services/ai3d/v20250513/examples.json +20 -0
  9. tccli/services/aiart/aiart_client.py +1 -1
  10. tccli/services/ams/ams_client.py +4 -4
  11. tccli/services/antiddos/antiddos_client.py +70 -70
  12. tccli/services/apigateway/apigateway_client.py +93 -93
  13. tccli/services/apm/apm_client.py +783 -55
  14. tccli/services/apm/v20210622/api.json +3936 -1145
  15. tccli/services/apm/v20210622/examples.json +133 -23
  16. tccli/services/asr/asr_client.py +2 -2
  17. tccli/services/autoscaling/autoscaling_client.py +58 -58
  18. tccli/services/autoscaling/v20180419/api.json +77 -27
  19. tccli/services/batch/batch_client.py +28 -28
  20. tccli/services/bi/bi_client.py +24 -24
  21. tccli/services/billing/billing_client.py +42 -42
  22. tccli/services/cam/cam_client.py +81 -81
  23. tccli/services/captcha/captcha_client.py +1 -1
  24. tccli/services/car/car_client.py +33 -33
  25. tccli/services/cbs/cbs_client.py +38 -38
  26. tccli/services/ccc/ccc_client.py +70 -70
  27. tccli/services/ccc/v20200210/api.json +71 -26
  28. tccli/services/cdb/cdb_client.py +1262 -422
  29. tccli/services/cdb/v20170320/api.json +2166 -335
  30. tccli/services/cdb/v20170320/examples.json +126 -6
  31. tccli/services/cdc/cdc_client.py +20 -20
  32. tccli/services/cdn/cdn_client.py +44 -44
  33. tccli/services/cdn/v20180606/api.json +22 -22
  34. tccli/services/cdn/v20180606/examples.json +1 -1
  35. tccli/services/cdwdoris/cdwdoris_client.py +77 -77
  36. tccli/services/cdwpg/cdwpg_client.py +24 -24
  37. tccli/services/cdz/cdz_client.py +1 -1
  38. tccli/services/cfg/cfg_client.py +16 -16
  39. tccli/services/cfs/cfs_client.py +39 -39
  40. tccli/services/cfw/cfw_client.py +66 -66
  41. tccli/services/chdfs/chdfs_client.py +29 -29
  42. tccli/services/ciam/ciam_client.py +16 -16
  43. tccli/services/ckafka/ckafka_client.py +468 -76
  44. tccli/services/ckafka/v20190819/api.json +1009 -246
  45. tccli/services/ckafka/v20190819/examples.json +73 -23
  46. tccli/services/clb/clb_client.py +720 -384
  47. tccli/services/clb/v20180317/api.json +2255 -1017
  48. tccli/services/clb/v20180317/examples.json +184 -124
  49. tccli/services/cloudaudit/cloudaudit_client.py +18 -18
  50. tccli/services/cls/cls_client.py +86 -86
  51. tccli/services/cmq/cmq_client.py +2 -2
  52. tccli/services/config/config_client.py +6 -6
  53. tccli/services/controlcenter/controlcenter_client.py +225 -1
  54. tccli/services/controlcenter/v20230110/api.json +528 -5
  55. tccli/services/controlcenter/v20230110/examples.json +32 -0
  56. tccli/services/csip/csip_client.py +34 -34
  57. tccli/services/ctsdb/ctsdb_client.py +2 -2
  58. tccli/services/cvm/cvm_client.py +84 -84
  59. tccli/services/cvm/v20170312/api.json +175 -116
  60. tccli/services/cvm/v20170312/examples.json +93 -93
  61. tccli/services/cwp/cwp_client.py +465 -465
  62. tccli/services/cynosdb/cynosdb_client.py +154 -154
  63. tccli/services/dataintegration/dataintegration_client.py +1 -1
  64. tccli/services/dayu/dayu_client.py +103 -103
  65. tccli/services/dbbrain/dbbrain_client.py +42 -42
  66. tccli/services/dc/dc_client.py +18 -18
  67. tccli/services/dcdb/dcdb_client.py +62 -62
  68. tccli/services/dlc/dlc_client.py +109 -109
  69. tccli/services/dms/dms_client.py +2 -2
  70. tccli/services/dnspod/dnspod_client.py +40 -40
  71. tccli/services/domain/domain_client.py +24 -24
  72. tccli/services/dts/dts_client.py +83 -83
  73. tccli/services/eb/eb_client.py +26 -26
  74. tccli/services/ecdn/ecdn_client.py +15 -15
  75. tccli/services/ecm/ecm_client.py +124 -124
  76. tccli/services/eiam/eiam_client.py +40 -40
  77. tccli/services/emr/emr_client.py +77 -77
  78. tccli/services/emr/v20190103/api.json +6 -6
  79. tccli/services/es/es_client.py +21 -21
  80. tccli/services/facefusion/facefusion_client.py +3 -3
  81. tccli/services/faceid/faceid_client.py +19 -19
  82. tccli/services/faceid/v20180301/api.json +124 -46
  83. tccli/services/gaap/gaap_client.py +88 -88
  84. tccli/services/gme/gme_client.py +10 -10
  85. tccli/services/gpm/gpm_client.py +18 -18
  86. tccli/services/gse/gse_client.py +22 -22
  87. tccli/services/gwlb/gwlb_client.py +18 -18
  88. tccli/services/hunyuan/__init__.py +4 -0
  89. tccli/services/hunyuan/hunyuan_client.py +546 -0
  90. tccli/services/hunyuan/v20230901/api.json +628 -0
  91. tccli/services/hunyuan/v20230901/examples.json +60 -0
  92. tccli/services/iai/iai_client.py +29 -29
  93. tccli/services/iap/iap_client.py +6 -6
  94. tccli/services/ims/ims_client.py +1 -1
  95. tccli/services/intlpartnersmgt/intlpartnersmgt_client.py +42 -42
  96. tccli/services/iotcloud/iotcloud_client.py +20 -20
  97. tccli/services/ip/ip_client.py +6 -6
  98. tccli/services/kms/kms_client.py +68 -68
  99. tccli/services/kms/v20190118/api.json +80 -3
  100. tccli/services/kms/v20190118/examples.json +3 -3
  101. tccli/services/lcic/lcic_client.py +53 -53
  102. tccli/services/lighthouse/lighthouse_client.py +434 -98
  103. tccli/services/lighthouse/v20200324/api.json +488 -0
  104. tccli/services/lighthouse/v20200324/examples.json +54 -0
  105. tccli/services/live/live_client.py +120 -120
  106. tccli/services/lke/lke_client.py +90 -90
  107. tccli/services/lkeap/lkeap_client.py +63 -7
  108. tccli/services/lkeap/v20240522/api.json +134 -0
  109. tccli/services/lkeap/v20240522/examples.json +21 -1
  110. tccli/services/mariadb/mariadb_client.py +50 -50
  111. tccli/services/mdc/mdc_client.py +18 -18
  112. tccli/services/mdl/mdl_client.py +225 -57
  113. tccli/services/mdl/v20200326/api.json +903 -59
  114. tccli/services/mdl/v20200326/examples.json +24 -0
  115. tccli/services/mdp/mdp_client.py +62 -62
  116. tccli/services/mdp/v20200527/api.json +191 -28
  117. tccli/services/message/message_client.py +1 -1
  118. tccli/services/mongodb/mongodb_client.py +1081 -129
  119. tccli/services/mongodb/v20190725/api.json +1798 -141
  120. tccli/services/mongodb/v20190725/examples.json +136 -0
  121. tccli/services/monitor/monitor_client.py +149 -149
  122. tccli/services/monitor/v20180724/api.json +8 -8
  123. tccli/services/mps/mps_client.py +1118 -278
  124. tccli/services/mps/v20190612/api.json +2117 -117
  125. tccli/services/mps/v20190612/examples.json +164 -62
  126. tccli/services/mqtt/__init__.py +4 -0
  127. tccli/services/mqtt/mqtt_client.py +1610 -0
  128. tccli/services/mqtt/v20240516/api.json +3057 -0
  129. tccli/services/mqtt/v20240516/examples.json +213 -0
  130. tccli/services/msp/msp_client.py +7 -7
  131. tccli/services/ocr/ocr_client.py +206 -38
  132. tccli/services/ocr/v20181119/api.json +726 -83
  133. tccli/services/ocr/v20181119/examples.json +36 -6
  134. tccli/services/omics/omics_client.py +20 -20
  135. tccli/services/organization/organization_client.py +116 -116
  136. tccli/services/postgres/postgres_client.py +91 -91
  137. tccli/services/privatedns/privatedns_client.py +31 -31
  138. tccli/services/pts/pts_client.py +48 -48
  139. tccli/services/quota/quota_client.py +5 -5
  140. tccli/services/rce/rce_client.py +1 -1
  141. tccli/services/redis/redis_client.py +109 -109
  142. tccli/services/redis/v20180412/api.json +12 -12
  143. tccli/services/region/region_client.py +3 -3
  144. tccli/services/rum/rum_client.py +60 -60
  145. tccli/services/scf/scf_client.py +42 -42
  146. tccli/services/ses/ses_client.py +29 -29
  147. tccli/services/smh/__init__.py +4 -0
  148. tccli/services/smh/smh_client.py +714 -0
  149. tccli/services/smh/v20210712/api.json +1287 -0
  150. tccli/services/smh/v20210712/examples.json +85 -0
  151. tccli/services/sms/sms_client.py +18 -18
  152. tccli/services/sqlserver/sqlserver_client.py +139 -139
  153. tccli/services/ssl/ssl_client.py +38 -38
  154. tccli/services/ssm/ssm_client.py +24 -24
  155. tccli/services/sts/sts_client.py +5 -5
  156. tccli/services/tag/tag_client.py +30 -30
  157. tccli/services/tat/tat_client.py +19 -19
  158. tccli/services/tbaas/tbaas_client.py +4 -4
  159. tccli/services/tcaplusdb/tcaplusdb_client.py +52 -52
  160. tccli/services/tchd/tchd_client.py +1 -1
  161. tccli/services/tcmpp/tcmpp_client.py +104 -104
  162. tccli/services/tcr/tcr_client.py +76 -76
  163. tccli/services/tcsas/tcsas_client.py +2340 -268
  164. tccli/services/tcsas/v20250106/api.json +8410 -3423
  165. tccli/services/tcsas/v20250106/examples.json +308 -12
  166. tccli/services/tcss/tcss_client.py +330 -330
  167. tccli/services/tdid/tdid_client.py +48 -48
  168. tccli/services/tdmq/tdmq_client.py +2500 -372
  169. tccli/services/tdmq/v20200217/api.json +11607 -3958
  170. tccli/services/tdmq/v20200217/examples.json +562 -264
  171. tccli/services/tem/tem_client.py +56 -56
  172. tccli/services/teo/teo_client.py +466 -298
  173. tccli/services/teo/v20220901/api.json +324 -16
  174. tccli/services/teo/v20220901/examples.json +64 -22
  175. tccli/services/tione/tione_client.py +1 -1
  176. tccli/services/tiw/tiw_client.py +51 -51
  177. tccli/services/tke/tke_client.py +306 -138
  178. tccli/services/tke/v20180525/api.json +227 -0
  179. tccli/services/tke/v20180525/examples.json +24 -0
  180. tccli/services/tms/tms_client.py +1 -1
  181. tccli/services/tmt/tmt_client.py +1 -1
  182. tccli/services/trabbit/trabbit_client.py +29 -29
  183. tccli/services/trocket/__init__.py +4 -0
  184. tccli/services/trocket/trocket_client.py +2450 -0
  185. tccli/services/trocket/v20230308/api.json +6062 -0
  186. tccli/services/trocket/v20230308/examples.json +339 -0
  187. tccli/services/trro/trro_client.py +19 -19
  188. tccli/services/trtc/trtc_client.py +51 -51
  189. tccli/services/trtc/v20190722/api.json +15 -15
  190. tccli/services/tts/tts_client.py +1 -1
  191. tccli/services/vclm/vclm_client.py +2 -2
  192. tccli/services/vm/vm_client.py +4 -4
  193. tccli/services/vod/v20180717/api.json +2929 -296
  194. tccli/services/vod/v20180717/examples.json +40 -6
  195. tccli/services/vod/vod_client.py +459 -179
  196. tccli/services/vpc/v20170312/api.json +99 -29
  197. tccli/services/vpc/v20170312/examples.json +21 -13
  198. tccli/services/vpc/vpc_client.py +357 -301
  199. tccli/services/waf/waf_client.py +107 -107
  200. tccli/services/wedata/wedata_client.py +310 -310
  201. tccli/services/yunjing/yunjing_client.py +71 -71
  202. {tccli_intl_en-3.0.1282.1.dist-info → tccli_intl_en-3.1.33.1.dist-info}/METADATA +2 -2
  203. {tccli_intl_en-3.0.1282.1.dist-info → tccli_intl_en-3.1.33.1.dist-info}/RECORD +207 -187
  204. {tccli_intl_en-3.0.1282.1.dist-info → tccli_intl_en-3.1.33.1.dist-info}/WHEEL +1 -1
  205. {tccli_intl_en-3.0.1282.1.dist-info → tccli_intl_en-3.1.33.1.dist-info}/LICENSE +0 -0
  206. {tccli_intl_en-3.0.1282.1.dist-info → tccli_intl_en-3.1.33.1.dist-info}/entry_points.txt +0 -0
  207. {tccli_intl_en-3.0.1282.1.dist-info → tccli_intl_en-3.1.33.1.dist-info}/top_level.txt +0 -0
@@ -35,6 +35,13 @@
35
35
  "output": "CreateStreamLiveWatermarkResponse",
36
36
  "status": "online"
37
37
  },
38
+ "CreateWatermarkDetection": {
39
+ "document": "Create a watermark detection task",
40
+ "input": "CreateWatermarkDetectionRequest",
41
+ "name": "Create a watermark detection task",
42
+ "output": "CreateWatermarkDetectionResponse",
43
+ "status": "online"
44
+ },
38
45
  "DeleteStreamLiveChannel": {
39
46
  "document": "This API is used to delete a StreamLive channel.",
40
47
  "input": "DeleteStreamLiveChannelRequest",
@@ -175,6 +182,20 @@
175
182
  "output": "DescribeStreamLiveWatermarksResponse",
176
183
  "status": "online"
177
184
  },
185
+ "DescribeWatermarkDetection": {
186
+ "document": "Describe watermark detection task",
187
+ "input": "DescribeWatermarkDetectionRequest",
188
+ "name": "Describe watermark detection task",
189
+ "output": "DescribeWatermarkDetectionResponse",
190
+ "status": "online"
191
+ },
192
+ "DescribeWatermarkDetections": {
193
+ "document": "Batch Describe watermark detection task",
194
+ "input": "DescribeWatermarkDetectionsRequest",
195
+ "name": "Batch Describe watermark detection task",
196
+ "output": "DescribeWatermarkDetectionsResponse",
197
+ "status": "online"
198
+ },
178
199
  "GetAbWatermarkPlayUrl": {
179
200
  "document": "Get AB watermark play url.",
180
201
  "input": "GetAbWatermarkPlayUrlRequest",
@@ -573,7 +594,7 @@
573
594
  },
574
595
  {
575
596
  "disabled": false,
576
- "document": "",
597
+ "document": "Do you want to enable video enhancement? 1: Enable 0: Do not enable.",
577
598
  "example": "1",
578
599
  "member": "uint64",
579
600
  "name": "VideoEnhanceEnabled",
@@ -584,7 +605,7 @@
584
605
  },
585
606
  {
586
607
  "disabled": false,
587
- "document": "",
608
+ "document": "Video enhancement configuration array.",
588
609
  "example": "无",
589
610
  "member": "VideoEnhanceSetting",
590
611
  "name": "VideoEnhanceSettings",
@@ -625,16 +646,182 @@
625
646
  "required": false,
626
647
  "type": "object",
627
648
  "value_allowed_null": false
649
+ },
650
+ {
651
+ "disabled": false,
652
+ "document": "Traceability watermark.",
653
+ "example": "[\"5E7818810943216A1234\"]",
654
+ "member": "string",
655
+ "name": "ForensicWatermarkIds",
656
+ "output_required": false,
657
+ "required": false,
658
+ "type": "list",
659
+ "value_allowed_null": false
660
+ }
661
+ ],
662
+ "usage": "both"
663
+ },
664
+ "AbWatermarkDetectionInfo": {
665
+ "document": "AbWatermarkDetectionInfo",
666
+ "members": [
667
+ {
668
+ "disabled": false,
669
+ "document": "Task ID",
670
+ "example": "6936947D1D3EC9A2432F",
671
+ "member": "string",
672
+ "name": "TaskId",
673
+ "output_required": false,
674
+ "required": false,
675
+ "type": "string",
676
+ "value_allowed_null": false
677
+ },
678
+ {
679
+ "disabled": false,
680
+ "document": "Types of testing",
681
+ "example": "ExtractVideoABWatermarkId",
682
+ "member": "string",
683
+ "name": "Type",
684
+ "output_required": false,
685
+ "required": false,
686
+ "type": "string",
687
+ "value_allowed_null": false
688
+ },
689
+ {
690
+ "disabled": false,
691
+ "document": "State",
692
+ "example": "Completed",
693
+ "member": "string",
694
+ "name": "State",
695
+ "output_required": false,
696
+ "required": false,
697
+ "type": "string",
698
+ "value_allowed_null": false
699
+ },
700
+ {
701
+ "disabled": false,
702
+ "document": "Result",
703
+ "example": "123789852",
704
+ "member": "string",
705
+ "name": "Result",
706
+ "output_required": false,
707
+ "required": false,
708
+ "type": "string",
709
+ "value_allowed_null": false
710
+ },
711
+ {
712
+ "disabled": false,
713
+ "document": "Error code",
714
+ "example": "1001",
715
+ "member": "int64",
716
+ "name": "ErrorCode",
717
+ "output_required": false,
718
+ "required": false,
719
+ "type": "int",
720
+ "value_allowed_null": false
721
+ },
722
+ {
723
+ "disabled": false,
724
+ "document": "Error message",
725
+ "example": "input file size exceed limit",
726
+ "member": "string",
727
+ "name": "ErrorMsg",
728
+ "output_required": false,
729
+ "required": false,
730
+ "type": "string",
731
+ "value_allowed_null": false
732
+ },
733
+ {
734
+ "disabled": false,
735
+ "document": "Input information",
736
+ "example": "无",
737
+ "member": "AbWatermarkInputInfo",
738
+ "name": "InputInfo",
739
+ "output_required": false,
740
+ "required": false,
741
+ "type": "object",
742
+ "value_allowed_null": false
743
+ },
744
+ {
745
+ "disabled": false,
746
+ "document": "Task notification configuration",
747
+ "example": "无",
748
+ "member": "TaskNotifyConfig",
749
+ "name": "TaskNotifyConfig",
750
+ "output_required": false,
751
+ "required": false,
752
+ "type": "object",
753
+ "value_allowed_null": true
754
+ },
755
+ {
756
+ "disabled": false,
757
+ "document": "Create time",
758
+ "example": "1765184637",
759
+ "member": "int64",
760
+ "name": "CreateTime",
761
+ "output_required": false,
762
+ "required": false,
763
+ "type": "int",
764
+ "value_allowed_null": false
765
+ },
766
+ {
767
+ "disabled": false,
768
+ "document": "Update time",
769
+ "example": "1765184637",
770
+ "member": "int64",
771
+ "name": "UpdateTime",
772
+ "output_required": false,
773
+ "required": false,
774
+ "type": "int",
775
+ "value_allowed_null": false
776
+ },
777
+ {
778
+ "disabled": false,
779
+ "document": "Input file information",
780
+ "example": "无",
781
+ "member": "InputFileInfo",
782
+ "name": "InputFileInfo",
783
+ "output_required": false,
784
+ "required": false,
785
+ "type": "object",
786
+ "value_allowed_null": false
787
+ }
788
+ ],
789
+ "usage": "both"
790
+ },
791
+ "AbWatermarkInputInfo": {
792
+ "document": "InputInfo",
793
+ "members": [
794
+ {
795
+ "disabled": false,
796
+ "document": "Input type, optional URL/COS, currently only supports URL\n",
797
+ "example": "URL",
798
+ "member": "string",
799
+ "name": "Type",
800
+ "output_required": false,
801
+ "required": false,
802
+ "type": "string",
803
+ "value_allowed_null": false
804
+ },
805
+ {
806
+ "disabled": false,
807
+ "document": "URL input information",
808
+ "example": "无",
809
+ "member": "UrlInputInfo",
810
+ "name": "UrlInputInfo",
811
+ "output_required": false,
812
+ "required": false,
813
+ "type": "object",
814
+ "value_allowed_null": false
628
815
  }
629
816
  ],
630
817
  "usage": "both"
631
818
  },
632
819
  "AbWatermarkSettingsReq": {
633
- "document": "",
820
+ "document": "AB watermark configuration.",
634
821
  "members": [
635
822
  {
636
823
  "disabled": false,
637
- "document": "",
824
+ "document": "Optional values: A/B.",
638
825
  "example": "A",
639
826
  "member": "string",
640
827
  "name": "Type",
@@ -644,6 +831,82 @@
644
831
  ],
645
832
  "usage": "in"
646
833
  },
834
+ "AbWatermarkSettingsResp": {
835
+ "document": "AbWatermarkSettingsResp",
836
+ "members": [
837
+ {
838
+ "disabled": false,
839
+ "document": "AB watermark type.",
840
+ "example": "A",
841
+ "member": "string",
842
+ "name": "Type",
843
+ "output_required": false,
844
+ "type": "string",
845
+ "value_allowed_null": false
846
+ },
847
+ {
848
+ "disabled": false,
849
+ "document": "Watermark payload.",
850
+ "example": "123415125",
851
+ "member": "string",
852
+ "name": "Content",
853
+ "output_required": false,
854
+ "type": "string",
855
+ "value_allowed_null": false
856
+ }
857
+ ],
858
+ "usage": "out"
859
+ },
860
+ "AdBreakSetting": {
861
+ "document": "AdBreakSetting",
862
+ "members": [
863
+ {
864
+ "disabled": false,
865
+ "document": "Advertising type, currently supports L-SQUEEZE",
866
+ "example": "L-SQUEEZE",
867
+ "member": "string",
868
+ "name": "Format",
869
+ "output_required": false,
870
+ "required": false,
871
+ "type": "string",
872
+ "value_allowed_null": false
873
+ },
874
+ {
875
+ "disabled": false,
876
+ "document": "Duration, in milliseconds, requires 1000<duration<=600000. The current accuracy is seconds, which is a multiple of 1000",
877
+ "example": "20000",
878
+ "member": "uint64",
879
+ "name": "Duration",
880
+ "output_required": false,
881
+ "required": false,
882
+ "type": "int",
883
+ "value_allowed_null": false
884
+ },
885
+ {
886
+ "disabled": false,
887
+ "document": "L-type compression recovery configuration",
888
+ "example": "无",
889
+ "member": "LSqueezeSetting",
890
+ "name": "LSqueezeSetting",
891
+ "output_required": false,
892
+ "required": false,
893
+ "type": "object",
894
+ "value_allowed_null": true
895
+ },
896
+ {
897
+ "disabled": false,
898
+ "document": "AdSource type, supports UPLOAD_CREATIVES",
899
+ "example": "UPLOAD_CREATIVES",
900
+ "member": "string",
901
+ "name": "AdSource",
902
+ "output_required": false,
903
+ "required": false,
904
+ "type": "string",
905
+ "value_allowed_null": false
906
+ }
907
+ ],
908
+ "usage": "both"
909
+ },
647
910
  "AdditionalRateSetting": {
648
911
  "document": "additional bit rate configuration.",
649
912
  "members": [
@@ -1219,22 +1482,42 @@
1219
1482
  {
1220
1483
  "disabled": false,
1221
1484
  "document": "Alarm details of pipeline 0 under this channel.",
1222
- "example": "",
1485
+ "example": "",
1223
1486
  "member": "ChannelPipelineAlerts",
1224
1487
  "name": "Pipeline0",
1225
- "required": true,
1488
+ "output_required": true,
1226
1489
  "type": "list",
1227
1490
  "value_allowed_null": false
1228
1491
  },
1229
1492
  {
1230
1493
  "disabled": false,
1231
1494
  "document": "Alarm details of pipeline 1 under this channel.",
1232
- "example": "",
1495
+ "example": "",
1233
1496
  "member": "ChannelPipelineAlerts",
1234
1497
  "name": "Pipeline1",
1235
- "required": true,
1498
+ "output_required": true,
1236
1499
  "type": "list",
1237
1500
  "value_allowed_null": false
1501
+ },
1502
+ {
1503
+ "disabled": false,
1504
+ "document": "Pipeline 0 total active alarm count",
1505
+ "example": "0",
1506
+ "member": "int64",
1507
+ "name": "PipelineAActiveAlerts",
1508
+ "output_required": true,
1509
+ "type": "int",
1510
+ "value_allowed_null": false
1511
+ },
1512
+ {
1513
+ "disabled": false,
1514
+ "document": "Pipeline 1 total active alarm count",
1515
+ "example": "0",
1516
+ "member": "int64",
1517
+ "name": "PipelineBActiveAlerts",
1518
+ "output_required": true,
1519
+ "type": "int",
1520
+ "value_allowed_null": false
1238
1521
  }
1239
1522
  ],
1240
1523
  "usage": "out"
@@ -1461,7 +1744,7 @@
1461
1744
  },
1462
1745
  {
1463
1746
  "disabled": false,
1464
- "document": "The watermarks horizontal distance from the origin as a percentage of the video width. Value range: 0-100. Default: 10.",
1747
+ "document": "The watermark's horizontal distance from the origin as a percentage of the video width. Value range: 0-100. Default: 10.",
1465
1748
  "example": "10",
1466
1749
  "member": "int64",
1467
1750
  "name": "XPos",
@@ -1471,7 +1754,7 @@
1471
1754
  },
1472
1755
  {
1473
1756
  "disabled": false,
1474
- "document": "The watermarks vertical distance from the origin as a percentage of the video height. Value range: 0-100. Default: 10.",
1757
+ "document": "The watermark's vertical distance from the origin as a percentage of the video height. Value range: 0-100. Default: 10.",
1475
1758
  "example": "10",
1476
1759
  "member": "int64",
1477
1760
  "name": "YPos",
@@ -1481,7 +1764,7 @@
1481
1764
  },
1482
1765
  {
1483
1766
  "disabled": false,
1484
- "document": "The watermark images width as a percentage of the video width. Value range: 0-100. Default: 10.\n`0` means to scale the width proportionally to the height.\nYou cannot set both `Width` and `Height` to `0`.",
1767
+ "document": "The watermark image's width as a percentage of the video width. Value range: 0-100. Default: 10.\n`0` means to scale the width proportionally to the height.\nYou cannot set both `Width` and `Height` to `0`.",
1485
1768
  "example": "10",
1486
1769
  "member": "int64",
1487
1770
  "name": "Width",
@@ -1491,7 +1774,7 @@
1491
1774
  },
1492
1775
  {
1493
1776
  "disabled": false,
1494
- "document": "The watermark images height as a percentage of the video height. Value range: 0-100. Default: 10.\n`0` means to scale the height proportionally to the width.\nYou cannot set both `Width` and `Height` to `0`.",
1777
+ "document": "The watermark image's height as a percentage of the video height. Value range: 0-100. Default: 10.\n`0` means to scale the height proportionally to the width.\nYou cannot set both `Width` and `Height` to `0`.",
1495
1778
  "example": "10",
1496
1779
  "member": "int64",
1497
1780
  "name": "Height",
@@ -1561,7 +1844,7 @@
1561
1844
  },
1562
1845
  {
1563
1846
  "disabled": false,
1564
- "document": "Subtitle template configuration, only AVTemplates are valid.",
1847
+ "document": "Subtitle template configuration.",
1565
1848
  "example": "无",
1566
1849
  "member": "SubtitleConf",
1567
1850
  "name": "CaptionTemplates",
@@ -1681,7 +1964,7 @@
1681
1964
  {
1682
1965
  "disabled": false,
1683
1966
  "document": "Input name, which can contain 1-32 case-sensitive letters, digits, and underscores and must be unique at the region level",
1684
- "example": "sdad",
1967
+ "example": "input_test",
1685
1968
  "member": "string",
1686
1969
  "name": "Name",
1687
1970
  "required": true,
@@ -1699,7 +1982,7 @@
1699
1982
  {
1700
1983
  "disabled": false,
1701
1984
  "document": "ID of the input security group to attach\nYou can attach only one security group to an input.",
1702
- "example": "[\"123\\r\\n\"]",
1985
+ "example": "[\"636CA1B600007342FA8D\"]",
1703
1986
  "member": "string",
1704
1987
  "name": "SecurityGroupIds",
1705
1988
  "required": false,
@@ -1919,7 +2202,7 @@
1919
2202
  },
1920
2203
  {
1921
2204
  "disabled": false,
1922
- "document": "The watermarks horizontal distance from the origin as a percentage of the video width. Value range: 0-100. Default: 10.",
2205
+ "document": "The watermark's horizontal distance from the origin as a percentage of the video width. Value range: 0-100. Default: 10.",
1923
2206
  "example": "10",
1924
2207
  "member": "int64",
1925
2208
  "name": "XPos",
@@ -1929,7 +2212,7 @@
1929
2212
  },
1930
2213
  {
1931
2214
  "disabled": false,
1932
- "document": "The watermarks vertical distance from the origin as a percentage of the video height. Value range: 0-100. Default: 10.",
2215
+ "document": "The watermark's vertical distance from the origin as a percentage of the video height. Value range: 0-100. Default: 10.",
1933
2216
  "example": "10",
1934
2217
  "member": "int64",
1935
2218
  "name": "YPos",
@@ -1960,6 +2243,70 @@
1960
2243
  ],
1961
2244
  "usage": "in"
1962
2245
  },
2246
+ "CreateWatermarkDetectionRequest": {
2247
+ "document": "CreateWatermarkDetection request structure.",
2248
+ "members": [
2249
+ {
2250
+ "disabled": false,
2251
+ "document": "Task type, currently supports ExtractVideoABWatermarkId",
2252
+ "example": "ExtractVideoABWatermarkId",
2253
+ "member": "string",
2254
+ "name": "Type",
2255
+ "required": true,
2256
+ "type": "string"
2257
+ },
2258
+ {
2259
+ "disabled": false,
2260
+ "document": "Input information",
2261
+ "example": "无",
2262
+ "member": "AbWatermarkInputInfo",
2263
+ "name": "InputInfo",
2264
+ "required": true,
2265
+ "type": "object"
2266
+ },
2267
+ {
2268
+ "disabled": false,
2269
+ "document": "Input file information",
2270
+ "example": "无",
2271
+ "member": "InputFileInfo",
2272
+ "name": "InputFileInfo",
2273
+ "required": true,
2274
+ "type": "object"
2275
+ },
2276
+ {
2277
+ "disabled": false,
2278
+ "document": "Input notification configuration",
2279
+ "example": "无",
2280
+ "member": "TaskNotifyConfig",
2281
+ "name": "TaskNotifyConfig",
2282
+ "required": false,
2283
+ "type": "object"
2284
+ }
2285
+ ],
2286
+ "type": "object"
2287
+ },
2288
+ "CreateWatermarkDetectionResponse": {
2289
+ "document": "CreateWatermarkDetection response structure.",
2290
+ "members": [
2291
+ {
2292
+ "disabled": false,
2293
+ "document": "Task ID",
2294
+ "example": "69310B251D3EC914C024",
2295
+ "member": "string",
2296
+ "name": "TaskId",
2297
+ "output_required": false,
2298
+ "type": "string",
2299
+ "value_allowed_null": false
2300
+ },
2301
+ {
2302
+ "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.",
2303
+ "member": "string",
2304
+ "name": "RequestId",
2305
+ "type": "string"
2306
+ }
2307
+ ],
2308
+ "type": "object"
2309
+ },
1963
2310
  "DashRemuxSettingsInfo": {
1964
2311
  "document": "DASH configuration information.",
1965
2312
  "members": [
@@ -2463,7 +2810,7 @@
2463
2810
  "example": "无",
2464
2811
  "member": "ChannelOutputsStatistics",
2465
2812
  "name": "Infos",
2466
- "required": true,
2813
+ "output_required": true,
2467
2814
  "type": "list",
2468
2815
  "value_allowed_null": false
2469
2816
  },
@@ -2934,7 +3281,7 @@
2934
3281
  },
2935
3282
  {
2936
3283
  "disabled": false,
2937
- "document": "The watermark images horizontal distance from the origin as a percentage of the video width",
3284
+ "document": "The watermark image's horizontal distance from the origin as a percentage of the video width",
2938
3285
  "example": "10",
2939
3286
  "member": "int64",
2940
3287
  "name": "XPos",
@@ -2944,7 +3291,7 @@
2944
3291
  },
2945
3292
  {
2946
3293
  "disabled": false,
2947
- "document": "The watermark images vertical distance from the origin as a percentage of the video height",
3294
+ "document": "The watermark image's vertical distance from the origin as a percentage of the video height",
2948
3295
  "example": "10",
2949
3296
  "member": "int64",
2950
3297
  "name": "YPos",
@@ -3071,6 +3418,117 @@
3071
3418
  ],
3072
3419
  "usage": "out"
3073
3420
  },
3421
+ "DescribeWatermarkDetectionRequest": {
3422
+ "document": "DescribeWatermarkDetection request structure.",
3423
+ "members": [
3424
+ {
3425
+ "disabled": false,
3426
+ "document": "Task Id",
3427
+ "example": "69310B251D3EC914C024",
3428
+ "member": "string",
3429
+ "name": "TaskId",
3430
+ "required": true,
3431
+ "type": "string"
3432
+ }
3433
+ ],
3434
+ "type": "object"
3435
+ },
3436
+ "DescribeWatermarkDetectionResponse": {
3437
+ "document": "DescribeWatermarkDetection response structure.",
3438
+ "members": [
3439
+ {
3440
+ "disabled": false,
3441
+ "document": "Detecting task related information",
3442
+ "example": "无",
3443
+ "member": "AbWatermarkDetectionInfo",
3444
+ "name": "TaskInfo",
3445
+ "output_required": false,
3446
+ "type": "object",
3447
+ "value_allowed_null": false
3448
+ },
3449
+ {
3450
+ "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.",
3451
+ "member": "string",
3452
+ "name": "RequestId",
3453
+ "type": "string"
3454
+ }
3455
+ ],
3456
+ "type": "object"
3457
+ },
3458
+ "DescribeWatermarkDetectionsRequest": {
3459
+ "document": "DescribeWatermarkDetections request structure.",
3460
+ "members": [
3461
+ {
3462
+ "disabled": false,
3463
+ "document": "Start time, 2022-12-04T16:50:00+08:00",
3464
+ "example": "2025-12-04T16:50:00+08:00",
3465
+ "member": "string",
3466
+ "name": "StartTime",
3467
+ "required": false,
3468
+ "type": "string"
3469
+ },
3470
+ {
3471
+ "disabled": false,
3472
+ "document": "End time, 2022-12-04T17:50:00+08:00, maximum supported query range of 7 days",
3473
+ "example": "2025-12-08T14:20:00+08:00",
3474
+ "member": "string",
3475
+ "name": "EndTime",
3476
+ "required": false,
3477
+ "type": "string"
3478
+ },
3479
+ {
3480
+ "disabled": false,
3481
+ "document": "Number of pages queried",
3482
+ "example": "0",
3483
+ "member": "int64",
3484
+ "name": "PageNum",
3485
+ "required": false,
3486
+ "type": "int"
3487
+ },
3488
+ {
3489
+ "disabled": false,
3490
+ "document": "Single page quantity, 1-100",
3491
+ "example": "100",
3492
+ "member": "int64",
3493
+ "name": "PageSize",
3494
+ "required": false,
3495
+ "type": "int"
3496
+ }
3497
+ ],
3498
+ "type": "object"
3499
+ },
3500
+ "DescribeWatermarkDetectionsResponse": {
3501
+ "document": "DescribeWatermarkDetections response structure.",
3502
+ "members": [
3503
+ {
3504
+ "disabled": false,
3505
+ "document": "Watermark detection information",
3506
+ "example": "无",
3507
+ "member": "AbWatermarkDetectionInfo",
3508
+ "name": "TaskInfos",
3509
+ "output_required": false,
3510
+ "type": "list",
3511
+ "value_allowed_null": false
3512
+ },
3513
+ {
3514
+ "disabled": false,
3515
+ "document": "number of tasks",
3516
+ "example": "32",
3517
+ "member": "int64",
3518
+ "name": "TotalCount",
3519
+ "output_required": false,
3520
+ "type": "int",
3521
+ "value_allowed_null": false
3522
+ },
3523
+ {
3524
+ "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.",
3525
+ "member": "string",
3526
+ "name": "RequestId",
3527
+ "type": "string"
3528
+ }
3529
+ ],
3530
+ "type": "object"
3531
+ },
3074
3532
  "DescribeWatermarkInfo": {
3075
3533
  "document": "Watermark information",
3076
3534
  "members": [
@@ -3143,6 +3601,16 @@
3143
3601
  "output_required": true,
3144
3602
  "type": "list",
3145
3603
  "value_allowed_null": false
3604
+ },
3605
+ {
3606
+ "disabled": false,
3607
+ "document": "AB watermark configuration.",
3608
+ "example": "无",
3609
+ "member": "AbWatermarkSettingsResp",
3610
+ "name": "AbWatermarkSettings",
3611
+ "output_required": false,
3612
+ "type": "object",
3613
+ "value_allowed_null": false
3146
3614
  }
3147
3615
  ],
3148
3616
  "usage": "out"
@@ -3532,6 +4000,15 @@
3532
4000
  "name": "MotionGraphicsActivateSetting",
3533
4001
  "required": false,
3534
4002
  "type": "object"
4003
+ },
4004
+ {
4005
+ "disabled": false,
4006
+ "document": "Ad Settings",
4007
+ "example": "无",
4008
+ "member": "AdBreakSetting",
4009
+ "name": "AdBreakSetting",
4010
+ "required": false,
4011
+ "type": "object"
3535
4012
  }
3536
4013
  ],
3537
4014
  "usage": "in"
@@ -3681,6 +4158,17 @@
3681
4158
  "required": false,
3682
4159
  "type": "object",
3683
4160
  "value_allowed_null": false
4161
+ },
4162
+ {
4163
+ "disabled": false,
4164
+ "document": "Ad Settings",
4165
+ "example": "无",
4166
+ "member": "AdBreakSetting",
4167
+ "name": "AdBreakSetting",
4168
+ "output_required": false,
4169
+ "required": false,
4170
+ "type": "object",
4171
+ "value_allowed_null": false
3684
4172
  }
3685
4173
  ],
3686
4174
  "usage": "both"
@@ -4172,6 +4660,23 @@
4172
4660
  ],
4173
4661
  "usage": "both"
4174
4662
  },
4663
+ "InputFileInfo": {
4664
+ "document": "InputFileInfo",
4665
+ "members": [
4666
+ {
4667
+ "disabled": false,
4668
+ "document": "Segment duration, in milliseconds, ranging from 1000-10000, must be a multiple of 1000. The input video duration should be between SegmentDuration * 90 and SegmentDuration * 180",
4669
+ "example": "10000",
4670
+ "member": "int64",
4671
+ "name": "SegmentDuration",
4672
+ "output_required": false,
4673
+ "required": false,
4674
+ "type": "int",
4675
+ "value_allowed_null": false
4676
+ }
4677
+ ],
4678
+ "usage": "both"
4679
+ },
4175
4680
  "InputInfo": {
4176
4681
  "document": "Input information.",
4177
4682
  "members": [
@@ -4527,46 +5032,118 @@
4527
5032
  },
4528
5033
  {
4529
5034
  "disabled": false,
4530
- "document": "The input stream status. `1` indicates the stream is active.",
4531
- "example": "1",
4532
- "member": "int64",
4533
- "name": "Status",
4534
- "required": true,
4535
- "type": "int",
5035
+ "document": "The input stream status. `1` indicates the stream is active.",
5036
+ "example": "1",
5037
+ "member": "int64",
5038
+ "name": "Status",
5039
+ "required": true,
5040
+ "type": "int",
5041
+ "value_allowed_null": false
5042
+ }
5043
+ ],
5044
+ "usage": "out"
5045
+ },
5046
+ "InputTrack": {
5047
+ "document": "Audio track configuration.",
5048
+ "members": [
5049
+ {
5050
+ "disabled": false,
5051
+ "document": "Audio track index 1-based index mapping to the specified audio track integer starting from 1.",
5052
+ "example": "1",
5053
+ "member": "uint64",
5054
+ "name": "TrackIndex",
5055
+ "output_required": false,
5056
+ "required": false,
5057
+ "type": "int",
5058
+ "value_allowed_null": false
5059
+ }
5060
+ ],
5061
+ "usage": "both"
5062
+ },
5063
+ "InputTracks": {
5064
+ "document": "",
5065
+ "members": [
5066
+ {
5067
+ "disabled": false,
5068
+ "document": "Audio track configuration information.",
5069
+ "example": "无",
5070
+ "member": "InputTrack",
5071
+ "name": "Tracks",
5072
+ "output_required": false,
5073
+ "required": false,
5074
+ "type": "list",
5075
+ "value_allowed_null": false
5076
+ }
5077
+ ],
5078
+ "usage": "both"
5079
+ },
5080
+ "LSqueezeSetting": {
5081
+ "document": "",
5082
+ "members": [
5083
+ {
5084
+ "disabled": false,
5085
+ "document": "Advertising benchmark position, 0 top left, 1 top right, 2 bottom right, 3 bottom left, default value 0, corresponding TOP_LEFT,TOP_RIGHT,BOTTOM_RIGHT,BOTTOM_LEFT",
5086
+ "example": "0",
5087
+ "member": "uint64",
5088
+ "name": "Location",
5089
+ "output_required": false,
5090
+ "required": true,
5091
+ "type": "int",
5092
+ "value_allowed_null": false
5093
+ },
5094
+ {
5095
+ "disabled": false,
5096
+ "document": "The default value for the percentage in the X-axis direction is 20, with a range of 0-50",
5097
+ "example": "20",
5098
+ "member": "uint64",
5099
+ "name": "OffsetX",
5100
+ "output_required": false,
5101
+ "required": true,
5102
+ "type": "int",
5103
+ "value_allowed_null": false
5104
+ },
5105
+ {
5106
+ "disabled": false,
5107
+ "document": "The default value for the percentage in the Y-axis direction is 20, with a range of 0-50",
5108
+ "example": "20",
5109
+ "member": "uint64",
5110
+ "name": "OffsetY",
5111
+ "output_required": false,
5112
+ "required": true,
5113
+ "type": "int",
5114
+ "value_allowed_null": false
5115
+ },
5116
+ {
5117
+ "disabled": false,
5118
+ "document": "Background image URL, starting with http/https and ending in jpg/jpeg/png",
5119
+ "example": "https://www.testL.jpg",
5120
+ "member": "string",
5121
+ "name": "BackgroundImgUrl",
5122
+ "output_required": false,
5123
+ "required": false,
5124
+ "type": "string",
4536
5125
  "value_allowed_null": false
4537
- }
4538
- ],
4539
- "usage": "out"
4540
- },
4541
- "InputTrack": {
4542
- "document": "Audio track configuration.",
4543
- "members": [
5126
+ },
4544
5127
  {
4545
5128
  "disabled": false,
4546
- "document": "Audio track index 1-based index mapping to the specified audio track integer starting from 1.",
4547
- "example": "1",
5129
+ "document": "Compress time. Unit ms, default value 2000, range: 500-10000, SqueezeInPeriod+SqueezeOutPeriod cannot be greater than duration, included in duration",
5130
+ "example": "2000",
4548
5131
  "member": "uint64",
4549
- "name": "TrackIndex",
5132
+ "name": "SqueezeInPeriod",
4550
5133
  "output_required": false,
4551
5134
  "required": false,
4552
5135
  "type": "int",
4553
5136
  "value_allowed_null": false
4554
- }
4555
- ],
4556
- "usage": "both"
4557
- },
4558
- "InputTracks": {
4559
- "document": "",
4560
- "members": [
5137
+ },
4561
5138
  {
4562
5139
  "disabled": false,
4563
- "document": "Audio track configuration information.",
4564
- "example": "",
4565
- "member": "InputTrack",
4566
- "name": "Tracks",
5140
+ "document": "Restore to full screen time. Unit ms, default value 2000, range 500-10000, SqueezeInPeriod+SqueezeOutPeriod cannot be greater than duration, included in duration",
5141
+ "example": "2000",
5142
+ "member": "uint64",
5143
+ "name": "SqueezeOutPeriod",
4567
5144
  "output_required": false,
4568
5145
  "required": false,
4569
- "type": "list",
5146
+ "type": "int",
4570
5147
  "value_allowed_null": false
4571
5148
  }
4572
5149
  ],
@@ -4692,7 +5269,7 @@
4692
5269
  },
4693
5270
  {
4694
5271
  "disabled": false,
4695
- "document": "Subtitle template configuration, only AVTemplates are valid.",
5272
+ "document": "Subtitle template configuration.",
4696
5273
  "example": "无",
4697
5274
  "member": "SubtitleConf",
4698
5275
  "name": "CaptionTemplates",
@@ -5093,6 +5670,17 @@
5093
5670
  "required": false,
5094
5671
  "type": "list",
5095
5672
  "value_allowed_null": false
5673
+ },
5674
+ {
5675
+ "disabled": false,
5676
+ "document": "Name modification for sub m3u8.",
5677
+ "example": "streamid_1080P",
5678
+ "member": "string",
5679
+ "name": "NameModifier",
5680
+ "output_required": false,
5681
+ "required": false,
5682
+ "type": "string",
5683
+ "value_allowed_null": false
5096
5684
  }
5097
5685
  ],
5098
5686
  "usage": "both"
@@ -5182,6 +5770,36 @@
5182
5770
  "output_required": true,
5183
5771
  "type": "list",
5184
5772
  "value_allowed_null": false
5773
+ },
5774
+ {
5775
+ "disabled": false,
5776
+ "document": "Session ID",
5777
+ "example": "25123123",
5778
+ "member": "string",
5779
+ "name": "SessionId",
5780
+ "output_required": false,
5781
+ "type": "string",
5782
+ "value_allowed_null": false
5783
+ },
5784
+ {
5785
+ "disabled": false,
5786
+ "document": "Rtt time, in milliseconds",
5787
+ "example": "25123123",
5788
+ "member": "int64",
5789
+ "name": "RTT",
5790
+ "output_required": false,
5791
+ "type": "int",
5792
+ "value_allowed_null": false
5793
+ },
5794
+ {
5795
+ "disabled": false,
5796
+ "document": "Is the Network parameter valid? 0 indicates invalid, 1 indicates valid",
5797
+ "example": "1",
5798
+ "member": "int64",
5799
+ "name": "NetworkValid",
5800
+ "output_required": false,
5801
+ "type": "int",
5802
+ "value_allowed_null": false
5185
5803
  }
5186
5804
  ],
5187
5805
  "usage": "out"
@@ -5234,6 +5852,16 @@
5234
5852
  "output_required": true,
5235
5853
  "type": "int",
5236
5854
  "value_allowed_null": false
5855
+ },
5856
+ {
5857
+ "disabled": false,
5858
+ "document": "Is the Network parameter valid? 0 indicates invalid, 1 indicates valid",
5859
+ "example": "1",
5860
+ "member": "int64",
5861
+ "name": "NetworkValid",
5862
+ "output_required": true,
5863
+ "type": "int",
5864
+ "value_allowed_null": false
5237
5865
  }
5238
5866
  ],
5239
5867
  "usage": "out"
@@ -5606,7 +6234,7 @@
5606
6234
  },
5607
6235
  {
5608
6236
  "disabled": false,
5609
- "document": "Corresponds to SCTE-35 segment_numThis field provides support for numbering segments within a given collection of segments.",
6237
+ "document": "Corresponds to SCTE-35 segment_num. This field provides support for numbering segments within a given collection of segments.",
5610
6238
  "example": "0",
5611
6239
  "member": "uint64",
5612
6240
  "name": "Num",
@@ -5725,7 +6353,7 @@
5725
6353
  },
5726
6354
  {
5727
6355
  "disabled": false,
5728
- "document": "Corresponds to SCTE-35 segment_numThis field provides support for numbering segments within a given collection of segments.",
6356
+ "document": "Corresponds to SCTE-35 segment_num. This field provides support for numbering segments within a given collection of segments.",
5729
6357
  "example": "0",
5730
6358
  "member": "uint64",
5731
6359
  "name": "Num",
@@ -6520,7 +7148,7 @@
6520
7148
  },
6521
7149
  {
6522
7150
  "disabled": false,
6523
- "document": "Optional values: 1 Source, 2 Source+Target, 3 Target (original language only, original language + translation language, translation language). Required when CaptionSource selects `ANALYSIS `.",
7151
+ "document": "Optional values: 1 Source, 2 Source+Target, 3 Target (original language only, original language + translation language, translation language). Required when CaptionSource selects `ANALYSIS `. When outputting as WebVTT, a single template can only output one language.",
6524
7152
  "example": "2",
6525
7153
  "member": "uint64",
6526
7154
  "name": "ContentType",
@@ -6531,7 +7159,7 @@
6531
7159
  },
6532
7160
  {
6533
7161
  "disabled": false,
6534
- "document": "Output mode: 1 Burn in, 2 Embedded. Support `2` when CaptionSource selects `INPUT`. Support `1` when CaptionSource selects `ANALYSIS `.",
7162
+ "document": "Output mode: 1 Burn in, 2 Embedded, 3 WebVTT. Support `2` when CaptionSource selects `INPUT`. Support `1` and `3` when CaptionSource selects `ANALYSIS `.",
6535
7163
  "example": "1",
6536
7164
  "member": "uint64",
6537
7165
  "name": "TargetType",
@@ -6575,7 +7203,7 @@
6575
7203
  },
6576
7204
  {
6577
7205
  "disabled": false,
6578
- "document": "There are two modes: STEADY and DYNAMIC, corresponding to steady state and unstable state respectively; the default is STEADY. Required when CaptionSource selects `ANALYSIS `.",
7206
+ "document": "There are two modes: STEADY and DYNAMIC, corresponding to steady state and unstable state respectively; the default is STEADY. Required when CaptionSource selects `ANALYSIS `. When the output is WebVTT, only STEADY can be selected.",
6579
7207
  "example": "STEADY",
6580
7208
  "member": "string",
6581
7209
  "name": "StateEffectMode",
@@ -6594,6 +7222,50 @@
6594
7222
  "required": false,
6595
7223
  "type": "int",
6596
7224
  "value_allowed_null": false
7225
+ },
7226
+ {
7227
+ "disabled": false,
7228
+ "document": "Audio selector name, required for generating WebVTT subtitles using speech recognition, can be empty.",
7229
+ "example": "audio",
7230
+ "member": "string",
7231
+ "name": "AudioSelectorName",
7232
+ "output_required": false,
7233
+ "required": false,
7234
+ "type": "string",
7235
+ "value_allowed_null": false
7236
+ },
7237
+ {
7238
+ "disabled": false,
7239
+ "document": "Format configuration for speech recognition output on WebVTT.",
7240
+ "example": "无",
7241
+ "member": "WebVTTFontStyle",
7242
+ "name": "WebVTTFontStyle",
7243
+ "output_required": false,
7244
+ "required": false,
7245
+ "type": "object",
7246
+ "value_allowed_null": false
7247
+ },
7248
+ {
7249
+ "disabled": false,
7250
+ "document": "Language code, length 2-20. ISO 639-2 three-digit code is recommend.",
7251
+ "example": "eng",
7252
+ "member": "string",
7253
+ "name": "LanguageCode",
7254
+ "output_required": false,
7255
+ "required": false,
7256
+ "type": "string",
7257
+ "value_allowed_null": false
7258
+ },
7259
+ {
7260
+ "disabled": false,
7261
+ "document": "Language description, less than 100 characters in length.",
7262
+ "example": "English",
7263
+ "member": "string",
7264
+ "name": "LanguageDescription",
7265
+ "output_required": false,
7266
+ "required": false,
7267
+ "type": "string",
7268
+ "value_allowed_null": false
6597
7269
  }
6598
7270
  ],
6599
7271
  "usage": "both"
@@ -6775,6 +7447,34 @@
6775
7447
  ],
6776
7448
  "usage": "both"
6777
7449
  },
7450
+ "TaskNotifyConfig": {
7451
+ "document": "TaskNotifyConfig",
7452
+ "members": [
7453
+ {
7454
+ "disabled": false,
7455
+ "document": "Notification type. Currently only supports URLs",
7456
+ "example": "URL",
7457
+ "member": "string",
7458
+ "name": "Type",
7459
+ "output_required": false,
7460
+ "required": false,
7461
+ "type": "string",
7462
+ "value_allowed_null": false
7463
+ },
7464
+ {
7465
+ "disabled": false,
7466
+ "document": "Callback URL. Starting with http/https, supporting a maximum of 512 characters",
7467
+ "example": "https://www.tencent.com",
7468
+ "member": "string",
7469
+ "name": "NotifyUrl",
7470
+ "output_required": false,
7471
+ "required": false,
7472
+ "type": "string",
7473
+ "value_allowed_null": false
7474
+ }
7475
+ ],
7476
+ "usage": "both"
7477
+ },
6778
7478
  "ThumbnailSettings": {
6779
7479
  "document": "",
6780
7480
  "members": [
@@ -6994,6 +7694,23 @@
6994
7694
  ],
6995
7695
  "usage": "both"
6996
7696
  },
7697
+ "UrlInputInfo": {
7698
+ "document": "UrlInputInfo",
7699
+ "members": [
7700
+ {
7701
+ "disabled": false,
7702
+ "document": "Video URL, starting with http/https, supports up to 512 characters, currently only supports complete single file videos, does not support streaming formats based on playlists and segments (such as HLS or DASH)",
7703
+ "example": "https://www.google.com.hk/webhp?hl=zh-CN&sourceid=cnhp&gws_rd=ssl",
7704
+ "member": "string",
7705
+ "name": "Url",
7706
+ "output_required": false,
7707
+ "required": false,
7708
+ "type": "string",
7709
+ "value_allowed_null": false
7710
+ }
7711
+ ],
7712
+ "usage": "both"
7713
+ },
6997
7714
  "VideoCodecDetail": {
6998
7715
  "document": "Video codec additional configuration.",
6999
7716
  "members": [
@@ -7056,11 +7773,11 @@
7056
7773
  "usage": "both"
7057
7774
  },
7058
7775
  "VideoEnhanceSetting": {
7059
- "document": "",
7776
+ "document": "VideoEnhanceSetting",
7060
7777
  "members": [
7061
7778
  {
7062
7779
  "disabled": false,
7063
- "document": "",
7780
+ "document": "Video enhancement types, optional: \"GameEnhance\", \"ColorEnhance\", \"Debur\", \"Comprehensive\", \"Denoising\", \"SR\", \"OutdoorSportsCompetitions\", \"IndoorSportsCompetitions\", \"ShowEnhance\"",
7064
7781
  "example": "GameEnhance",
7065
7782
  "member": "string",
7066
7783
  "name": "Type",
@@ -7071,7 +7788,7 @@
7071
7788
  },
7072
7789
  {
7073
7790
  "disabled": false,
7074
- "document": "",
7791
+ "document": "Video enhancement intensity, 0-1.0, granularity 0.1",
7075
7792
  "example": "0.5",
7076
7793
  "member": "float",
7077
7794
  "name": "Strength",
@@ -7322,7 +8039,7 @@
7322
8039
  },
7323
8040
  {
7324
8041
  "disabled": false,
7325
- "document": "",
8042
+ "document": "Video enhancement switch, 1: on 0: off.",
7326
8043
  "example": "0",
7327
8044
  "member": "uint64",
7328
8045
  "name": "VideoEnhanceEnabled",
@@ -7333,7 +8050,7 @@
7333
8050
  },
7334
8051
  {
7335
8052
  "disabled": false,
7336
- "document": "",
8053
+ "document": "Video enhancement parameter array.",
7337
8054
  "example": "无",
7338
8055
  "member": "VideoEnhanceSetting",
7339
8056
  "name": "VideoEnhanceSettings",
@@ -7352,6 +8069,133 @@
7352
8069
  "required": false,
7353
8070
  "type": "object",
7354
8071
  "value_allowed_null": false
8072
+ },
8073
+ {
8074
+ "disabled": false,
8075
+ "document": "Traceability watermark.",
8076
+ "example": "[\"5E7818810943216A1234\"]",
8077
+ "member": "string",
8078
+ "name": "ForensicWatermarkIds",
8079
+ "output_required": false,
8080
+ "required": false,
8081
+ "type": "list",
8082
+ "value_allowed_null": false
8083
+ }
8084
+ ],
8085
+ "usage": "both"
8086
+ },
8087
+ "WebVTTFontStyle": {
8088
+ "document": "WebVTT format configuration.",
8089
+ "members": [
8090
+ {
8091
+ "disabled": false,
8092
+ "document": "Text color, RGB hexadecimal representation, 6 hexadecimal characters (no # needed).",
8093
+ "example": "00FF00",
8094
+ "member": "string",
8095
+ "name": "TextColor",
8096
+ "output_required": false,
8097
+ "required": false,
8098
+ "type": "string",
8099
+ "value_allowed_null": false
8100
+ },
8101
+ {
8102
+ "disabled": false,
8103
+ "document": "Background color, RGB hexadecimal representation, 6 hexadecimal characters (no # needed).",
8104
+ "example": "00FF00",
8105
+ "member": "string",
8106
+ "name": "BackgroundColor",
8107
+ "output_required": false,
8108
+ "required": false,
8109
+ "type": "string",
8110
+ "value_allowed_null": false
8111
+ },
8112
+ {
8113
+ "disabled": false,
8114
+ "document": "Background opacity parameter, a number from 0 to 100, with 0 being the default for full transparency.",
8115
+ "example": "0",
8116
+ "member": "int64",
8117
+ "name": "BackgroundAlpha",
8118
+ "output_required": false,
8119
+ "required": false,
8120
+ "type": "int",
8121
+ "value_allowed_null": false
8122
+ },
8123
+ {
8124
+ "disabled": false,
8125
+ "document": "Font size, in units of vh (1% of height), default value 0 means automatic.",
8126
+ "example": "0",
8127
+ "member": "int64",
8128
+ "name": "FontSize",
8129
+ "output_required": false,
8130
+ "required": false,
8131
+ "type": "int",
8132
+ "value_allowed_null": false
8133
+ },
8134
+ {
8135
+ "disabled": false,
8136
+ "document": "The position of the text box, default value AUTO, can be empty; represents the percentage of video height, supports integers from 0 to 100.",
8137
+ "example": "AUTO",
8138
+ "member": "string",
8139
+ "name": "Line",
8140
+ "output_required": false,
8141
+ "required": false,
8142
+ "type": "string",
8143
+ "value_allowed_null": false
8144
+ },
8145
+ {
8146
+ "disabled": false,
8147
+ "document": "The alignment of the text box on the Line. Optional values: START, CENTER, END. Which can be empty.",
8148
+ "example": "START",
8149
+ "member": "string",
8150
+ "name": "LineAlignment",
8151
+ "output_required": false,
8152
+ "required": false,
8153
+ "type": "string",
8154
+ "value_allowed_null": false
8155
+ },
8156
+ {
8157
+ "disabled": false,
8158
+ "document": "The text box is positioned in another direction as a percentage of the video's width. It defaults to AUTO and can be empty.",
8159
+ "example": "AUTO",
8160
+ "member": "string",
8161
+ "name": "Position",
8162
+ "output_required": false,
8163
+ "required": false,
8164
+ "type": "string",
8165
+ "value_allowed_null": false
8166
+ },
8167
+ {
8168
+ "disabled": false,
8169
+ "document": "The alignment of the text box on the Position. Optional values are LINE_LEFT, LINE_RIGHT, CENTER, and AUTO. The default value is AUTO, and it can be empty.",
8170
+ "example": "AUTO",
8171
+ "member": "string",
8172
+ "name": "PositionAlignment",
8173
+ "output_required": false,
8174
+ "required": false,
8175
+ "type": "string",
8176
+ "value_allowed_null": false
8177
+ },
8178
+ {
8179
+ "disabled": false,
8180
+ "document": "Text box size, a percentage of video width/height, with values (0, 100), default AUTO, can be empty.",
8181
+ "example": "AUTO",
8182
+ "member": "string",
8183
+ "name": "CueSize",
8184
+ "output_required": false,
8185
+ "required": false,
8186
+ "type": "string",
8187
+ "value_allowed_null": false
8188
+ },
8189
+ {
8190
+ "disabled": false,
8191
+ "document": "Text alignment, with possible values START, CENTER, END, LEFT, and RIGHT; the default value is CENTER, which can be empty.",
8192
+ "example": "CENTER",
8193
+ "member": "string",
8194
+ "name": "TextAlignment",
8195
+ "output_required": false,
8196
+ "required": false,
8197
+ "type": "string",
8198
+ "value_allowed_null": false
7355
8199
  }
7356
8200
  ],
7357
8201
  "usage": "both"