tccli-intl-en 3.0.1241.1__py2.py3-none-any.whl → 3.1.16.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 (239) hide show
  1. tccli/__init__.py +1 -1
  2. tccli/argument.py +1 -1
  3. tccli/services/__init__.py +29 -1
  4. tccli/services/advisor/advisor_client.py +10 -4
  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 +5 -2
  10. tccli/services/ams/ams_client.py +20 -8
  11. tccli/services/antiddos/antiddos_client.py +350 -140
  12. tccli/services/apigateway/apigateway_client.py +465 -186
  13. tccli/services/apm/apm_client.py +835 -68
  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 +10 -4
  17. tccli/services/autoscaling/autoscaling_client.py +290 -116
  18. tccli/services/autoscaling/v20180419/api.json +78 -28
  19. tccli/services/batch/batch_client.py +140 -56
  20. tccli/services/bi/bi_client.py +1244 -6
  21. tccli/services/bi/v20220105/api.json +5340 -107
  22. tccli/services/bi/v20220105/examples.json +196 -1
  23. tccli/services/billing/billing_client.py +210 -84
  24. tccli/services/cam/cam_client.py +405 -162
  25. tccli/services/captcha/captcha_client.py +5 -2
  26. tccli/services/car/car_client.py +165 -66
  27. tccli/services/cbs/cbs_client.py +190 -76
  28. tccli/services/ccc/ccc_client.py +794 -160
  29. tccli/services/ccc/v20200210/api.json +1748 -217
  30. tccli/services/ccc/v20200210/examples.json +64 -0
  31. tccli/services/cdb/cdb_client.py +665 -266
  32. tccli/services/cdb/v20170320/api.json +334 -134
  33. tccli/services/cdb/v20170320/examples.json +3 -3
  34. tccli/services/cdc/cdc_client.py +100 -40
  35. tccli/services/cdc/v20201214/api.json +2 -2
  36. tccli/services/cdc/v20201214/examples.json +4 -4
  37. tccli/services/cdn/cdn_client.py +220 -88
  38. tccli/services/cdwdoris/cdwdoris_client.py +385 -154
  39. tccli/services/cdwpg/cdwpg_client.py +120 -48
  40. tccli/services/cdz/__init__.py +4 -0
  41. tccli/services/cdz/cdz_client.py +210 -0
  42. tccli/services/cdz/v20221123/api.json +233 -0
  43. tccli/services/cdz/v20221123/examples.json +12 -0
  44. tccli/services/cfg/cfg_client.py +80 -32
  45. tccli/services/cfs/cfs_client.py +195 -78
  46. tccli/services/cfw/cfw_client.py +330 -132
  47. tccli/services/chdfs/chdfs_client.py +145 -58
  48. tccli/services/ciam/ciam_client.py +80 -32
  49. tccli/services/ckafka/ckafka_client.py +1033 -255
  50. tccli/services/ckafka/v20190819/api.json +3378 -1681
  51. tccli/services/ckafka/v20190819/examples.json +254 -160
  52. tccli/services/clb/clb_client.py +1054 -469
  53. tccli/services/clb/v20180317/api.json +2273 -1020
  54. tccli/services/clb/v20180317/examples.json +184 -124
  55. tccli/services/cloudaudit/cloudaudit_client.py +90 -36
  56. tccli/services/cls/cls_client.py +434 -173
  57. tccli/services/cmq/cmq_client.py +14 -803
  58. tccli/services/cmq/v20190304/api.json +173 -1367
  59. tccli/services/cmq/v20190304/examples.json +0 -120
  60. tccli/services/config/config_client.py +30 -12
  61. tccli/services/controlcenter/controlcenter_client.py +229 -2
  62. tccli/services/controlcenter/v20230110/api.json +528 -5
  63. tccli/services/controlcenter/v20230110/examples.json +32 -0
  64. tccli/services/csip/csip_client.py +170 -68
  65. tccli/services/ctsdb/ctsdb_client.py +10 -4
  66. tccli/services/cvm/cvm_client.py +706 -189
  67. tccli/services/cvm/v20170312/api.json +851 -382
  68. tccli/services/cvm/v20170312/examples.json +173 -127
  69. tccli/services/cwp/cwp_client.py +2325 -930
  70. tccli/services/cynosdb/cynosdb_client.py +1887 -577
  71. tccli/services/cynosdb/v20190107/api.json +11763 -7697
  72. tccli/services/cynosdb/v20190107/examples.json +132 -4
  73. tccli/services/dataintegration/dataintegration_client.py +5 -2
  74. tccli/services/dayu/dayu_client.py +515 -206
  75. tccli/services/dbbrain/dbbrain_client.py +210 -84
  76. tccli/services/dc/dc_client.py +90 -36
  77. tccli/services/dcdb/dcdb_client.py +310 -124
  78. tccli/services/dlc/dlc_client.py +859 -214
  79. tccli/services/dlc/v20210125/api.json +637 -13
  80. tccli/services/dlc/v20210125/examples.json +48 -0
  81. tccli/services/dms/dms_client.py +10 -4
  82. tccli/services/dnspod/dnspod_client.py +302 -76
  83. tccli/services/dnspod/v20210323/api.json +153 -0
  84. tccli/services/dnspod/v20210323/examples.json +16 -0
  85. tccli/services/domain/domain_client.py +120 -48
  86. tccli/services/dts/dts_client.py +415 -166
  87. tccli/services/eb/eb_client.py +130 -52
  88. tccli/services/ecdn/ecdn_client.py +75 -30
  89. tccli/services/ecm/ecm_client.py +620 -248
  90. tccli/services/eiam/eiam_client.py +200 -80
  91. tccli/services/emr/emr_client.py +2815 -146
  92. tccli/services/emr/v20190103/api.json +14527 -4841
  93. tccli/services/emr/v20190103/examples.json +404 -36
  94. tccli/services/es/es_client.py +105 -42
  95. tccli/services/facefusion/facefusion_client.py +15 -6
  96. tccli/services/faceid/faceid_client.py +95 -38
  97. tccli/services/faceid/v20180301/api.json +107 -14
  98. tccli/services/faceid/v20180301/examples.json +3 -3
  99. tccli/services/gaap/gaap_client.py +440 -176
  100. tccli/services/gme/gme_client.py +50 -20
  101. tccli/services/gpm/gpm_client.py +90 -36
  102. tccli/services/gse/gse_client.py +110 -44
  103. tccli/services/gwlb/gwlb_client.py +90 -36
  104. tccli/services/hunyuan/__init__.py +4 -0
  105. tccli/services/hunyuan/hunyuan_client.py +266 -0
  106. tccli/services/hunyuan/v20230901/api.json +270 -0
  107. tccli/services/hunyuan/v20230901/examples.json +20 -0
  108. tccli/services/iai/iai_client.py +145 -58
  109. tccli/services/iap/iap_client.py +30 -12
  110. tccli/services/ims/ims_client.py +5 -2
  111. tccli/services/intlpartnersmgt/intlpartnersmgt_client.py +210 -84
  112. tccli/services/intlpartnersmgt/v20220928/api.json +11 -11
  113. tccli/services/iotcloud/iotcloud_client.py +100 -40
  114. tccli/services/ip/ip_client.py +30 -12
  115. tccli/services/kms/kms_client.py +340 -136
  116. tccli/services/kms/v20190118/api.json +80 -3
  117. tccli/services/kms/v20190118/examples.json +3 -3
  118. tccli/services/lcic/lcic_client.py +265 -106
  119. tccli/services/lighthouse/lighthouse_client.py +370 -148
  120. tccli/services/lighthouse/v20200324/api.json +14 -14
  121. tccli/services/lighthouse/v20200324/examples.json +5 -5
  122. tccli/services/live/live_client.py +600 -240
  123. tccli/services/lke/lke_client.py +450 -180
  124. tccli/services/lke/v20231130/api.json +182 -39
  125. tccli/services/lkeap/__init__.py +4 -0
  126. tccli/services/lkeap/lkeap_client.py +602 -0
  127. tccli/services/lkeap/v20240522/api.json +953 -0
  128. tccli/services/lkeap/v20240522/examples.json +92 -0
  129. tccli/services/mariadb/mariadb_client.py +250 -100
  130. tccli/services/mdc/mdc_client.py +90 -36
  131. tccli/services/mdl/mdl_client.py +357 -90
  132. tccli/services/mdl/v20200326/api.json +791 -24
  133. tccli/services/mdl/v20200326/examples.json +40 -16
  134. tccli/services/mdp/mdp_client.py +734 -124
  135. tccli/services/mdp/v20200527/api.json +748 -23
  136. tccli/services/mdp/v20200527/examples.json +143 -79
  137. tccli/services/message/__init__.py +4 -0
  138. tccli/services/message/message_client.py +210 -0
  139. tccli/services/message/v20181225/api.json +72 -0
  140. tccli/services/message/v20181225/examples.json +13 -0
  141. tccli/services/mongodb/mongodb_client.py +1404 -141
  142. tccli/services/mongodb/v20190725/api.json +2919 -677
  143. tccli/services/mongodb/v20190725/examples.json +190 -22
  144. tccli/services/monitor/monitor_client.py +1008 -296
  145. tccli/services/monitor/v20180724/api.json +660 -11
  146. tccli/services/monitor/v20180724/examples.json +152 -4
  147. tccli/services/mps/mps_client.py +1489 -429
  148. tccli/services/mps/v20190612/api.json +4750 -1077
  149. tccli/services/mps/v20190612/examples.json +182 -70
  150. tccli/services/msp/msp_client.py +35 -14
  151. tccli/services/ocr/ocr_client.py +417 -82
  152. tccli/services/ocr/v20181119/api.json +1486 -103
  153. tccli/services/ocr/v20181119/examples.json +42 -4
  154. tccli/services/omics/omics_client.py +100 -40
  155. tccli/services/organization/organization_client.py +580 -232
  156. tccli/services/postgres/postgres_client.py +455 -182
  157. tccli/services/privatedns/privatedns_client.py +155 -62
  158. tccli/services/pts/pts_client.py +240 -96
  159. tccli/services/quota/__init__.py +4 -0
  160. tccli/services/quota/quota_client.py +434 -0
  161. tccli/services/quota/v20241204/api.json +548 -0
  162. tccli/services/quota/v20241204/examples.json +51 -0
  163. tccli/services/rce/rce_client.py +5 -2
  164. tccli/services/redis/redis_client.py +545 -218
  165. tccli/services/redis/v20180412/api.json +225 -113
  166. tccli/services/redis/v20180412/examples.json +19 -19
  167. tccli/services/region/region_client.py +15 -6
  168. tccli/services/rum/rum_client.py +300 -120
  169. tccli/services/scf/scf_client.py +210 -84
  170. tccli/services/ses/ses_client.py +145 -58
  171. tccli/services/smh/__init__.py +4 -0
  172. tccli/services/smh/smh_client.py +714 -0
  173. tccli/services/smh/v20210712/api.json +1287 -0
  174. tccli/services/smh/v20210712/examples.json +85 -0
  175. tccli/services/sms/sms_client.py +90 -36
  176. tccli/services/sqlserver/sqlserver_client.py +3855 -470
  177. tccli/services/sqlserver/v20180328/api.json +9725 -3356
  178. tccli/services/sqlserver/v20180328/examples.json +470 -10
  179. tccli/services/ssl/ssl_client.py +190 -76
  180. tccli/services/ssm/ssm_client.py +120 -48
  181. tccli/services/sts/sts_client.py +25 -10
  182. tccli/services/tag/tag_client.py +150 -60
  183. tccli/services/tat/tat_client.py +95 -38
  184. tccli/services/tbaas/tbaas_client.py +20 -8
  185. tccli/services/tcaplusdb/tcaplusdb_client.py +260 -104
  186. tccli/services/tcaplusdb/v20190823/api.json +836 -760
  187. tccli/services/tcaplusdb/v20190823/examples.json +3 -3
  188. tccli/services/tchd/tchd_client.py +5 -2
  189. tccli/services/tcmpp/tcmpp_client.py +520 -208
  190. tccli/services/tcr/tcr_client.py +380 -152
  191. tccli/services/tcsas/tcsas_client.py +295 -118
  192. tccli/services/tcsas/v20250106/api.json +155 -79
  193. tccli/services/tcsas/v20250106/examples.json +3 -3
  194. tccli/services/tcss/tcss_client.py +1650 -660
  195. tccli/services/tdid/tdid_client.py +240 -96
  196. tccli/services/tdmq/tdmq_client.py +2876 -466
  197. tccli/services/tdmq/v20200217/api.json +11607 -3958
  198. tccli/services/tdmq/v20200217/examples.json +562 -264
  199. tccli/services/tem/tem_client.py +280 -112
  200. tccli/services/teo/teo_client.py +1590 -540
  201. tccli/services/teo/v20220901/api.json +703 -71
  202. tccli/services/teo/v20220901/examples.json +88 -22
  203. tccli/services/tione/__init__.py +4 -0
  204. tccli/services/tione/tione_client.py +210 -0
  205. tccli/services/tione/v20211111/api.json +3074 -0
  206. tccli/services/tione/v20211111/examples.json +12 -0
  207. tccli/services/tiw/tiw_client.py +255 -102
  208. tccli/services/tke/tke_client.py +690 -276
  209. tccli/services/tms/tms_client.py +5 -2
  210. tccli/services/tmt/tmt_client.py +5 -2
  211. tccli/services/trabbit/trabbit_client.py +145 -58
  212. tccli/services/trocket/__init__.py +4 -0
  213. tccli/services/trocket/trocket_client.py +2450 -0
  214. tccli/services/trocket/v20230308/api.json +6062 -0
  215. tccli/services/trocket/v20230308/examples.json +339 -0
  216. tccli/services/trro/trro_client.py +95 -38
  217. tccli/services/trtc/trtc_client.py +255 -102
  218. tccli/services/trtc/v20190722/api.json +135 -31
  219. tccli/services/trtc/v20190722/examples.json +7 -7
  220. tccli/services/tts/tts_client.py +5 -2
  221. tccli/services/vclm/vclm_client.py +10 -4
  222. tccli/services/vm/vm_client.py +20 -8
  223. tccli/services/vod/vod_client.py +895 -358
  224. tccli/services/vpc/v20170312/api.json +1032 -134
  225. tccli/services/vpc/v20170312/examples.json +119 -23
  226. tccli/services/vpc/vpc_client.py +2159 -644
  227. tccli/services/waf/v20180125/api.json +1372 -194
  228. tccli/services/waf/v20180125/examples.json +89 -1
  229. tccli/services/waf/waf_client.py +1149 -245
  230. tccli/services/wedata/v20250806/api.json +13644 -0
  231. tccli/services/wedata/v20250806/examples.json +621 -0
  232. tccli/services/wedata/wedata_client.py +6067 -1263
  233. tccli/services/yunjing/yunjing_client.py +355 -142
  234. {tccli_intl_en-3.0.1241.1.dist-info → tccli_intl_en-3.1.16.1.dist-info}/METADATA +4 -7
  235. {tccli_intl_en-3.0.1241.1.dist-info → tccli_intl_en-3.1.16.1.dist-info}/RECORD +239 -201
  236. {tccli_intl_en-3.0.1241.1.dist-info → tccli_intl_en-3.1.16.1.dist-info}/WHEEL +1 -1
  237. {tccli_intl_en-3.0.1241.1.dist-info → tccli_intl_en-3.1.16.1.dist-info}/entry_points.txt +0 -1
  238. {tccli_intl_en-3.0.1241.1.dist-info → tccli_intl_en-3.1.16.1.dist-info}/LICENSE +0 -0
  239. {tccli_intl_en-3.0.1241.1.dist-info → tccli_intl_en-3.1.16.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",
@@ -629,6 +650,176 @@
629
650
  ],
630
651
  "usage": "both"
631
652
  },
653
+ "AbWatermarkDetectionInfo": {
654
+ "document": "AbWatermarkDetectionInfo",
655
+ "members": [
656
+ {
657
+ "disabled": false,
658
+ "document": "Task ID",
659
+ "example": "6936947D1D3EC9A2432F",
660
+ "member": "string",
661
+ "name": "TaskId",
662
+ "output_required": false,
663
+ "required": false,
664
+ "type": "string",
665
+ "value_allowed_null": false
666
+ },
667
+ {
668
+ "disabled": false,
669
+ "document": "Types of testing",
670
+ "example": "ExtractVideoABWatermarkId",
671
+ "member": "string",
672
+ "name": "Type",
673
+ "output_required": false,
674
+ "required": false,
675
+ "type": "string",
676
+ "value_allowed_null": false
677
+ },
678
+ {
679
+ "disabled": false,
680
+ "document": "State",
681
+ "example": "Completed",
682
+ "member": "string",
683
+ "name": "State",
684
+ "output_required": false,
685
+ "required": false,
686
+ "type": "string",
687
+ "value_allowed_null": false
688
+ },
689
+ {
690
+ "disabled": false,
691
+ "document": "Result",
692
+ "example": "123789852",
693
+ "member": "string",
694
+ "name": "Result",
695
+ "output_required": false,
696
+ "required": false,
697
+ "type": "string",
698
+ "value_allowed_null": false
699
+ },
700
+ {
701
+ "disabled": false,
702
+ "document": "Error code",
703
+ "example": "1001",
704
+ "member": "int64",
705
+ "name": "ErrorCode",
706
+ "output_required": false,
707
+ "required": false,
708
+ "type": "int",
709
+ "value_allowed_null": false
710
+ },
711
+ {
712
+ "disabled": false,
713
+ "document": "Error message",
714
+ "example": "input file size exceed limit",
715
+ "member": "string",
716
+ "name": "ErrorMsg",
717
+ "output_required": false,
718
+ "required": false,
719
+ "type": "string",
720
+ "value_allowed_null": false
721
+ },
722
+ {
723
+ "disabled": false,
724
+ "document": "Input information",
725
+ "example": "无",
726
+ "member": "AbWatermarkInputInfo",
727
+ "name": "InputInfo",
728
+ "output_required": false,
729
+ "required": false,
730
+ "type": "object",
731
+ "value_allowed_null": false
732
+ },
733
+ {
734
+ "disabled": false,
735
+ "document": "Task notification configuration",
736
+ "example": "无",
737
+ "member": "TaskNotifyConfig",
738
+ "name": "TaskNotifyConfig",
739
+ "output_required": false,
740
+ "required": false,
741
+ "type": "object",
742
+ "value_allowed_null": true
743
+ },
744
+ {
745
+ "disabled": false,
746
+ "document": "Create time",
747
+ "example": "1765184637",
748
+ "member": "int64",
749
+ "name": "CreateTime",
750
+ "output_required": false,
751
+ "required": false,
752
+ "type": "int",
753
+ "value_allowed_null": false
754
+ },
755
+ {
756
+ "disabled": false,
757
+ "document": "Update time",
758
+ "example": "1765184637",
759
+ "member": "int64",
760
+ "name": "UpdateTime",
761
+ "output_required": false,
762
+ "required": false,
763
+ "type": "int",
764
+ "value_allowed_null": false
765
+ },
766
+ {
767
+ "disabled": false,
768
+ "document": "Input file information",
769
+ "example": "无",
770
+ "member": "InputFileInfo",
771
+ "name": "InputFileInfo",
772
+ "output_required": false,
773
+ "required": false,
774
+ "type": "object",
775
+ "value_allowed_null": false
776
+ }
777
+ ],
778
+ "usage": "both"
779
+ },
780
+ "AbWatermarkInputInfo": {
781
+ "document": "InputInfo",
782
+ "members": [
783
+ {
784
+ "disabled": false,
785
+ "document": "Input type, optional URL/COS, currently only supports URL\n",
786
+ "example": "URL",
787
+ "member": "string",
788
+ "name": "Type",
789
+ "output_required": false,
790
+ "required": false,
791
+ "type": "string",
792
+ "value_allowed_null": false
793
+ },
794
+ {
795
+ "disabled": false,
796
+ "document": "URL input information",
797
+ "example": "无",
798
+ "member": "UrlInputInfo",
799
+ "name": "UrlInputInfo",
800
+ "output_required": false,
801
+ "required": false,
802
+ "type": "object",
803
+ "value_allowed_null": false
804
+ }
805
+ ],
806
+ "usage": "both"
807
+ },
808
+ "AbWatermarkSettingsReq": {
809
+ "document": "",
810
+ "members": [
811
+ {
812
+ "disabled": false,
813
+ "document": "",
814
+ "example": "A",
815
+ "member": "string",
816
+ "name": "Type",
817
+ "required": false,
818
+ "type": "string"
819
+ }
820
+ ],
821
+ "usage": "in"
822
+ },
632
823
  "AdditionalRateSetting": {
633
824
  "document": "additional bit rate configuration.",
634
825
  "members": [
@@ -1204,22 +1395,42 @@
1204
1395
  {
1205
1396
  "disabled": false,
1206
1397
  "document": "Alarm details of pipeline 0 under this channel.",
1207
- "example": "",
1398
+ "example": "",
1208
1399
  "member": "ChannelPipelineAlerts",
1209
1400
  "name": "Pipeline0",
1210
- "required": true,
1401
+ "output_required": true,
1211
1402
  "type": "list",
1212
1403
  "value_allowed_null": false
1213
1404
  },
1214
1405
  {
1215
1406
  "disabled": false,
1216
1407
  "document": "Alarm details of pipeline 1 under this channel.",
1217
- "example": "",
1408
+ "example": "",
1218
1409
  "member": "ChannelPipelineAlerts",
1219
1410
  "name": "Pipeline1",
1220
- "required": true,
1411
+ "output_required": true,
1221
1412
  "type": "list",
1222
1413
  "value_allowed_null": false
1414
+ },
1415
+ {
1416
+ "disabled": false,
1417
+ "document": "Pipeline 0 total active alarm count",
1418
+ "example": "0",
1419
+ "member": "int64",
1420
+ "name": "PipelineAActiveAlerts",
1421
+ "output_required": true,
1422
+ "type": "int",
1423
+ "value_allowed_null": false
1424
+ },
1425
+ {
1426
+ "disabled": false,
1427
+ "document": "Pipeline 1 total active alarm count",
1428
+ "example": "0",
1429
+ "member": "int64",
1430
+ "name": "PipelineBActiveAlerts",
1431
+ "output_required": true,
1432
+ "type": "int",
1433
+ "value_allowed_null": false
1223
1434
  }
1224
1435
  ],
1225
1436
  "usage": "out"
@@ -1546,7 +1757,7 @@
1546
1757
  },
1547
1758
  {
1548
1759
  "disabled": false,
1549
- "document": "Subtitle template configuration, only AVTemplates are valid.",
1760
+ "document": "Subtitle template configuration.",
1550
1761
  "example": "无",
1551
1762
  "member": "SubtitleConf",
1552
1763
  "name": "CaptionTemplates",
@@ -1666,7 +1877,7 @@
1666
1877
  {
1667
1878
  "disabled": false,
1668
1879
  "document": "Input name, which can contain 1-32 case-sensitive letters, digits, and underscores and must be unique at the region level",
1669
- "example": "sdad",
1880
+ "example": "input_test",
1670
1881
  "member": "string",
1671
1882
  "name": "Name",
1672
1883
  "required": true,
@@ -1684,7 +1895,7 @@
1684
1895
  {
1685
1896
  "disabled": false,
1686
1897
  "document": "ID of the input security group to attach\nYou can attach only one security group to an input.",
1687
- "example": "[\"123\\r\\n\"]",
1898
+ "example": "[\"636CA1B600007342FA8D\"]",
1688
1899
  "member": "string",
1689
1900
  "name": "SecurityGroupIds",
1690
1901
  "required": false,
@@ -1844,6 +2055,15 @@
1844
2055
  "name": "TextSettings",
1845
2056
  "required": false,
1846
2057
  "type": "object"
2058
+ },
2059
+ {
2060
+ "disabled": false,
2061
+ "document": "AB watermark configuration",
2062
+ "example": "无",
2063
+ "member": "AbWatermarkSettingsReq",
2064
+ "name": "AbWatermarkSettings",
2065
+ "required": false,
2066
+ "type": "object"
1847
2067
  }
1848
2068
  ],
1849
2069
  "type": "object"
@@ -1936,6 +2156,70 @@
1936
2156
  ],
1937
2157
  "usage": "in"
1938
2158
  },
2159
+ "CreateWatermarkDetectionRequest": {
2160
+ "document": "CreateWatermarkDetection request structure.",
2161
+ "members": [
2162
+ {
2163
+ "disabled": false,
2164
+ "document": "Task type, currently supports ExtractVideoABWatermarkId",
2165
+ "example": "ExtractVideoABWatermarkId",
2166
+ "member": "string",
2167
+ "name": "Type",
2168
+ "required": true,
2169
+ "type": "string"
2170
+ },
2171
+ {
2172
+ "disabled": false,
2173
+ "document": "Input information",
2174
+ "example": "无",
2175
+ "member": "AbWatermarkInputInfo",
2176
+ "name": "InputInfo",
2177
+ "required": true,
2178
+ "type": "object"
2179
+ },
2180
+ {
2181
+ "disabled": false,
2182
+ "document": "Input file information",
2183
+ "example": "无",
2184
+ "member": "InputFileInfo",
2185
+ "name": "InputFileInfo",
2186
+ "required": true,
2187
+ "type": "object"
2188
+ },
2189
+ {
2190
+ "disabled": false,
2191
+ "document": "Input notification configuration",
2192
+ "example": "无",
2193
+ "member": "TaskNotifyConfig",
2194
+ "name": "TaskNotifyConfig",
2195
+ "required": false,
2196
+ "type": "object"
2197
+ }
2198
+ ],
2199
+ "type": "object"
2200
+ },
2201
+ "CreateWatermarkDetectionResponse": {
2202
+ "document": "CreateWatermarkDetection response structure.",
2203
+ "members": [
2204
+ {
2205
+ "disabled": false,
2206
+ "document": "Task ID",
2207
+ "example": "69310B251D3EC914C024",
2208
+ "member": "string",
2209
+ "name": "TaskId",
2210
+ "output_required": false,
2211
+ "type": "string",
2212
+ "value_allowed_null": false
2213
+ },
2214
+ {
2215
+ "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.",
2216
+ "member": "string",
2217
+ "name": "RequestId",
2218
+ "type": "string"
2219
+ }
2220
+ ],
2221
+ "type": "object"
2222
+ },
1939
2223
  "DashRemuxSettingsInfo": {
1940
2224
  "document": "DASH configuration information.",
1941
2225
  "members": [
@@ -2252,7 +2536,7 @@
2252
2536
  "members": [
2253
2537
  {
2254
2538
  "disabled": false,
2255
- "document": "Alarm information of the channels two pipelines",
2539
+ "document": "Alarm information of the channel's two pipelines",
2256
2540
  "example": "无",
2257
2541
  "member": "ChannelAlertInfos",
2258
2542
  "name": "Infos",
@@ -2439,7 +2723,7 @@
2439
2723
  "example": "无",
2440
2724
  "member": "ChannelOutputsStatistics",
2441
2725
  "name": "Infos",
2442
- "required": true,
2726
+ "output_required": true,
2443
2727
  "type": "list",
2444
2728
  "value_allowed_null": false
2445
2729
  },
@@ -3047,6 +3331,117 @@
3047
3331
  ],
3048
3332
  "usage": "out"
3049
3333
  },
3334
+ "DescribeWatermarkDetectionRequest": {
3335
+ "document": "DescribeWatermarkDetection request structure.",
3336
+ "members": [
3337
+ {
3338
+ "disabled": false,
3339
+ "document": "Task Id",
3340
+ "example": "69310B251D3EC914C024",
3341
+ "member": "string",
3342
+ "name": "TaskId",
3343
+ "required": true,
3344
+ "type": "string"
3345
+ }
3346
+ ],
3347
+ "type": "object"
3348
+ },
3349
+ "DescribeWatermarkDetectionResponse": {
3350
+ "document": "DescribeWatermarkDetection response structure.",
3351
+ "members": [
3352
+ {
3353
+ "disabled": false,
3354
+ "document": "Detecting task related information",
3355
+ "example": "无",
3356
+ "member": "AbWatermarkDetectionInfo",
3357
+ "name": "TaskInfo",
3358
+ "output_required": false,
3359
+ "type": "object",
3360
+ "value_allowed_null": false
3361
+ },
3362
+ {
3363
+ "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.",
3364
+ "member": "string",
3365
+ "name": "RequestId",
3366
+ "type": "string"
3367
+ }
3368
+ ],
3369
+ "type": "object"
3370
+ },
3371
+ "DescribeWatermarkDetectionsRequest": {
3372
+ "document": "DescribeWatermarkDetections request structure.",
3373
+ "members": [
3374
+ {
3375
+ "disabled": false,
3376
+ "document": "Start time, 2022-12-04T16:50:00+08:00",
3377
+ "example": "2025-12-04T16:50:00+08:00",
3378
+ "member": "string",
3379
+ "name": "StartTime",
3380
+ "required": false,
3381
+ "type": "string"
3382
+ },
3383
+ {
3384
+ "disabled": false,
3385
+ "document": "End time, 2022-12-04T17:50:00+08:00, maximum supported query range of 7 days",
3386
+ "example": "2025-12-08T14:20:00+08:00",
3387
+ "member": "string",
3388
+ "name": "EndTime",
3389
+ "required": false,
3390
+ "type": "string"
3391
+ },
3392
+ {
3393
+ "disabled": false,
3394
+ "document": "Number of pages queried",
3395
+ "example": "0",
3396
+ "member": "int64",
3397
+ "name": "PageNum",
3398
+ "required": false,
3399
+ "type": "int"
3400
+ },
3401
+ {
3402
+ "disabled": false,
3403
+ "document": "Single page quantity, 1-100",
3404
+ "example": "100",
3405
+ "member": "int64",
3406
+ "name": "PageSize",
3407
+ "required": false,
3408
+ "type": "int"
3409
+ }
3410
+ ],
3411
+ "type": "object"
3412
+ },
3413
+ "DescribeWatermarkDetectionsResponse": {
3414
+ "document": "DescribeWatermarkDetections response structure.",
3415
+ "members": [
3416
+ {
3417
+ "disabled": false,
3418
+ "document": "Watermark detection information",
3419
+ "example": "无",
3420
+ "member": "AbWatermarkDetectionInfo",
3421
+ "name": "TaskInfos",
3422
+ "output_required": false,
3423
+ "type": "list",
3424
+ "value_allowed_null": false
3425
+ },
3426
+ {
3427
+ "disabled": false,
3428
+ "document": "number of tasks",
3429
+ "example": "32",
3430
+ "member": "int64",
3431
+ "name": "TotalCount",
3432
+ "output_required": false,
3433
+ "type": "int",
3434
+ "value_allowed_null": false
3435
+ },
3436
+ {
3437
+ "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.",
3438
+ "member": "string",
3439
+ "name": "RequestId",
3440
+ "type": "string"
3441
+ }
3442
+ ],
3443
+ "type": "object"
3444
+ },
3050
3445
  "DescribeWatermarkInfo": {
3051
3446
  "document": "Watermark information",
3052
3447
  "members": [
@@ -3348,6 +3743,7 @@
3348
3743
  "example": "无",
3349
3744
  "member": "PushEventSetting",
3350
3745
  "name": "PushEventSettings",
3746
+ "output_required": true,
3351
3747
  "required": false,
3352
3748
  "type": "object",
3353
3749
  "value_allowed_null": false
@@ -3403,12 +3799,21 @@
3403
3799
  {
3404
3800
  "disabled": false,
3405
3801
  "document": "ID of the input to attach, which is required if `EventType` is `INPUT_SWITCH`",
3406
- "example": "AAAAAAAA",
3802
+ "example": "68B3B564XXXXXXABF628",
3407
3803
  "member": "string",
3408
3804
  "name": "InputAttachment",
3409
3805
  "required": false,
3410
3806
  "type": "string"
3411
3807
  },
3808
+ {
3809
+ "disabled": false,
3810
+ "document": "When the type is FIXED_PTS, it is mandatory and defaults to 0",
3811
+ "example": "0",
3812
+ "member": "int64",
3813
+ "name": "PipelineId",
3814
+ "required": false,
3815
+ "type": "int"
3816
+ },
3412
3817
  {
3413
3818
  "disabled": false,
3414
3819
  "document": "Name of the output group to attach. This parameter is required if `EventType` is `TIMED_RECORD`.",
@@ -3489,6 +3894,15 @@
3489
3894
  "name": "StaticImageDeactivateSetting",
3490
3895
  "required": false,
3491
3896
  "type": "object"
3897
+ },
3898
+ {
3899
+ "disabled": false,
3900
+ "document": "Dynamic graphic overlay activate configuration",
3901
+ "example": "无",
3902
+ "member": "MotionGraphicsActivateSetting",
3903
+ "name": "MotionGraphicsActivateSetting",
3904
+ "required": false,
3905
+ "type": "object"
3492
3906
  }
3493
3907
  ],
3494
3908
  "usage": "in"
@@ -3510,7 +3924,7 @@
3510
3924
  {
3511
3925
  "disabled": false,
3512
3926
  "document": "ID of the input attached, which is not empty if `EventType` is `INPUT_SWITCH`",
3513
- "example": "AAAAAAAA",
3927
+ "example": "DCF638XXX",
3514
3928
  "member": "string",
3515
3929
  "name": "InputAttachment",
3516
3930
  "output_required": true,
@@ -3518,6 +3932,17 @@
3518
3932
  "type": "string",
3519
3933
  "value_allowed_null": false
3520
3934
  },
3935
+ {
3936
+ "disabled": false,
3937
+ "document": "When the type is FIXED_PTS, it is mandatory and defaults to 0",
3938
+ "example": "0",
3939
+ "member": "int64",
3940
+ "name": "PipelineId",
3941
+ "output_required": false,
3942
+ "required": false,
3943
+ "type": "int",
3944
+ "value_allowed_null": false
3945
+ },
3521
3946
  {
3522
3947
  "disabled": false,
3523
3948
  "document": "Name of the output group attached. This parameter is not empty if `EventType` is `TIMED_RECORD`.",
@@ -3616,6 +4041,17 @@
3616
4041
  "required": false,
3617
4042
  "type": "object",
3618
4043
  "value_allowed_null": false
4044
+ },
4045
+ {
4046
+ "disabled": false,
4047
+ "document": "Dynamic graphic overlay activate configuration.",
4048
+ "example": "无",
4049
+ "member": "MotionGraphicsActivateSetting",
4050
+ "name": "MotionGraphicsActivateSetting",
4051
+ "output_required": false,
4052
+ "required": false,
4053
+ "type": "object",
4054
+ "value_allowed_null": false
3619
4055
  }
3620
4056
  ],
3621
4057
  "usage": "both"
@@ -3755,6 +4191,28 @@
3755
4191
  "required": false,
3756
4192
  "type": "object",
3757
4193
  "value_allowed_null": false
4194
+ },
4195
+ {
4196
+ "disabled": false,
4197
+ "document": "Dynamic graphic overlay configuration.",
4198
+ "example": "无",
4199
+ "member": "MotionGraphicsSetting",
4200
+ "name": "MotionGraphicsSettings",
4201
+ "output_required": false,
4202
+ "required": false,
4203
+ "type": "object",
4204
+ "value_allowed_null": false
4205
+ },
4206
+ {
4207
+ "disabled": false,
4208
+ "document": "Thumbnail Configuration.",
4209
+ "example": "无",
4210
+ "member": "ThumbnailSettings",
4211
+ "name": "ThumbnailSettings",
4212
+ "output_required": false,
4213
+ "required": false,
4214
+ "type": "object",
4215
+ "value_allowed_null": false
3758
4216
  }
3759
4217
  ],
3760
4218
  "usage": "both"
@@ -4085,6 +4543,23 @@
4085
4543
  ],
4086
4544
  "usage": "both"
4087
4545
  },
4546
+ "InputFileInfo": {
4547
+ "document": "InputFileInfo",
4548
+ "members": [
4549
+ {
4550
+ "disabled": false,
4551
+ "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",
4552
+ "example": "10000",
4553
+ "member": "int64",
4554
+ "name": "SegmentDuration",
4555
+ "output_required": false,
4556
+ "required": false,
4557
+ "type": "int",
4558
+ "value_allowed_null": false
4559
+ }
4560
+ ],
4561
+ "usage": "both"
4562
+ },
4088
4563
  "InputInfo": {
4089
4564
  "document": "Input information.",
4090
4565
  "members": [
@@ -4605,7 +5080,7 @@
4605
5080
  },
4606
5081
  {
4607
5082
  "disabled": false,
4608
- "document": "Subtitle template configuration, only AVTemplates are valid.",
5083
+ "document": "Subtitle template configuration.",
4609
5084
  "example": "无",
4610
5085
  "member": "SubtitleConf",
4611
5086
  "name": "CaptionTemplates",
@@ -4846,6 +5321,15 @@
4846
5321
  "name": "TextSettings",
4847
5322
  "required": false,
4848
5323
  "type": "object"
5324
+ },
5325
+ {
5326
+ "disabled": false,
5327
+ "document": "",
5328
+ "example": "无",
5329
+ "member": "AbWatermarkSettingsReq",
5330
+ "name": "AbWatermarkSettings",
5331
+ "required": false,
5332
+ "type": "object"
4849
5333
  }
4850
5334
  ],
4851
5335
  "type": "object"
@@ -4862,6 +5346,51 @@
4862
5346
  ],
4863
5347
  "type": "object"
4864
5348
  },
5349
+ "MotionGraphicsActivateSetting": {
5350
+ "document": "",
5351
+ "members": [
5352
+ {
5353
+ "disabled": false,
5354
+ "document": "Duration in ms, valid when MOTION_Graphics_ACTIVATE, required; An integer in the range of 0-86400000, where 0 represents the duration until the end of the live stream.",
5355
+ "example": "无",
5356
+ "member": "int64",
5357
+ "name": "Duration",
5358
+ "output_required": false,
5359
+ "required": false,
5360
+ "type": "int",
5361
+ "value_allowed_null": true
5362
+ },
5363
+ {
5364
+ "disabled": false,
5365
+ "document": "The address of HTML5 needs to comply with the format specification of http/https.",
5366
+ "example": "无",
5367
+ "member": "string",
5368
+ "name": "Url",
5369
+ "output_required": false,
5370
+ "required": false,
5371
+ "type": "string",
5372
+ "value_allowed_null": true
5373
+ }
5374
+ ],
5375
+ "usage": "both"
5376
+ },
5377
+ "MotionGraphicsSetting": {
5378
+ "document": "",
5379
+ "members": [
5380
+ {
5381
+ "disabled": false,
5382
+ "document": "Whether to enable dynamic graphic overlay, '0' not enabled, '1' enabled; Default 0.",
5383
+ "example": "0",
5384
+ "member": "int64",
5385
+ "name": "MotionGraphicsOverlayEnabled",
5386
+ "output_required": false,
5387
+ "required": false,
5388
+ "type": "int",
5389
+ "value_allowed_null": true
5390
+ }
5391
+ ],
5392
+ "usage": "both"
5393
+ },
4865
5394
  "OutputInfo": {
4866
5395
  "document": "Output information.",
4867
5396
  "members": [
@@ -6379,7 +6908,7 @@
6379
6908
  },
6380
6909
  {
6381
6910
  "disabled": false,
6382
- "document": "Optional values: 1 Source, 2 Source+Target, 3 Target (original language only, original language + translation language, translation language). Required when CaptionSource selects `ANALYSIS `.",
6911
+ "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.",
6383
6912
  "example": "2",
6384
6913
  "member": "uint64",
6385
6914
  "name": "ContentType",
@@ -6390,7 +6919,7 @@
6390
6919
  },
6391
6920
  {
6392
6921
  "disabled": false,
6393
- "document": "Output mode: 1 Burn in, 2 Embedded. Support `2` when CaptionSource selects `INPUT`. Support `1` when CaptionSource selects `ANALYSIS `.",
6922
+ "document": "Output mode: 1 Burn in, 2 Embedded, 3 WebVTT. Support `2` when CaptionSource selects `INPUT`. Support `1` and `3` when CaptionSource selects `ANALYSIS `.",
6394
6923
  "example": "1",
6395
6924
  "member": "uint64",
6396
6925
  "name": "TargetType",
@@ -6434,7 +6963,7 @@
6434
6963
  },
6435
6964
  {
6436
6965
  "disabled": false,
6437
- "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 `.",
6966
+ "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.",
6438
6967
  "example": "STEADY",
6439
6968
  "member": "string",
6440
6969
  "name": "StateEffectMode",
@@ -6453,6 +6982,50 @@
6453
6982
  "required": false,
6454
6983
  "type": "int",
6455
6984
  "value_allowed_null": false
6985
+ },
6986
+ {
6987
+ "disabled": false,
6988
+ "document": "Audio selector name, required for generating WebVTT subtitles using speech recognition, can be empty.",
6989
+ "example": "audio",
6990
+ "member": "string",
6991
+ "name": "AudioSelectorName",
6992
+ "output_required": false,
6993
+ "required": false,
6994
+ "type": "string",
6995
+ "value_allowed_null": false
6996
+ },
6997
+ {
6998
+ "disabled": false,
6999
+ "document": "Format configuration for speech recognition output on WebVTT.",
7000
+ "example": "无",
7001
+ "member": "WebVTTFontStyle",
7002
+ "name": "WebVTTFontStyle",
7003
+ "output_required": false,
7004
+ "required": false,
7005
+ "type": "object",
7006
+ "value_allowed_null": false
7007
+ },
7008
+ {
7009
+ "disabled": false,
7010
+ "document": "Language code, length 2-20. ISO 639-2 three-digit code is recommend.",
7011
+ "example": "eng",
7012
+ "member": "string",
7013
+ "name": "LanguageCode",
7014
+ "output_required": false,
7015
+ "required": false,
7016
+ "type": "string",
7017
+ "value_allowed_null": false
7018
+ },
7019
+ {
7020
+ "disabled": false,
7021
+ "document": "Language description, less than 100 characters in length.",
7022
+ "example": "English",
7023
+ "member": "string",
7024
+ "name": "LanguageDescription",
7025
+ "output_required": false,
7026
+ "required": false,
7027
+ "type": "string",
7028
+ "value_allowed_null": false
6456
7029
  }
6457
7030
  ],
6458
7031
  "usage": "both"
@@ -6634,6 +7207,51 @@
6634
7207
  ],
6635
7208
  "usage": "both"
6636
7209
  },
7210
+ "TaskNotifyConfig": {
7211
+ "document": "TaskNotifyConfig",
7212
+ "members": [
7213
+ {
7214
+ "disabled": false,
7215
+ "document": "",
7216
+ "example": "URL",
7217
+ "member": "string",
7218
+ "name": "Type",
7219
+ "output_required": false,
7220
+ "required": false,
7221
+ "type": "string",
7222
+ "value_allowed_null": false
7223
+ },
7224
+ {
7225
+ "disabled": false,
7226
+ "document": "",
7227
+ "example": "https://www.tencent.com",
7228
+ "member": "string",
7229
+ "name": "NotifyUrl",
7230
+ "output_required": false,
7231
+ "required": false,
7232
+ "type": "string",
7233
+ "value_allowed_null": false
7234
+ }
7235
+ ],
7236
+ "usage": "both"
7237
+ },
7238
+ "ThumbnailSettings": {
7239
+ "document": "",
7240
+ "members": [
7241
+ {
7242
+ "disabled": false,
7243
+ "document": "Generate thumbnail ,0: Disabled ,1: Enabled , Default: 0",
7244
+ "example": "0",
7245
+ "member": "int64",
7246
+ "name": "ThumbnailEnabled",
7247
+ "output_required": false,
7248
+ "required": false,
7249
+ "type": "int",
7250
+ "value_allowed_null": false
7251
+ }
7252
+ ],
7253
+ "usage": "both"
7254
+ },
6637
7255
  "TimeShiftSettingsInfo": {
6638
7256
  "document": "Time-shift configuration. This parameter is valid only for HLS_ARCHIVE and DASH_ARCHIVE output groups.",
6639
7257
  "members": [
@@ -6729,13 +7347,12 @@
6729
7347
  "members": [
6730
7348
  {
6731
7349
  "disabled": false,
6732
- "document": "Event trigger type. Valid values: `FIXED_TIME`, `IMMEDIATE`. This parameter is required if `EventType` is `INPUT_SWITCH`.",
7350
+ "document": "Event trigger type. Valid values: `FIXED_TIME`, `IMMEDIATE`,`FIXED_PTS `. This parameter is required if `EventType` is `INPUT_SWITCH`.",
6733
7351
  "example": "FIXED_TIME",
6734
7352
  "member": "string",
6735
7353
  "name": "StartType",
6736
7354
  "required": true,
6737
- "type": "string",
6738
- "value_allowed_null": false
7355
+ "type": "string"
6739
7356
  },
6740
7357
  {
6741
7358
  "disabled": false,
@@ -6744,8 +7361,7 @@
6744
7361
  "member": "string",
6745
7362
  "name": "Time",
6746
7363
  "required": false,
6747
- "type": "string",
6748
- "value_allowed_null": false
7364
+ "type": "string"
6749
7365
  },
6750
7366
  {
6751
7367
  "disabled": false,
@@ -6754,8 +7370,7 @@
6754
7370
  "member": "string",
6755
7371
  "name": "StartTime",
6756
7372
  "required": false,
6757
- "type": "string",
6758
- "value_allowed_null": false
7373
+ "type": "string"
6759
7374
  },
6760
7375
  {
6761
7376
  "disabled": false,
@@ -6764,8 +7379,16 @@
6764
7379
  "member": "string",
6765
7380
  "name": "EndTime",
6766
7381
  "required": false,
6767
- "type": "string",
6768
- "value_allowed_null": false
7382
+ "type": "string"
7383
+ },
7384
+ {
7385
+ "disabled": false,
7386
+ "document": "Effective only when StartType is FIXED_PTS, with a range of 1-8589934592",
7387
+ "example": "10000",
7388
+ "member": "uint64",
7389
+ "name": "PTS",
7390
+ "required": false,
7391
+ "type": "int"
6769
7392
  }
6770
7393
  ],
6771
7394
  "usage": "in"
@@ -6816,6 +7439,34 @@
6816
7439
  "required": false,
6817
7440
  "type": "string",
6818
7441
  "value_allowed_null": false
7442
+ },
7443
+ {
7444
+ "disabled": false,
7445
+ "document": "Effective only when StartType is FIXED_PTS, with a range of 1-8589934592",
7446
+ "example": "10000",
7447
+ "member": "uint64",
7448
+ "name": "PTS",
7449
+ "output_required": false,
7450
+ "required": false,
7451
+ "type": "int",
7452
+ "value_allowed_null": false
7453
+ }
7454
+ ],
7455
+ "usage": "both"
7456
+ },
7457
+ "UrlInputInfo": {
7458
+ "document": "UrlInputInfo",
7459
+ "members": [
7460
+ {
7461
+ "disabled": false,
7462
+ "document": "",
7463
+ "example": "https://www.google.com.hk/webhp?hl=zh-CN&sourceid=cnhp&gws_rd=ssl",
7464
+ "member": "string",
7465
+ "name": "Url",
7466
+ "output_required": false,
7467
+ "required": false,
7468
+ "type": "string",
7469
+ "value_allowed_null": false
6819
7470
  }
6820
7471
  ],
6821
7472
  "usage": "both"
@@ -7181,6 +7832,122 @@
7181
7832
  }
7182
7833
  ],
7183
7834
  "usage": "both"
7835
+ },
7836
+ "WebVTTFontStyle": {
7837
+ "document": "WebVTT format configuration.",
7838
+ "members": [
7839
+ {
7840
+ "disabled": false,
7841
+ "document": "Text color, RGB hexadecimal representation, 6 hexadecimal characters (no # needed).",
7842
+ "example": "00FF00",
7843
+ "member": "string",
7844
+ "name": "TextColor",
7845
+ "output_required": false,
7846
+ "required": false,
7847
+ "type": "string",
7848
+ "value_allowed_null": false
7849
+ },
7850
+ {
7851
+ "disabled": false,
7852
+ "document": "Background color, RGB hexadecimal representation, 6 hexadecimal characters (no # needed).",
7853
+ "example": "00FF00",
7854
+ "member": "string",
7855
+ "name": "BackgroundColor",
7856
+ "output_required": false,
7857
+ "required": false,
7858
+ "type": "string",
7859
+ "value_allowed_null": false
7860
+ },
7861
+ {
7862
+ "disabled": false,
7863
+ "document": "Background opacity parameter, a number from 0 to 100, with 0 being the default for full transparency.",
7864
+ "example": "0",
7865
+ "member": "int64",
7866
+ "name": "BackgroundAlpha",
7867
+ "output_required": false,
7868
+ "required": false,
7869
+ "type": "int",
7870
+ "value_allowed_null": false
7871
+ },
7872
+ {
7873
+ "disabled": false,
7874
+ "document": "Font size, in units of vh (1% of height), default value 0 means automatic.",
7875
+ "example": "0",
7876
+ "member": "int64",
7877
+ "name": "FontSize",
7878
+ "output_required": false,
7879
+ "required": false,
7880
+ "type": "int",
7881
+ "value_allowed_null": false
7882
+ },
7883
+ {
7884
+ "disabled": false,
7885
+ "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.",
7886
+ "example": "AUTO",
7887
+ "member": "string",
7888
+ "name": "Line",
7889
+ "output_required": false,
7890
+ "required": false,
7891
+ "type": "string",
7892
+ "value_allowed_null": false
7893
+ },
7894
+ {
7895
+ "disabled": false,
7896
+ "document": "The alignment of the text box on the Line. Optional values: START, CENTER, END. Which can be empty.",
7897
+ "example": "START",
7898
+ "member": "string",
7899
+ "name": "LineAlignment",
7900
+ "output_required": false,
7901
+ "required": false,
7902
+ "type": "string",
7903
+ "value_allowed_null": false
7904
+ },
7905
+ {
7906
+ "disabled": false,
7907
+ "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.",
7908
+ "example": "AUTO",
7909
+ "member": "string",
7910
+ "name": "Position",
7911
+ "output_required": false,
7912
+ "required": false,
7913
+ "type": "string",
7914
+ "value_allowed_null": false
7915
+ },
7916
+ {
7917
+ "disabled": false,
7918
+ "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.",
7919
+ "example": "AUTO",
7920
+ "member": "string",
7921
+ "name": "PositionAlignment",
7922
+ "output_required": false,
7923
+ "required": false,
7924
+ "type": "string",
7925
+ "value_allowed_null": false
7926
+ },
7927
+ {
7928
+ "disabled": false,
7929
+ "document": "Text box size, a percentage of video width/height, with values (0, 100), default AUTO, can be empty.",
7930
+ "example": "AUTO",
7931
+ "member": "string",
7932
+ "name": "CueSize",
7933
+ "output_required": false,
7934
+ "required": false,
7935
+ "type": "string",
7936
+ "value_allowed_null": false
7937
+ },
7938
+ {
7939
+ "disabled": false,
7940
+ "document": "Text alignment, with possible values START, CENTER, END, LEFT, and RIGHT; the default value is CENTER, which can be empty.",
7941
+ "example": "CENTER",
7942
+ "member": "string",
7943
+ "name": "TextAlignment",
7944
+ "output_required": false,
7945
+ "required": false,
7946
+ "type": "string",
7947
+ "value_allowed_null": false
7948
+ }
7949
+ ],
7950
+ "usage": "both"
7184
7951
  }
7185
7952
  },
7186
7953
  "version": "1.0"