tccli-intl-en 3.0.1168.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.
- tccli/__init__.py +1 -1
- tccli/argument.py +1 -1
- tccli/plugins/sso/__init__.py +14 -0
- tccli/plugins/sso/login.py +23 -6
- tccli/plugins/sso/texts.py +4 -0
- tccli/services/__init__.py +49 -2
- tccli/services/advisor/advisor_client.py +10 -4
- tccli/services/ai3d/__init__.py +4 -0
- tccli/services/ai3d/ai3d_client.py +266 -0
- tccli/services/ai3d/v20250513/api.json +264 -0
- tccli/services/ai3d/v20250513/examples.json +20 -0
- tccli/services/aiart/aiart_client.py +5 -2
- tccli/services/ams/ams_client.py +20 -8
- tccli/services/antiddos/antiddos_client.py +350 -140
- tccli/services/apigateway/apigateway_client.py +465 -186
- tccli/services/apm/apm_client.py +835 -68
- tccli/services/apm/v20210622/api.json +3936 -1145
- tccli/services/apm/v20210622/examples.json +133 -23
- tccli/services/asr/asr_client.py +10 -4
- tccli/services/autoscaling/autoscaling_client.py +341 -114
- tccli/services/autoscaling/v20180419/api.json +514 -333
- tccli/services/autoscaling/v20180419/examples.json +46 -38
- tccli/services/batch/batch_client.py +140 -56
- tccli/services/bi/__init__.py +4 -0
- tccli/services/bi/bi_client.py +1498 -0
- tccli/services/bi/v20220105/api.json +5769 -0
- tccli/services/bi/v20220105/examples.json +215 -0
- tccli/services/billing/billing_client.py +1055 -134
- tccli/services/billing/v20180709/api.json +1654 -243
- tccli/services/billing/v20180709/examples.json +169 -25
- tccli/services/cam/cam_client.py +405 -162
- tccli/services/captcha/captcha_client.py +5 -2
- tccli/services/captcha/v20190722/api.json +16 -6
- tccli/services/captcha/v20190722/examples.json +3 -3
- tccli/services/car/car_client.py +165 -66
- tccli/services/cbs/cbs_client.py +190 -76
- tccli/services/ccc/ccc_client.py +1167 -268
- tccli/services/ccc/v20200210/api.json +2263 -202
- tccli/services/ccc/v20200210/examples.json +116 -12
- tccli/services/cdb/cdb_client.py +665 -266
- tccli/services/cdb/v20170320/api.json +426 -173
- tccli/services/cdb/v20170320/examples.json +6 -6
- tccli/services/cdc/cdc_client.py +100 -40
- tccli/services/cdc/v20201214/api.json +2 -2
- tccli/services/cdc/v20201214/examples.json +4 -4
- tccli/services/cdn/cdn_client.py +220 -88
- tccli/services/cdwdoris/cdwdoris_client.py +385 -154
- tccli/services/cdwpg/cdwpg_client.py +120 -48
- tccli/services/cdz/__init__.py +4 -0
- tccli/services/cdz/cdz_client.py +210 -0
- tccli/services/cdz/v20221123/api.json +233 -0
- tccli/services/cdz/v20221123/examples.json +12 -0
- tccli/services/cfg/cfg_client.py +80 -32
- tccli/services/cfg/v20210820/api.json +30 -10
- tccli/services/cfg/v20210820/examples.json +1 -1
- tccli/services/cfs/cfs_client.py +195 -78
- tccli/services/cfw/cfw_client.py +330 -132
- tccli/services/chdfs/chdfs_client.py +145 -58
- tccli/services/ciam/ciam_client.py +80 -32
- tccli/services/ckafka/ckafka_client.py +1033 -255
- tccli/services/ckafka/v20190819/api.json +3378 -1681
- tccli/services/ckafka/v20190819/examples.json +254 -160
- tccli/services/clb/clb_client.py +1054 -469
- tccli/services/clb/v20180317/api.json +2307 -1024
- tccli/services/clb/v20180317/examples.json +186 -126
- tccli/services/cloudaudit/cloudaudit_client.py +90 -36
- tccli/services/cls/cls_client.py +434 -173
- tccli/services/cmq/cmq_client.py +14 -803
- tccli/services/cmq/v20190304/api.json +173 -1367
- tccli/services/cmq/v20190304/examples.json +0 -120
- tccli/services/config/config_client.py +30 -12
- tccli/services/controlcenter/controlcenter_client.py +229 -2
- tccli/services/controlcenter/v20230110/api.json +528 -5
- tccli/services/controlcenter/v20230110/examples.json +32 -0
- tccli/services/csip/csip_client.py +339 -78
- tccli/services/csip/v20221121/api.json +1011 -38
- tccli/services/csip/v20221121/examples.json +24 -0
- tccli/services/ctsdb/__init__.py +4 -0
- tccli/services/ctsdb/ctsdb_client.py +266 -0
- tccli/services/ctsdb/v20230202/api.json +677 -0
- tccli/services/ctsdb/v20230202/examples.json +20 -0
- tccli/services/cvm/cvm_client.py +706 -189
- tccli/services/cvm/v20170312/api.json +1141 -510
- tccli/services/cvm/v20170312/examples.json +174 -128
- tccli/services/cwp/cwp_client.py +2325 -930
- tccli/services/cynosdb/cynosdb_client.py +3051 -575
- tccli/services/cynosdb/v20190107/api.json +14074 -7139
- tccli/services/cynosdb/v20190107/examples.json +597 -287
- tccli/services/dataintegration/dataintegration_client.py +5 -2
- tccli/services/dayu/dayu_client.py +515 -206
- tccli/services/dbbrain/dbbrain_client.py +210 -84
- tccli/services/dc/dc_client.py +90 -36
- tccli/services/dcdb/dcdb_client.py +310 -124
- tccli/services/dlc/dlc_client.py +859 -214
- tccli/services/dlc/v20210125/api.json +637 -13
- tccli/services/dlc/v20210125/examples.json +48 -0
- tccli/services/dms/dms_client.py +10 -4
- tccli/services/dnspod/dnspod_client.py +390 -111
- tccli/services/dnspod/v20210323/api.json +196 -0
- tccli/services/dnspod/v20210323/examples.json +24 -0
- tccli/services/domain/domain_client.py +120 -48
- tccli/services/dts/dts_client.py +415 -166
- tccli/services/eb/eb_client.py +130 -52
- tccli/services/ecdn/ecdn_client.py +75 -30
- tccli/services/ecm/ecm_client.py +620 -248
- tccli/services/eiam/eiam_client.py +200 -80
- tccli/services/emr/emr_client.py +3104 -117
- tccli/services/emr/v20190103/api.json +15311 -4361
- tccli/services/emr/v20190103/examples.json +452 -42
- tccli/services/es/es_client.py +105 -42
- tccli/services/facefusion/facefusion_client.py +15 -6
- tccli/services/faceid/faceid_client.py +95 -38
- tccli/services/faceid/v20180301/api.json +172 -45
- tccli/services/faceid/v20180301/examples.json +3 -3
- tccli/services/gaap/gaap_client.py +440 -176
- tccli/services/gme/gme_client.py +50 -20
- tccli/services/gpm/gpm_client.py +90 -36
- tccli/services/gse/gse_client.py +110 -44
- tccli/services/gwlb/gwlb_client.py +90 -36
- tccli/services/hunyuan/__init__.py +4 -0
- tccli/services/hunyuan/hunyuan_client.py +266 -0
- tccli/services/hunyuan/v20230901/api.json +270 -0
- tccli/services/hunyuan/v20230901/examples.json +20 -0
- tccli/services/iai/iai_client.py +145 -58
- tccli/services/iai/v20200303/api.json +187 -51
- tccli/services/iai/v20200303/examples.json +30 -12
- tccli/services/iap/iap_client.py +30 -12
- tccli/services/ims/ims_client.py +5 -2
- tccli/services/ims/v20201229/api.json +133 -141
- tccli/services/ims/v20201229/examples.json +3 -3
- tccli/services/intlpartnersmgt/intlpartnersmgt_client.py +516 -72
- tccli/services/intlpartnersmgt/v20220928/api.json +976 -60
- tccli/services/intlpartnersmgt/v20220928/examples.json +50 -2
- tccli/services/iotcloud/iotcloud_client.py +100 -40
- tccli/services/iotcloud/v20210408/api.json +216 -107
- tccli/services/iotcloud/v20210408/examples.json +9 -9
- tccli/services/ip/ip_client.py +30 -12
- tccli/services/kms/kms_client.py +1226 -227
- tccli/services/kms/v20190118/api.json +1562 -144
- tccli/services/kms/v20190118/examples.json +204 -78
- tccli/services/lcic/lcic_client.py +265 -106
- tccli/services/lighthouse/lighthouse_client.py +370 -148
- tccli/services/lighthouse/v20200324/api.json +14 -14
- tccli/services/lighthouse/v20200324/examples.json +5 -5
- tccli/services/live/live_client.py +804 -232
- tccli/services/live/v20180801/api.json +272 -0
- tccli/services/live/v20180801/examples.json +32 -0
- tccli/services/lke/__init__.py +4 -0
- tccli/services/lke/lke_client.py +5194 -0
- tccli/services/lke/v20231130/api.json +14803 -0
- tccli/services/lke/v20231130/examples.json +736 -0
- tccli/services/lkeap/__init__.py +4 -0
- tccli/services/lkeap/lkeap_client.py +602 -0
- tccli/services/lkeap/v20240522/api.json +953 -0
- tccli/services/lkeap/v20240522/examples.json +92 -0
- tccli/services/mariadb/mariadb_client.py +250 -100
- tccli/services/mdc/mdc_client.py +90 -36
- tccli/services/mdl/mdl_client.py +402 -82
- tccli/services/mdl/v20200326/api.json +1144 -58
- tccli/services/mdl/v20200326/examples.json +48 -16
- tccli/services/mdp/mdp_client.py +785 -122
- tccli/services/mdp/v20200527/api.json +1168 -44
- tccli/services/mdp/v20200527/examples.json +151 -79
- tccli/services/message/__init__.py +4 -0
- tccli/services/message/message_client.py +210 -0
- tccli/services/message/v20181225/api.json +72 -0
- tccli/services/message/v20181225/examples.json +13 -0
- tccli/services/mongodb/mongodb_client.py +1452 -136
- tccli/services/mongodb/v20190725/api.json +4393 -1462
- tccli/services/mongodb/v20190725/examples.json +265 -71
- tccli/services/monitor/monitor_client.py +1008 -296
- tccli/services/monitor/v20180724/api.json +660 -11
- tccli/services/monitor/v20180724/examples.json +152 -4
- tccli/services/mps/mps_client.py +1573 -354
- tccli/services/mps/v20190612/api.json +12394 -7243
- tccli/services/mps/v20190612/examples.json +244 -84
- tccli/services/msp/msp_client.py +35 -14
- tccli/services/ocr/ocr_client.py +596 -102
- tccli/services/ocr/v20181119/api.json +2271 -181
- tccli/services/ocr/v20181119/examples.json +70 -8
- tccli/services/omics/omics_client.py +100 -40
- tccli/services/organization/organization_client.py +580 -232
- tccli/services/postgres/postgres_client.py +455 -182
- tccli/services/postgres/v20170312/api.json +134 -109
- tccli/services/postgres/v20170312/examples.json +14 -14
- tccli/services/privatedns/privatedns_client.py +206 -60
- tccli/services/privatedns/v20201028/api.json +179 -0
- tccli/services/privatedns/v20201028/examples.json +8 -0
- tccli/services/pts/pts_client.py +240 -96
- tccli/services/quota/__init__.py +4 -0
- tccli/services/quota/quota_client.py +434 -0
- tccli/services/quota/v20241204/api.json +548 -0
- tccli/services/quota/v20241204/examples.json +51 -0
- tccli/services/rce/rce_client.py +5 -2
- tccli/services/redis/redis_client.py +698 -212
- tccli/services/redis/v20180412/api.json +968 -563
- tccli/services/redis/v20180412/examples.json +98 -56
- tccli/services/region/__init__.py +4 -0
- tccli/services/region/region_client.py +322 -0
- tccli/services/region/v20220627/api.json +399 -0
- tccli/services/region/v20220627/examples.json +29 -0
- tccli/services/rum/rum_client.py +300 -120
- tccli/services/scf/scf_client.py +210 -84
- tccli/services/ses/ses_client.py +368 -69
- tccli/services/ses/v20201002/api.json +240 -0
- tccli/services/ses/v20201002/examples.json +32 -0
- tccli/services/smh/__init__.py +4 -0
- tccli/services/smh/smh_client.py +714 -0
- tccli/services/smh/v20210712/api.json +1287 -0
- tccli/services/smh/v20210712/examples.json +85 -0
- tccli/services/sms/sms_client.py +90 -36
- tccli/services/sqlserver/sqlserver_client.py +3855 -470
- tccli/services/sqlserver/v20180328/api.json +9757 -3347
- tccli/services/sqlserver/v20180328/examples.json +480 -20
- tccli/services/ssl/ssl_client.py +504 -72
- tccli/services/ssl/v20191205/api.json +789 -21
- tccli/services/ssl/v20191205/examples.json +54 -0
- tccli/services/ssm/ssm_client.py +120 -48
- tccli/services/sts/sts_client.py +25 -10
- tccli/services/tag/tag_client.py +150 -60
- tccli/services/tat/tat_client.py +95 -38
- tccli/services/tbaas/__init__.py +4 -0
- tccli/services/tbaas/tbaas_client.py +378 -0
- tccli/services/tbaas/v20180416/api.json +551 -0
- tccli/services/tbaas/v20180416/examples.json +37 -0
- tccli/services/tcaplusdb/tcaplusdb_client.py +260 -104
- tccli/services/tcaplusdb/v20190823/api.json +836 -760
- tccli/services/tcaplusdb/v20190823/examples.json +3 -3
- tccli/services/tchd/tchd_client.py +5 -2
- tccli/services/tcmpp/tcmpp_client.py +520 -208
- tccli/services/tcr/tcr_client.py +380 -152
- tccli/services/tcsas/tcsas_client.py +295 -118
- tccli/services/tcsas/v20250106/api.json +155 -79
- tccli/services/tcsas/v20250106/examples.json +3 -3
- tccli/services/tcss/tcss_client.py +1650 -660
- tccli/services/tdid/tdid_client.py +240 -96
- tccli/services/tdmq/tdmq_client.py +2876 -466
- tccli/services/tdmq/v20200217/api.json +11607 -3958
- tccli/services/tdmq/v20200217/examples.json +562 -264
- tccli/services/tem/tem_client.py +280 -112
- tccli/services/teo/teo_client.py +4507 -966
- tccli/services/teo/v20220901/api.json +7341 -1405
- tccli/services/teo/v20220901/examples.json +679 -99
- tccli/services/tione/__init__.py +4 -0
- tccli/services/tione/tione_client.py +210 -0
- tccli/services/tione/v20211111/api.json +3074 -0
- tccli/services/tione/v20211111/examples.json +12 -0
- tccli/services/tiw/tiw_client.py +255 -102
- tccli/services/tke/tke_client.py +741 -274
- tccli/services/tke/v20180525/api.json +132 -7
- tccli/services/tke/v20180525/examples.json +42 -16
- tccli/services/tms/tms_client.py +5 -2
- tccli/services/tms/v20201229/api.json +91 -100
- tccli/services/tmt/tmt_client.py +5 -2
- tccli/services/trabbit/__init__.py +4 -0
- tccli/services/trabbit/trabbit_client.py +1778 -0
- tccli/services/trabbit/v20230418/api.json +4772 -0
- tccli/services/trabbit/v20230418/examples.json +237 -0
- tccli/services/trocket/__init__.py +4 -0
- tccli/services/trocket/trocket_client.py +2450 -0
- tccli/services/trocket/v20230308/api.json +6062 -0
- tccli/services/trocket/v20230308/examples.json +339 -0
- tccli/services/trro/trro_client.py +95 -38
- tccli/services/trtc/trtc_client.py +928 -192
- tccli/services/trtc/v20190722/api.json +1810 -256
- tccli/services/trtc/v20190722/examples.json +100 -6
- tccli/services/tts/tts_client.py +5 -2
- tccli/services/vclm/vclm_client.py +10 -4
- tccli/services/vm/v20210922/api.json +61 -30
- tccli/services/vm/v20210922/examples.json +0 -12
- tccli/services/vm/vm_client.py +20 -8
- tccli/services/vod/v20180717/api.json +332 -52
- tccli/services/vod/v20180717/examples.json +9 -1
- tccli/services/vod/v20240718/api.json +1105 -0
- tccli/services/vod/v20240718/examples.json +97 -0
- tccli/services/vod/vod_client.py +1316 -350
- tccli/services/vpc/v20170312/api.json +1166 -106
- tccli/services/vpc/v20170312/examples.json +197 -23
- tccli/services/vpc/vpc_client.py +2413 -739
- tccli/services/waf/v20180125/api.json +1372 -194
- tccli/services/waf/v20180125/examples.json +89 -1
- tccli/services/waf/waf_client.py +1149 -245
- tccli/services/wedata/v20210820/api.json +1577 -231
- tccli/services/wedata/v20210820/examples.json +74 -12
- tccli/services/wedata/v20250806/api.json +13644 -0
- tccli/services/wedata/v20250806/examples.json +621 -0
- tccli/services/wedata/wedata_client.py +6366 -1191
- tccli/services/yunjing/yunjing_client.py +355 -142
- {tccli_intl_en-3.0.1168.1.dist-info → tccli_intl_en-3.1.16.1.dist-info}/METADATA +4 -7
- {tccli_intl_en-3.0.1168.1.dist-info → tccli_intl_en-3.1.16.1.dist-info}/RECORD +294 -230
- {tccli_intl_en-3.0.1168.1.dist-info → tccli_intl_en-3.1.16.1.dist-info}/WHEEL +1 -1
- {tccli_intl_en-3.0.1168.1.dist-info → tccli_intl_en-3.1.16.1.dist-info}/entry_points.txt +0 -1
- {tccli_intl_en-3.0.1168.1.dist-info → tccli_intl_en-3.1.16.1.dist-info}/LICENSE +0 -0
- {tccli_intl_en-3.0.1168.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,27 @@
|
|
|
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
|
+
},
|
|
199
|
+
"GetAbWatermarkPlayUrl": {
|
|
200
|
+
"document": "Get AB watermark play url.",
|
|
201
|
+
"input": "GetAbWatermarkPlayUrlRequest",
|
|
202
|
+
"name": "Get AB watermark play url.",
|
|
203
|
+
"output": "GetAbWatermarkPlayUrlResponse",
|
|
204
|
+
"status": "online"
|
|
205
|
+
},
|
|
178
206
|
"ModifyStreamLiveChannel": {
|
|
179
207
|
"document": "This API is used to modify a StreamLive channel.",
|
|
180
208
|
"input": "ModifyStreamLiveChannelRequest",
|
|
@@ -622,6 +650,176 @@
|
|
|
622
650
|
],
|
|
623
651
|
"usage": "both"
|
|
624
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
|
+
},
|
|
625
823
|
"AdditionalRateSetting": {
|
|
626
824
|
"document": "additional bit rate configuration.",
|
|
627
825
|
"members": [
|
|
@@ -1024,7 +1222,7 @@
|
|
|
1024
1222
|
},
|
|
1025
1223
|
{
|
|
1026
1224
|
"disabled": false,
|
|
1027
|
-
"document": "Audio language code,
|
|
1225
|
+
"document": "Audio language code, which length is between 2 and 20.",
|
|
1028
1226
|
"example": "eng",
|
|
1029
1227
|
"member": "string",
|
|
1030
1228
|
"name": "LanguageCode",
|
|
@@ -1065,6 +1263,17 @@
|
|
|
1065
1263
|
"required": false,
|
|
1066
1264
|
"type": "object",
|
|
1067
1265
|
"value_allowed_null": false
|
|
1266
|
+
},
|
|
1267
|
+
{
|
|
1268
|
+
"disabled": false,
|
|
1269
|
+
"document": "Audio language description, which maximum length is 100.",
|
|
1270
|
+
"example": "eng",
|
|
1271
|
+
"member": "string",
|
|
1272
|
+
"name": "LanguageDescription",
|
|
1273
|
+
"output_required": true,
|
|
1274
|
+
"required": false,
|
|
1275
|
+
"type": "string",
|
|
1276
|
+
"value_allowed_null": false
|
|
1068
1277
|
}
|
|
1069
1278
|
],
|
|
1070
1279
|
"usage": "both"
|
|
@@ -1186,22 +1395,42 @@
|
|
|
1186
1395
|
{
|
|
1187
1396
|
"disabled": false,
|
|
1188
1397
|
"document": "Alarm details of pipeline 0 under this channel.",
|
|
1189
|
-
"example": "",
|
|
1398
|
+
"example": "无",
|
|
1190
1399
|
"member": "ChannelPipelineAlerts",
|
|
1191
1400
|
"name": "Pipeline0",
|
|
1192
|
-
"
|
|
1401
|
+
"output_required": true,
|
|
1193
1402
|
"type": "list",
|
|
1194
1403
|
"value_allowed_null": false
|
|
1195
1404
|
},
|
|
1196
1405
|
{
|
|
1197
1406
|
"disabled": false,
|
|
1198
1407
|
"document": "Alarm details of pipeline 1 under this channel.",
|
|
1199
|
-
"example": "",
|
|
1408
|
+
"example": "无",
|
|
1200
1409
|
"member": "ChannelPipelineAlerts",
|
|
1201
1410
|
"name": "Pipeline1",
|
|
1202
|
-
"
|
|
1411
|
+
"output_required": true,
|
|
1203
1412
|
"type": "list",
|
|
1204
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
|
|
1205
1434
|
}
|
|
1206
1435
|
],
|
|
1207
1436
|
"usage": "out"
|
|
@@ -1528,7 +1757,7 @@
|
|
|
1528
1757
|
},
|
|
1529
1758
|
{
|
|
1530
1759
|
"disabled": false,
|
|
1531
|
-
"document": "Subtitle template configuration
|
|
1760
|
+
"document": "Subtitle template configuration.",
|
|
1532
1761
|
"example": "无",
|
|
1533
1762
|
"member": "SubtitleConf",
|
|
1534
1763
|
"name": "CaptionTemplates",
|
|
@@ -1597,6 +1826,15 @@
|
|
|
1597
1826
|
"name": "FrameCaptureTemplates",
|
|
1598
1827
|
"required": false,
|
|
1599
1828
|
"type": "list"
|
|
1829
|
+
},
|
|
1830
|
+
{
|
|
1831
|
+
"disabled": false,
|
|
1832
|
+
"document": "General settings.",
|
|
1833
|
+
"example": "无",
|
|
1834
|
+
"member": "GeneralSetting",
|
|
1835
|
+
"name": "GeneralSettings",
|
|
1836
|
+
"required": false,
|
|
1837
|
+
"type": "object"
|
|
1600
1838
|
}
|
|
1601
1839
|
],
|
|
1602
1840
|
"type": "object"
|
|
@@ -1639,7 +1877,7 @@
|
|
|
1639
1877
|
{
|
|
1640
1878
|
"disabled": false,
|
|
1641
1879
|
"document": "Input name, which can contain 1-32 case-sensitive letters, digits, and underscores and must be unique at the region level",
|
|
1642
|
-
"example": "
|
|
1880
|
+
"example": "input_test",
|
|
1643
1881
|
"member": "string",
|
|
1644
1882
|
"name": "Name",
|
|
1645
1883
|
"required": true,
|
|
@@ -1657,7 +1895,7 @@
|
|
|
1657
1895
|
{
|
|
1658
1896
|
"disabled": false,
|
|
1659
1897
|
"document": "ID of the input security group to attach\nYou can attach only one security group to an input.",
|
|
1660
|
-
"example": "[\"
|
|
1898
|
+
"example": "[\"636CA1B600007342FA8D\"]",
|
|
1661
1899
|
"member": "string",
|
|
1662
1900
|
"name": "SecurityGroupIds",
|
|
1663
1901
|
"required": false,
|
|
@@ -1817,6 +2055,15 @@
|
|
|
1817
2055
|
"name": "TextSettings",
|
|
1818
2056
|
"required": false,
|
|
1819
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"
|
|
1820
2067
|
}
|
|
1821
2068
|
],
|
|
1822
2069
|
"type": "object"
|
|
@@ -1909,6 +2156,70 @@
|
|
|
1909
2156
|
],
|
|
1910
2157
|
"usage": "in"
|
|
1911
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
|
+
},
|
|
1912
2223
|
"DashRemuxSettingsInfo": {
|
|
1913
2224
|
"document": "DASH configuration information.",
|
|
1914
2225
|
"members": [
|
|
@@ -2225,7 +2536,7 @@
|
|
|
2225
2536
|
"members": [
|
|
2226
2537
|
{
|
|
2227
2538
|
"disabled": false,
|
|
2228
|
-
"document": "Alarm information of the channel
|
|
2539
|
+
"document": "Alarm information of the channel's two pipelines",
|
|
2229
2540
|
"example": "无",
|
|
2230
2541
|
"member": "ChannelAlertInfos",
|
|
2231
2542
|
"name": "Infos",
|
|
@@ -2412,7 +2723,7 @@
|
|
|
2412
2723
|
"example": "无",
|
|
2413
2724
|
"member": "ChannelOutputsStatistics",
|
|
2414
2725
|
"name": "Infos",
|
|
2415
|
-
"
|
|
2726
|
+
"output_required": true,
|
|
2416
2727
|
"type": "list",
|
|
2417
2728
|
"value_allowed_null": false
|
|
2418
2729
|
},
|
|
@@ -3020,23 +3331,134 @@
|
|
|
3020
3331
|
],
|
|
3021
3332
|
"usage": "out"
|
|
3022
3333
|
},
|
|
3023
|
-
"
|
|
3024
|
-
"document": "
|
|
3334
|
+
"DescribeWatermarkDetectionRequest": {
|
|
3335
|
+
"document": "DescribeWatermarkDetection request structure.",
|
|
3025
3336
|
"members": [
|
|
3026
3337
|
{
|
|
3027
3338
|
"disabled": false,
|
|
3028
|
-
"document": "
|
|
3029
|
-
"example": "
|
|
3339
|
+
"document": "Task Id",
|
|
3340
|
+
"example": "69310B251D3EC914C024",
|
|
3030
3341
|
"member": "string",
|
|
3031
|
-
"name": "
|
|
3032
|
-
"
|
|
3033
|
-
"type": "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",
|
|
3034
3360
|
"value_allowed_null": false
|
|
3035
3361
|
},
|
|
3036
3362
|
{
|
|
3037
|
-
"
|
|
3038
|
-
"
|
|
3039
|
-
"
|
|
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
|
+
},
|
|
3445
|
+
"DescribeWatermarkInfo": {
|
|
3446
|
+
"document": "Watermark information",
|
|
3447
|
+
"members": [
|
|
3448
|
+
{
|
|
3449
|
+
"disabled": false,
|
|
3450
|
+
"document": "Watermark ID",
|
|
3451
|
+
"example": "AB342ED131CE",
|
|
3452
|
+
"member": "string",
|
|
3453
|
+
"name": "Id",
|
|
3454
|
+
"output_required": true,
|
|
3455
|
+
"type": "string",
|
|
3456
|
+
"value_allowed_null": false
|
|
3457
|
+
},
|
|
3458
|
+
{
|
|
3459
|
+
"disabled": false,
|
|
3460
|
+
"document": "Watermark name",
|
|
3461
|
+
"example": "watermark",
|
|
3040
3462
|
"member": "string",
|
|
3041
3463
|
"name": "Name",
|
|
3042
3464
|
"output_required": true,
|
|
@@ -3321,6 +3743,7 @@
|
|
|
3321
3743
|
"example": "无",
|
|
3322
3744
|
"member": "PushEventSetting",
|
|
3323
3745
|
"name": "PushEventSettings",
|
|
3746
|
+
"output_required": true,
|
|
3324
3747
|
"required": false,
|
|
3325
3748
|
"type": "object",
|
|
3326
3749
|
"value_allowed_null": false
|
|
@@ -3366,7 +3789,7 @@
|
|
|
3366
3789
|
"members": [
|
|
3367
3790
|
{
|
|
3368
3791
|
"disabled": false,
|
|
3369
|
-
"document": "Valid values: `INPUT_SWITCH`, `TIMED_RECORD`, SCTE35_TIME_SIGNAL
|
|
3792
|
+
"document": "Valid values: `INPUT_SWITCH`, `TIMED_RECORD`, `SCTE35_TIME_SIGNAL`, `SCTE35_SPLICE_INSERT`, `SCTE35_RETURN_TO_NETWORK`,`TIMED_METADATA `,`STATIC_IMAGE_ACTIVATE `,`STATIC_IMAGE_DEACTIVATE `. If it is not specified, `INPUT_SWITCH` will be used.",
|
|
3370
3793
|
"example": "INPUT_SWITCH",
|
|
3371
3794
|
"member": "string",
|
|
3372
3795
|
"name": "EventType",
|
|
@@ -3376,12 +3799,21 @@
|
|
|
3376
3799
|
{
|
|
3377
3800
|
"disabled": false,
|
|
3378
3801
|
"document": "ID of the input to attach, which is required if `EventType` is `INPUT_SWITCH`",
|
|
3379
|
-
"example": "
|
|
3802
|
+
"example": "68B3B564XXXXXXABF628",
|
|
3380
3803
|
"member": "string",
|
|
3381
3804
|
"name": "InputAttachment",
|
|
3382
3805
|
"required": false,
|
|
3383
3806
|
"type": "string"
|
|
3384
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
|
+
},
|
|
3385
3817
|
{
|
|
3386
3818
|
"disabled": false,
|
|
3387
3819
|
"document": "Name of the output group to attach. This parameter is required if `EventType` is `TIMED_RECORD`.",
|
|
@@ -3444,6 +3876,33 @@
|
|
|
3444
3876
|
"name": "TimedMetadataSetting",
|
|
3445
3877
|
"required": false,
|
|
3446
3878
|
"type": "object"
|
|
3879
|
+
},
|
|
3880
|
+
{
|
|
3881
|
+
"disabled": false,
|
|
3882
|
+
"document": "Static image activate setting.",
|
|
3883
|
+
"example": "无",
|
|
3884
|
+
"member": "StaticImageActivateSetting",
|
|
3885
|
+
"name": "StaticImageActivateSetting",
|
|
3886
|
+
"required": false,
|
|
3887
|
+
"type": "object"
|
|
3888
|
+
},
|
|
3889
|
+
{
|
|
3890
|
+
"disabled": false,
|
|
3891
|
+
"document": "Static image deactivate setting.",
|
|
3892
|
+
"example": "无",
|
|
3893
|
+
"member": "StaticImageDeactivateSetting",
|
|
3894
|
+
"name": "StaticImageDeactivateSetting",
|
|
3895
|
+
"required": false,
|
|
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"
|
|
3447
3906
|
}
|
|
3448
3907
|
],
|
|
3449
3908
|
"usage": "in"
|
|
@@ -3453,7 +3912,7 @@
|
|
|
3453
3912
|
"members": [
|
|
3454
3913
|
{
|
|
3455
3914
|
"disabled": false,
|
|
3456
|
-
"document": "Valid values: INPUT_SWITCH
|
|
3915
|
+
"document": "Valid values: `INPUT_SWITCH`, `TIMED_RECORD`, `SCTE35_TIME_SIGNAL`, `SCTE35_SPLICE_INSERT`, `SCTE35_RETURN_TO_NETWORK`, `STATIC_IMAGE_ACTIVATE`, `STATIC_IMAGE_DEACTIVATE`.",
|
|
3457
3916
|
"example": "INPUT_SWITCH",
|
|
3458
3917
|
"member": "string",
|
|
3459
3918
|
"name": "EventType",
|
|
@@ -3465,7 +3924,7 @@
|
|
|
3465
3924
|
{
|
|
3466
3925
|
"disabled": false,
|
|
3467
3926
|
"document": "ID of the input attached, which is not empty if `EventType` is `INPUT_SWITCH`",
|
|
3468
|
-
"example": "
|
|
3927
|
+
"example": "DCF638XXX",
|
|
3469
3928
|
"member": "string",
|
|
3470
3929
|
"name": "InputAttachment",
|
|
3471
3930
|
"output_required": true,
|
|
@@ -3473,6 +3932,17 @@
|
|
|
3473
3932
|
"type": "string",
|
|
3474
3933
|
"value_allowed_null": false
|
|
3475
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
|
+
},
|
|
3476
3946
|
{
|
|
3477
3947
|
"disabled": false,
|
|
3478
3948
|
"document": "Name of the output group attached. This parameter is not empty if `EventType` is `TIMED_RECORD`.",
|
|
@@ -3549,6 +4019,39 @@
|
|
|
3549
4019
|
"required": false,
|
|
3550
4020
|
"type": "object",
|
|
3551
4021
|
"value_allowed_null": false
|
|
4022
|
+
},
|
|
4023
|
+
{
|
|
4024
|
+
"disabled": false,
|
|
4025
|
+
"document": "Static image activate setting.",
|
|
4026
|
+
"example": "无",
|
|
4027
|
+
"member": "StaticImageActivateSetting",
|
|
4028
|
+
"name": "StaticImageActivateSetting",
|
|
4029
|
+
"output_required": false,
|
|
4030
|
+
"required": false,
|
|
4031
|
+
"type": "object",
|
|
4032
|
+
"value_allowed_null": false
|
|
4033
|
+
},
|
|
4034
|
+
{
|
|
4035
|
+
"disabled": false,
|
|
4036
|
+
"document": "Static image deactivate setting.",
|
|
4037
|
+
"example": "无",
|
|
4038
|
+
"member": "StaticImageDeactivateSetting",
|
|
4039
|
+
"name": "StaticImageDeactivateSetting",
|
|
4040
|
+
"output_required": false,
|
|
4041
|
+
"required": false,
|
|
4042
|
+
"type": "object",
|
|
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
|
|
3552
4055
|
}
|
|
3553
4056
|
],
|
|
3554
4057
|
"usage": "both"
|
|
@@ -3675,6 +4178,100 @@
|
|
|
3675
4178
|
],
|
|
3676
4179
|
"usage": "both"
|
|
3677
4180
|
},
|
|
4181
|
+
"GeneralSetting": {
|
|
4182
|
+
"document": "General setting.",
|
|
4183
|
+
"members": [
|
|
4184
|
+
{
|
|
4185
|
+
"disabled": false,
|
|
4186
|
+
"document": "Static graphic overlay configuration.",
|
|
4187
|
+
"example": "无",
|
|
4188
|
+
"member": "StaticImageSettings",
|
|
4189
|
+
"name": "StaticImageSettings",
|
|
4190
|
+
"output_required": false,
|
|
4191
|
+
"required": false,
|
|
4192
|
+
"type": "object",
|
|
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
|
|
4216
|
+
}
|
|
4217
|
+
],
|
|
4218
|
+
"usage": "both"
|
|
4219
|
+
},
|
|
4220
|
+
"GetAbWatermarkPlayUrlRequest": {
|
|
4221
|
+
"document": "GetAbWatermarkPlayUrl request structure.",
|
|
4222
|
+
"members": [
|
|
4223
|
+
{
|
|
4224
|
+
"disabled": false,
|
|
4225
|
+
"document": "Client UUID, 32-bit unsigned integer, [0, 4294967295].",
|
|
4226
|
+
"example": "1",
|
|
4227
|
+
"member": "uint64",
|
|
4228
|
+
"name": "Uuid",
|
|
4229
|
+
"required": true,
|
|
4230
|
+
"type": "int"
|
|
4231
|
+
},
|
|
4232
|
+
{
|
|
4233
|
+
"disabled": false,
|
|
4234
|
+
"document": "Channel ID of Stream Package.",
|
|
4235
|
+
"example": "5E7818810943216A1234",
|
|
4236
|
+
"member": "string",
|
|
4237
|
+
"name": "StreamPackageChannelId",
|
|
4238
|
+
"required": true,
|
|
4239
|
+
"type": "string"
|
|
4240
|
+
},
|
|
4241
|
+
{
|
|
4242
|
+
"disabled": false,
|
|
4243
|
+
"document": "Original play URL.",
|
|
4244
|
+
"example": "https://demo.com/live/demo.m3u8",
|
|
4245
|
+
"member": "string",
|
|
4246
|
+
"name": "Url",
|
|
4247
|
+
"required": true,
|
|
4248
|
+
"type": "string"
|
|
4249
|
+
}
|
|
4250
|
+
],
|
|
4251
|
+
"type": "object"
|
|
4252
|
+
},
|
|
4253
|
+
"GetAbWatermarkPlayUrlResponse": {
|
|
4254
|
+
"document": "GetAbWatermarkPlayUrl response structure.",
|
|
4255
|
+
"members": [
|
|
4256
|
+
{
|
|
4257
|
+
"disabled": false,
|
|
4258
|
+
"document": "The play URL after adding token.",
|
|
4259
|
+
"example": "https://demo.com/wmt:{token}/live/demo.m3u8",
|
|
4260
|
+
"member": "string",
|
|
4261
|
+
"name": "Url",
|
|
4262
|
+
"output_required": false,
|
|
4263
|
+
"type": "string",
|
|
4264
|
+
"value_allowed_null": false
|
|
4265
|
+
},
|
|
4266
|
+
{
|
|
4267
|
+
"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.",
|
|
4268
|
+
"member": "string",
|
|
4269
|
+
"name": "RequestId",
|
|
4270
|
+
"type": "string"
|
|
4271
|
+
}
|
|
4272
|
+
],
|
|
4273
|
+
"type": "object"
|
|
4274
|
+
},
|
|
3678
4275
|
"HighlightInfo": {
|
|
3679
4276
|
"document": "Collection configuration.",
|
|
3680
4277
|
"members": [
|
|
@@ -3946,6 +4543,23 @@
|
|
|
3946
4543
|
],
|
|
3947
4544
|
"usage": "both"
|
|
3948
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
|
+
},
|
|
3949
4563
|
"InputInfo": {
|
|
3950
4564
|
"document": "Input information.",
|
|
3951
4565
|
"members": [
|
|
@@ -4125,11 +4739,11 @@
|
|
|
4125
4739
|
"usage": "out"
|
|
4126
4740
|
},
|
|
4127
4741
|
"InputSettingInfo": {
|
|
4128
|
-
"document": "The input settings.\nThe format of an RTMP_PUSH address is ${InputAddress}/${AppName}/${StreamName}.\nThe format of an SRT_PUSH address is ${InputAddress}?streamid=${StreamName},h=${InputDomain}.",
|
|
4742
|
+
"document": "The input settings.\nThe format of an RTMP_PUSH/RTMPS_PUSH address is ${InputAddress}/${AppName}/${StreamName}.\nThe format of an SRT_PUSH address is ${InputAddress}?streamid=${StreamName},h=${InputDomain}.",
|
|
4129
4743
|
"members": [
|
|
4130
4744
|
{
|
|
4131
4745
|
"disabled": false,
|
|
4132
|
-
"document": "Application name, which is valid if `Type` is `RTMP_PUSH` and can contain 1-32 letters and digits\nNote: This field may return `null`, indicating that no valid value was found.",
|
|
4746
|
+
"document": "Application name, which is valid if `Type` is `RTMP_PUSH` or `RTMPS_PUSH`, and can contain 1-32 letters and digits\nNote: This field may return `null`, indicating that no valid value was found.",
|
|
4133
4747
|
"example": "live",
|
|
4134
4748
|
"member": "string",
|
|
4135
4749
|
"name": "AppName",
|
|
@@ -4140,7 +4754,7 @@
|
|
|
4140
4754
|
},
|
|
4141
4755
|
{
|
|
4142
4756
|
"disabled": false,
|
|
4143
|
-
"document": "Stream name, which is valid if `Type` is `RTMP_PUSH` and can contain 1-32 letters and digits\nNote: This field may return `null`, indicating that no valid value was found.",
|
|
4757
|
+
"document": "Stream name, which is valid if `Type` is `RTMP_PUSH` or `RTMPS_PUSH`, and can contain 1-32 letters and digits\nNote: This field may return `null`, indicating that no valid value was found.",
|
|
4144
4758
|
"example": "streamid",
|
|
4145
4759
|
"member": "string",
|
|
4146
4760
|
"name": "StreamName",
|
|
@@ -4184,7 +4798,7 @@
|
|
|
4184
4798
|
},
|
|
4185
4799
|
{
|
|
4186
4800
|
"disabled": false,
|
|
4187
|
-
"document": "Delayed time (ms) for playback, which is valid if `Type` is `RTMP_PUSH
|
|
4801
|
+
"document": "Delayed time (ms) for playback, which is valid if `Type` is `RTMP_PUSH` or `RTMPS_PUSH`.\nValue range: 0 (default) or 10000-600000.\nThe value must be a multiple of 1,000.\nNote: This field may return `null`, indicating that no valid value was found.",
|
|
4188
4802
|
"example": "0",
|
|
4189
4803
|
"member": "int64",
|
|
4190
4804
|
"name": "DelayTime",
|
|
@@ -4466,7 +5080,7 @@
|
|
|
4466
5080
|
},
|
|
4467
5081
|
{
|
|
4468
5082
|
"disabled": false,
|
|
4469
|
-
"document": "Subtitle template configuration
|
|
5083
|
+
"document": "Subtitle template configuration.",
|
|
4470
5084
|
"example": "无",
|
|
4471
5085
|
"member": "SubtitleConf",
|
|
4472
5086
|
"name": "CaptionTemplates",
|
|
@@ -4535,6 +5149,15 @@
|
|
|
4535
5149
|
"name": "FrameCaptureTemplates",
|
|
4536
5150
|
"required": false,
|
|
4537
5151
|
"type": "list"
|
|
5152
|
+
},
|
|
5153
|
+
{
|
|
5154
|
+
"disabled": false,
|
|
5155
|
+
"document": "General settings.",
|
|
5156
|
+
"example": "无",
|
|
5157
|
+
"member": "GeneralSetting",
|
|
5158
|
+
"name": "GeneralSettings",
|
|
5159
|
+
"required": false,
|
|
5160
|
+
"type": "object"
|
|
4538
5161
|
}
|
|
4539
5162
|
],
|
|
4540
5163
|
"type": "object"
|
|
@@ -4698,6 +5321,15 @@
|
|
|
4698
5321
|
"name": "TextSettings",
|
|
4699
5322
|
"required": false,
|
|
4700
5323
|
"type": "object"
|
|
5324
|
+
},
|
|
5325
|
+
{
|
|
5326
|
+
"disabled": false,
|
|
5327
|
+
"document": "",
|
|
5328
|
+
"example": "无",
|
|
5329
|
+
"member": "AbWatermarkSettingsReq",
|
|
5330
|
+
"name": "AbWatermarkSettings",
|
|
5331
|
+
"required": false,
|
|
5332
|
+
"type": "object"
|
|
4701
5333
|
}
|
|
4702
5334
|
],
|
|
4703
5335
|
"type": "object"
|
|
@@ -4714,19 +5346,64 @@
|
|
|
4714
5346
|
],
|
|
4715
5347
|
"type": "object"
|
|
4716
5348
|
},
|
|
4717
|
-
"
|
|
4718
|
-
"document": "
|
|
5349
|
+
"MotionGraphicsActivateSetting": {
|
|
5350
|
+
"document": "",
|
|
4719
5351
|
"members": [
|
|
4720
5352
|
{
|
|
4721
5353
|
"disabled": false,
|
|
4722
|
-
"document": "
|
|
4723
|
-
"example": "
|
|
4724
|
-
"member": "
|
|
4725
|
-
"name": "
|
|
4726
|
-
"output_required":
|
|
4727
|
-
"required":
|
|
4728
|
-
"type": "
|
|
4729
|
-
"value_allowed_null":
|
|
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
|
+
},
|
|
5394
|
+
"OutputInfo": {
|
|
5395
|
+
"document": "Output information.",
|
|
5396
|
+
"members": [
|
|
5397
|
+
{
|
|
5398
|
+
"disabled": false,
|
|
5399
|
+
"document": "Output name.",
|
|
5400
|
+
"example": "name",
|
|
5401
|
+
"member": "string",
|
|
5402
|
+
"name": "Name",
|
|
5403
|
+
"output_required": true,
|
|
5404
|
+
"required": true,
|
|
5405
|
+
"type": "string",
|
|
5406
|
+
"value_allowed_null": false
|
|
4730
5407
|
},
|
|
4731
5408
|
{
|
|
4732
5409
|
"disabled": false,
|
|
@@ -5508,6 +6185,167 @@
|
|
|
5508
6185
|
],
|
|
5509
6186
|
"type": "object"
|
|
5510
6187
|
},
|
|
6188
|
+
"StaticImageActivateSetting": {
|
|
6189
|
+
"document": "Static image activate setting.",
|
|
6190
|
+
"members": [
|
|
6191
|
+
{
|
|
6192
|
+
"disabled": false,
|
|
6193
|
+
"document": "The address of the image to be inserted, starting with http or https and ending with .png .PNG .bmp .BMP .tga .TGA.",
|
|
6194
|
+
"example": "https://www.test.com/demo/test.png",
|
|
6195
|
+
"member": "string",
|
|
6196
|
+
"name": "ImageUrl",
|
|
6197
|
+
"output_required": false,
|
|
6198
|
+
"required": false,
|
|
6199
|
+
"type": "string",
|
|
6200
|
+
"value_allowed_null": false
|
|
6201
|
+
},
|
|
6202
|
+
{
|
|
6203
|
+
"disabled": false,
|
|
6204
|
+
"document": "The layer of the superimposed image, 0-7; the default value is 0, and a higher layer means it is on the top.",
|
|
6205
|
+
"example": "0",
|
|
6206
|
+
"member": "int64",
|
|
6207
|
+
"name": "Layer",
|
|
6208
|
+
"output_required": false,
|
|
6209
|
+
"required": false,
|
|
6210
|
+
"type": "int",
|
|
6211
|
+
"value_allowed_null": false
|
|
6212
|
+
},
|
|
6213
|
+
{
|
|
6214
|
+
"disabled": false,
|
|
6215
|
+
"document": "Opacity, range 0-100; the default value is 100, which means completely opaque.",
|
|
6216
|
+
"example": "100",
|
|
6217
|
+
"member": "int64",
|
|
6218
|
+
"name": "Opacity",
|
|
6219
|
+
"output_required": false,
|
|
6220
|
+
"required": false,
|
|
6221
|
+
"type": "int",
|
|
6222
|
+
"value_allowed_null": false
|
|
6223
|
+
},
|
|
6224
|
+
{
|
|
6225
|
+
"disabled": false,
|
|
6226
|
+
"document": "The distance from the left edge in pixels; the default value is 0 and the maximum value is 4096.",
|
|
6227
|
+
"example": "0",
|
|
6228
|
+
"member": "int64",
|
|
6229
|
+
"name": "ImageX",
|
|
6230
|
+
"output_required": false,
|
|
6231
|
+
"required": false,
|
|
6232
|
+
"type": "int",
|
|
6233
|
+
"value_allowed_null": false
|
|
6234
|
+
},
|
|
6235
|
+
{
|
|
6236
|
+
"disabled": false,
|
|
6237
|
+
"document": "The distance from the top edge in pixels; the default value is 0 and the maximum value is 2160.",
|
|
6238
|
+
"example": "0",
|
|
6239
|
+
"member": "int64",
|
|
6240
|
+
"name": "ImageY",
|
|
6241
|
+
"output_required": false,
|
|
6242
|
+
"required": false,
|
|
6243
|
+
"type": "int",
|
|
6244
|
+
"value_allowed_null": false
|
|
6245
|
+
},
|
|
6246
|
+
{
|
|
6247
|
+
"disabled": false,
|
|
6248
|
+
"document": "The width of the image superimposed on the video frame, in pixels. The default value is empty (not set), which means using the original image size. The minimum value is 1 and the maximum value is 4096.",
|
|
6249
|
+
"example": "720",
|
|
6250
|
+
"member": "int64",
|
|
6251
|
+
"name": "Width",
|
|
6252
|
+
"output_required": false,
|
|
6253
|
+
"required": false,
|
|
6254
|
+
"type": "int",
|
|
6255
|
+
"value_allowed_null": false
|
|
6256
|
+
},
|
|
6257
|
+
{
|
|
6258
|
+
"disabled": false,
|
|
6259
|
+
"document": "The height of the image superimposed on the video frame, in pixels. The default value is empty (not set), which means the original image size is used. The minimum value is 1 and the maximum value is 2160.",
|
|
6260
|
+
"example": "360",
|
|
6261
|
+
"member": "int64",
|
|
6262
|
+
"name": "Height",
|
|
6263
|
+
"output_required": false,
|
|
6264
|
+
"required": false,
|
|
6265
|
+
"type": "int",
|
|
6266
|
+
"value_allowed_null": false
|
|
6267
|
+
},
|
|
6268
|
+
{
|
|
6269
|
+
"disabled": false,
|
|
6270
|
+
"document": "Overlay duration, in milliseconds, range 0-86400000; default value 0, 0 means continuous.",
|
|
6271
|
+
"example": "1000",
|
|
6272
|
+
"member": "int64",
|
|
6273
|
+
"name": "Duration",
|
|
6274
|
+
"output_required": false,
|
|
6275
|
+
"required": false,
|
|
6276
|
+
"type": "int",
|
|
6277
|
+
"value_allowed_null": false
|
|
6278
|
+
},
|
|
6279
|
+
{
|
|
6280
|
+
"disabled": false,
|
|
6281
|
+
"document": "Fade-in duration, in milliseconds, range 0-5000; default value 0, 0 means no fade-in effect.",
|
|
6282
|
+
"example": "1000",
|
|
6283
|
+
"member": "int64",
|
|
6284
|
+
"name": "FadeIn",
|
|
6285
|
+
"output_required": false,
|
|
6286
|
+
"required": false,
|
|
6287
|
+
"type": "int",
|
|
6288
|
+
"value_allowed_null": false
|
|
6289
|
+
},
|
|
6290
|
+
{
|
|
6291
|
+
"disabled": false,
|
|
6292
|
+
"document": "Fade-out duration, in milliseconds, range 0-5000; default value 0, 0 means no fade-out effect.",
|
|
6293
|
+
"example": "1000",
|
|
6294
|
+
"member": "int64",
|
|
6295
|
+
"name": "FadeOut",
|
|
6296
|
+
"output_required": false,
|
|
6297
|
+
"required": false,
|
|
6298
|
+
"type": "int",
|
|
6299
|
+
"value_allowed_null": false
|
|
6300
|
+
}
|
|
6301
|
+
],
|
|
6302
|
+
"usage": "both"
|
|
6303
|
+
},
|
|
6304
|
+
"StaticImageDeactivateSetting": {
|
|
6305
|
+
"document": "Static image deactivate setting.",
|
|
6306
|
+
"members": [
|
|
6307
|
+
{
|
|
6308
|
+
"disabled": false,
|
|
6309
|
+
"document": "The overlay level to be canceled, range 0-7, default value 0.",
|
|
6310
|
+
"example": "0",
|
|
6311
|
+
"member": "int64",
|
|
6312
|
+
"name": "Layer",
|
|
6313
|
+
"output_required": false,
|
|
6314
|
+
"required": false,
|
|
6315
|
+
"type": "int",
|
|
6316
|
+
"value_allowed_null": false
|
|
6317
|
+
},
|
|
6318
|
+
{
|
|
6319
|
+
"disabled": false,
|
|
6320
|
+
"document": "Fade-out duration, in milliseconds, range 0-5000; default value 0, 0 means no fade-out effect.",
|
|
6321
|
+
"example": "1000",
|
|
6322
|
+
"member": "int64",
|
|
6323
|
+
"name": "FadeOut",
|
|
6324
|
+
"output_required": false,
|
|
6325
|
+
"required": false,
|
|
6326
|
+
"type": "int",
|
|
6327
|
+
"value_allowed_null": false
|
|
6328
|
+
}
|
|
6329
|
+
],
|
|
6330
|
+
"usage": "both"
|
|
6331
|
+
},
|
|
6332
|
+
"StaticImageSettings": {
|
|
6333
|
+
"document": "Static graphic overlay configuration.",
|
|
6334
|
+
"members": [
|
|
6335
|
+
{
|
|
6336
|
+
"disabled": false,
|
|
6337
|
+
"document": "Whether to enable global static image overlay, 0: Disable, 1: Enable; Default value: 0.",
|
|
6338
|
+
"example": "0",
|
|
6339
|
+
"member": "int64",
|
|
6340
|
+
"name": "GlobalImageOverlayEnabled",
|
|
6341
|
+
"output_required": false,
|
|
6342
|
+
"required": false,
|
|
6343
|
+
"type": "int",
|
|
6344
|
+
"value_allowed_null": false
|
|
6345
|
+
}
|
|
6346
|
+
],
|
|
6347
|
+
"usage": "both"
|
|
6348
|
+
},
|
|
5511
6349
|
"StopStreamLiveChannelRequest": {
|
|
5512
6350
|
"document": "StopStreamLiveChannel request structure.",
|
|
5513
6351
|
"members": [
|
|
@@ -5698,7 +6536,7 @@
|
|
|
5698
6536
|
"name": "AudioTemplates",
|
|
5699
6537
|
"output_required": true,
|
|
5700
6538
|
"type": "list",
|
|
5701
|
-
"value_allowed_null":
|
|
6539
|
+
"value_allowed_null": false
|
|
5702
6540
|
},
|
|
5703
6541
|
{
|
|
5704
6542
|
"disabled": false,
|
|
@@ -5708,7 +6546,7 @@
|
|
|
5708
6546
|
"name": "VideoTemplates",
|
|
5709
6547
|
"output_required": true,
|
|
5710
6548
|
"type": "list",
|
|
5711
|
-
"value_allowed_null":
|
|
6549
|
+
"value_allowed_null": false
|
|
5712
6550
|
},
|
|
5713
6551
|
{
|
|
5714
6552
|
"disabled": false,
|
|
@@ -5718,11 +6556,11 @@
|
|
|
5718
6556
|
"name": "AVTemplates",
|
|
5719
6557
|
"output_required": true,
|
|
5720
6558
|
"type": "list",
|
|
5721
|
-
"value_allowed_null":
|
|
6559
|
+
"value_allowed_null": false
|
|
5722
6560
|
},
|
|
5723
6561
|
{
|
|
5724
6562
|
"disabled": false,
|
|
5725
|
-
"document": "",
|
|
6563
|
+
"document": "Caption templates.",
|
|
5726
6564
|
"example": "无",
|
|
5727
6565
|
"member": "SubtitleConf",
|
|
5728
6566
|
"name": "CaptionTemplates",
|
|
@@ -5738,7 +6576,7 @@
|
|
|
5738
6576
|
"name": "PlanSettings",
|
|
5739
6577
|
"output_required": true,
|
|
5740
6578
|
"type": "object",
|
|
5741
|
-
"value_allowed_null":
|
|
6579
|
+
"value_allowed_null": false
|
|
5742
6580
|
},
|
|
5743
6581
|
{
|
|
5744
6582
|
"disabled": false,
|
|
@@ -5748,7 +6586,7 @@
|
|
|
5748
6586
|
"name": "EventNotifySettings",
|
|
5749
6587
|
"output_required": true,
|
|
5750
6588
|
"type": "object",
|
|
5751
|
-
"value_allowed_null":
|
|
6589
|
+
"value_allowed_null": false
|
|
5752
6590
|
},
|
|
5753
6591
|
{
|
|
5754
6592
|
"disabled": false,
|
|
@@ -5758,7 +6596,7 @@
|
|
|
5758
6596
|
"name": "InputLossBehavior",
|
|
5759
6597
|
"output_required": true,
|
|
5760
6598
|
"type": "object",
|
|
5761
|
-
"value_allowed_null":
|
|
6599
|
+
"value_allowed_null": false
|
|
5762
6600
|
},
|
|
5763
6601
|
{
|
|
5764
6602
|
"disabled": false,
|
|
@@ -5799,6 +6637,16 @@
|
|
|
5799
6637
|
"output_required": false,
|
|
5800
6638
|
"type": "list",
|
|
5801
6639
|
"value_allowed_null": false
|
|
6640
|
+
},
|
|
6641
|
+
{
|
|
6642
|
+
"disabled": false,
|
|
6643
|
+
"document": "General settings.",
|
|
6644
|
+
"example": "无",
|
|
6645
|
+
"member": "GeneralSetting",
|
|
6646
|
+
"name": "GeneralSettings",
|
|
6647
|
+
"output_required": false,
|
|
6648
|
+
"type": "object",
|
|
6649
|
+
"value_allowed_null": false
|
|
5802
6650
|
}
|
|
5803
6651
|
],
|
|
5804
6652
|
"usage": "out"
|
|
@@ -6060,7 +6908,7 @@
|
|
|
6060
6908
|
},
|
|
6061
6909
|
{
|
|
6062
6910
|
"disabled": false,
|
|
6063
|
-
"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.",
|
|
6064
6912
|
"example": "2",
|
|
6065
6913
|
"member": "uint64",
|
|
6066
6914
|
"name": "ContentType",
|
|
@@ -6071,7 +6919,7 @@
|
|
|
6071
6919
|
},
|
|
6072
6920
|
{
|
|
6073
6921
|
"disabled": false,
|
|
6074
|
-
"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 `.",
|
|
6075
6923
|
"example": "1",
|
|
6076
6924
|
"member": "uint64",
|
|
6077
6925
|
"name": "TargetType",
|
|
@@ -6115,7 +6963,7 @@
|
|
|
6115
6963
|
},
|
|
6116
6964
|
{
|
|
6117
6965
|
"disabled": false,
|
|
6118
|
-
"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.",
|
|
6119
6967
|
"example": "STEADY",
|
|
6120
6968
|
"member": "string",
|
|
6121
6969
|
"name": "StateEffectMode",
|
|
@@ -6134,6 +6982,50 @@
|
|
|
6134
6982
|
"required": false,
|
|
6135
6983
|
"type": "int",
|
|
6136
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
|
|
6137
7029
|
}
|
|
6138
7030
|
],
|
|
6139
7031
|
"usage": "both"
|
|
@@ -6315,6 +7207,51 @@
|
|
|
6315
7207
|
],
|
|
6316
7208
|
"usage": "both"
|
|
6317
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
|
+
},
|
|
6318
7255
|
"TimeShiftSettingsInfo": {
|
|
6319
7256
|
"document": "Time-shift configuration. This parameter is valid only for HLS_ARCHIVE and DASH_ARCHIVE output groups.",
|
|
6320
7257
|
"members": [
|
|
@@ -6410,13 +7347,12 @@
|
|
|
6410
7347
|
"members": [
|
|
6411
7348
|
{
|
|
6412
7349
|
"disabled": false,
|
|
6413
|
-
"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`.",
|
|
6414
7351
|
"example": "FIXED_TIME",
|
|
6415
7352
|
"member": "string",
|
|
6416
7353
|
"name": "StartType",
|
|
6417
7354
|
"required": true,
|
|
6418
|
-
"type": "string"
|
|
6419
|
-
"value_allowed_null": false
|
|
7355
|
+
"type": "string"
|
|
6420
7356
|
},
|
|
6421
7357
|
{
|
|
6422
7358
|
"disabled": false,
|
|
@@ -6425,8 +7361,7 @@
|
|
|
6425
7361
|
"member": "string",
|
|
6426
7362
|
"name": "Time",
|
|
6427
7363
|
"required": false,
|
|
6428
|
-
"type": "string"
|
|
6429
|
-
"value_allowed_null": false
|
|
7364
|
+
"type": "string"
|
|
6430
7365
|
},
|
|
6431
7366
|
{
|
|
6432
7367
|
"disabled": false,
|
|
@@ -6435,8 +7370,7 @@
|
|
|
6435
7370
|
"member": "string",
|
|
6436
7371
|
"name": "StartTime",
|
|
6437
7372
|
"required": false,
|
|
6438
|
-
"type": "string"
|
|
6439
|
-
"value_allowed_null": false
|
|
7373
|
+
"type": "string"
|
|
6440
7374
|
},
|
|
6441
7375
|
{
|
|
6442
7376
|
"disabled": false,
|
|
@@ -6445,8 +7379,16 @@
|
|
|
6445
7379
|
"member": "string",
|
|
6446
7380
|
"name": "EndTime",
|
|
6447
7381
|
"required": false,
|
|
6448
|
-
"type": "string"
|
|
6449
|
-
|
|
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"
|
|
6450
7392
|
}
|
|
6451
7393
|
],
|
|
6452
7394
|
"usage": "in"
|
|
@@ -6497,6 +7439,34 @@
|
|
|
6497
7439
|
"required": false,
|
|
6498
7440
|
"type": "string",
|
|
6499
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
|
|
6500
7470
|
}
|
|
6501
7471
|
],
|
|
6502
7472
|
"usage": "both"
|
|
@@ -6862,6 +7832,122 @@
|
|
|
6862
7832
|
}
|
|
6863
7833
|
],
|
|
6864
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"
|
|
6865
7951
|
}
|
|
6866
7952
|
},
|
|
6867
7953
|
"version": "1.0"
|