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
|
@@ -1057,6 +1057,13 @@
|
|
|
1057
1057
|
"output": "ProcessMediaResponse",
|
|
1058
1058
|
"status": "online"
|
|
1059
1059
|
},
|
|
1060
|
+
"ProcessMediaByMPS": {
|
|
1061
|
+
"document": "This API is used to utilize the media processing capability of Media Processing Service (MPS) to initiate media processing for videos on VOD. When the task is initiated, relevant MPS parameters must be filled in the MPSProcessMediaParams parameter in JSON format. For detailed task parameter configuration, please refer to the [ProcessMedia API](https://www.tencentcloud.com/document/product/1041/33640). \nCurrently supported MPS features:\n1. [Smart Erase](https://www.tencentcloud.com/document/product/1041/58269): This function blurs, de-blurs, or removes traces of logos, subtitles, faces, and license plates in the video, facilitating content dissemination and sharing. The new media generated by this task will be stored in a new FileId within the sub-application of VOD. \n> Media processing tasks initiated in this way: \n> 1. Task status and results are still queried on the on-demand platform. Use [DescribeTaskDetail](https://www.tencentcloud.com/document/product/266/34129) or [DescribeTasks](https://www.tencentcloud.com/document/product/266/37559) to query the task. \n> 2. Usage and billing for related functions will be provided on the MPS platform. Therefore, you must activate MPS service before using this feature. \n> 3. This feature is currently in internal testing. If you would like to test it, please contact us for support.",
|
|
1062
|
+
"input": "ProcessMediaByMPSRequest",
|
|
1063
|
+
"name": "Use MPS for media processing",
|
|
1064
|
+
"output": "ProcessMediaByMPSResponse",
|
|
1065
|
+
"status": "online"
|
|
1066
|
+
},
|
|
1060
1067
|
"ProcessMediaByProcedure": {
|
|
1061
1068
|
"document": "This API is used to start a task flow on a video.\nThere are two ways to create a task flow template:\n1. Create and modify a task flow template in the console;\n2. Create a task flow template using the `CreateProcedureTemplate` API.\n\nIf event notifications are used, the event type for moderation tasks is [ReviewAudioVideoComplete](https://intl.cloud.tencent.com/document/product/266/81258?from_cn_redirect=1), and that for other tasks is [ProcedureStateChanged](https://intl.cloud.tencent.com/document/product/266/9636?from_cn_redirect=1).",
|
|
1062
1069
|
"input": "ProcessMediaByProcedureRequest",
|
|
@@ -3159,7 +3166,7 @@
|
|
|
3159
3166
|
{
|
|
3160
3167
|
"disabled": false,
|
|
3161
3168
|
"document": "The URL of a subtitle file.",
|
|
3162
|
-
"example": "https://
|
|
3169
|
+
"example": "https://example.com/6cbf8d22vodcq123/032fd9961397757957958967101/subtitles/7iSNv9.vtt",
|
|
3163
3170
|
"member": "string",
|
|
3164
3171
|
"name": "Url",
|
|
3165
3172
|
"output_required": true,
|
|
@@ -4934,7 +4941,7 @@
|
|
|
4934
4941
|
{
|
|
4935
4942
|
"disabled": false,
|
|
4936
4943
|
"document": "Split video segment URL.",
|
|
4937
|
-
"example": "https://
|
|
4944
|
+
"example": "https://example.com/6cbf8d22vodcq123/032fd9961397757957958967101/f0.mp4",
|
|
4938
4945
|
"member": "string",
|
|
4939
4946
|
"name": "SegmentUrl",
|
|
4940
4947
|
"output_required": true,
|
|
@@ -4974,7 +4981,7 @@
|
|
|
4974
4981
|
{
|
|
4975
4982
|
"disabled": false,
|
|
4976
4983
|
"document": "Split cover image URL.",
|
|
4977
|
-
"example": "https://
|
|
4984
|
+
"example": "https://example.com/6cbf8d22vodcq123/032fd9961397757957958967101/cover.jpg",
|
|
4978
4985
|
"member": "string",
|
|
4979
4986
|
"name": "CovImgUrl",
|
|
4980
4987
|
"output_required": true,
|
|
@@ -9014,7 +9021,7 @@
|
|
|
9014
9021
|
{
|
|
9015
9022
|
"disabled": false,
|
|
9016
9023
|
"document": "Output target file address.\nNote: this field may return null, indicating that no valid values can be obtained.",
|
|
9017
|
-
"example": "http://
|
|
9024
|
+
"example": "http://example.com/b7364ee0vodgzp1000000000/1c32a5e74424135347123456789/f0.mp4",
|
|
9018
9025
|
"member": "string",
|
|
9019
9026
|
"name": "FileUrl",
|
|
9020
9027
|
"output_required": true,
|
|
@@ -9346,7 +9353,7 @@
|
|
|
9346
9353
|
{
|
|
9347
9354
|
"disabled": false,
|
|
9348
9355
|
"document": "Playback address of the output manifest.",
|
|
9349
|
-
"example": "http://
|
|
9356
|
+
"example": "http://example.com/cf72b740vodtranscq1250000000/aa2a78091397757895313140803/adp.10.m3u8",
|
|
9350
9357
|
"member": "string",
|
|
9351
9358
|
"name": "Url",
|
|
9352
9359
|
"output_required": true,
|
|
@@ -9805,7 +9812,7 @@
|
|
|
9805
9812
|
"example": "mp4",
|
|
9806
9813
|
"member": "string",
|
|
9807
9814
|
"name": "FileType",
|
|
9808
|
-
"
|
|
9815
|
+
"output_required": true,
|
|
9809
9816
|
"type": "string",
|
|
9810
9817
|
"value_allowed_null": false
|
|
9811
9818
|
},
|
|
@@ -9815,17 +9822,17 @@
|
|
|
9815
9822
|
"example": "523xxx",
|
|
9816
9823
|
"member": "string",
|
|
9817
9824
|
"name": "FileId",
|
|
9818
|
-
"
|
|
9825
|
+
"output_required": true,
|
|
9819
9826
|
"type": "string",
|
|
9820
9827
|
"value_allowed_null": false
|
|
9821
9828
|
},
|
|
9822
9829
|
{
|
|
9823
9830
|
"disabled": false,
|
|
9824
9831
|
"document": "Media file playback address.",
|
|
9825
|
-
"example": "http://
|
|
9832
|
+
"example": "http://example.com/xxx/xxx/xx.mp4",
|
|
9826
9833
|
"member": "string",
|
|
9827
9834
|
"name": "FileUrl",
|
|
9828
|
-
"
|
|
9835
|
+
"output_required": true,
|
|
9829
9836
|
"type": "string",
|
|
9830
9837
|
"value_allowed_null": false
|
|
9831
9838
|
},
|
|
@@ -9835,7 +9842,7 @@
|
|
|
9835
9842
|
"example": "fileName",
|
|
9836
9843
|
"member": "string",
|
|
9837
9844
|
"name": "MediaName",
|
|
9838
|
-
"
|
|
9845
|
+
"output_required": true,
|
|
9839
9846
|
"type": "string",
|
|
9840
9847
|
"value_allowed_null": false
|
|
9841
9848
|
},
|
|
@@ -9845,7 +9852,7 @@
|
|
|
9845
9852
|
"example": "0",
|
|
9846
9853
|
"member": "int64",
|
|
9847
9854
|
"name": "ClassId",
|
|
9848
|
-
"
|
|
9855
|
+
"output_required": true,
|
|
9849
9856
|
"type": "int",
|
|
9850
9857
|
"value_allowed_null": false
|
|
9851
9858
|
},
|
|
@@ -9855,7 +9862,7 @@
|
|
|
9855
9862
|
"example": "9999-12-31T23:59:59Z",
|
|
9856
9863
|
"member": "string",
|
|
9857
9864
|
"name": "ExpireTime",
|
|
9858
|
-
"
|
|
9865
|
+
"output_required": true,
|
|
9859
9866
|
"type": "string",
|
|
9860
9867
|
"value_allowed_null": false
|
|
9861
9868
|
}
|
|
@@ -9898,7 +9905,7 @@
|
|
|
9898
9905
|
{
|
|
9899
9906
|
"disabled": false,
|
|
9900
9907
|
"document": "Address of source file for video splicing.\nNote: this field may return null, indicating that no valid values can be obtained.",
|
|
9901
|
-
"example": "http://
|
|
9908
|
+
"example": "http://example.com/b7364ee0vodgzp1000000000/1c32a5e74424135347123456789/f0.mp4",
|
|
9902
9909
|
"member": "string",
|
|
9903
9910
|
"name": "FileUrl",
|
|
9904
9911
|
"output_required": true,
|
|
@@ -10310,7 +10317,7 @@
|
|
|
10310
10317
|
{
|
|
10311
10318
|
"disabled": false,
|
|
10312
10319
|
"document": "Cover URL.",
|
|
10313
|
-
"example": "http://
|
|
10320
|
+
"example": "http://example.com/b7364ee0vodgzp1000000000/1c32a5e74424135347123456789/f0.jpg",
|
|
10314
10321
|
"member": "string",
|
|
10315
10322
|
"name": "CoverUrl",
|
|
10316
10323
|
"output_required": true,
|
|
@@ -11542,7 +11549,7 @@
|
|
|
11542
11549
|
{
|
|
11543
11550
|
"disabled": false,
|
|
11544
11551
|
"document": "Address of output image sprite.\nNote: this field may return null, indicating that no valid values can be obtained.",
|
|
11545
|
-
"example": "http://
|
|
11552
|
+
"example": "http://example.com/b7364ee0vodgzp1000000000/1c32a5e74424135347123456789/f0.jpg",
|
|
11546
11553
|
"member": "string",
|
|
11547
11554
|
"name": "ImageSpriteUrlSet",
|
|
11548
11555
|
"output_required": true,
|
|
@@ -11552,7 +11559,7 @@
|
|
|
11552
11559
|
{
|
|
11553
11560
|
"disabled": false,
|
|
11554
11561
|
"document": "Address of WebVtt file for the position-time relationship among subimages in an image sprite.\nNote: this field may return null, indicating that no valid values can be obtained.",
|
|
11555
|
-
"example": "http://
|
|
11562
|
+
"example": "http://example.com/b7364ee0vodgzp1000000000/1c32a5e74424135347123456789/f0.vtt",
|
|
11556
11563
|
"member": "string",
|
|
11557
11564
|
"name": "WebVttUrl",
|
|
11558
11565
|
"output_required": true,
|
|
@@ -14643,7 +14650,7 @@
|
|
|
14643
14650
|
},
|
|
14644
14651
|
{
|
|
14645
14652
|
"disabled": false,
|
|
14646
|
-
"document": "District where users are located. When `Area` is `Chinese Mainland`, valid values for `Districts` are as follows. Otherwise, `Districts` can be ignored.\n<li>Beijing</li>\n<li>Inner Mongolia</li>\n<li>Shanxi</li>\n<li>Hebei</li>\n<li>Tianjin</li>\n<li>Ningxia</li>\n<li>Shaanxi</li>\n<li>Gansu</li>\n<li>Qinghai</li>\n<li>Xinjiang</li>\n<li>Heilongjiang</li>\n<li>Jilin</li>\n<li>Liaoning</li>\n<li>Fujian</li>\n<li>Jiangsu</li>\n<li>Anhui</li>\n<li>Shandong</li>\n<li>Shanghai</li>\n<li>Zhejiang</li>\n<li>Henan</li>\n<li>Hubei</li>\n<li>Jiangxi</li>\n<li>Hunan</li>\n<li>Guizhou</li>\n<li>Yunnan</li>\n<li>Chongqing</li>\n<li>Sichuan</li>\n<li>
|
|
14653
|
+
"document": "District where users are located. When `Area` is `Chinese Mainland`, valid values for `Districts` are as follows. Otherwise, `Districts` can be ignored.\n<li>Beijing</li>\n<li>Inner Mongolia</li>\n<li>Shanxi</li>\n<li>Hebei</li>\n<li>Tianjin</li>\n<li>Ningxia</li>\n<li>Shaanxi</li>\n<li>Gansu</li>\n<li>Qinghai</li>\n<li>Xinjiang</li>\n<li>Heilongjiang</li>\n<li>Jilin</li>\n<li>Liaoning</li>\n<li>Fujian</li>\n<li>Jiangsu</li>\n<li>Anhui</li>\n<li>Shandong</li>\n<li>Shanghai</li>\n<li>Zhejiang</li>\n<li>Henan</li>\n<li>Hubei</li>\n<li>Jiangxi</li>\n<li>Hunan</li>\n<li>Guizhou</li>\n<li>Yunnan</li>\n<li>Chongqing</li>\n<li>Sichuan</li>\n<li>Xizang</li>\n<li>Guangdong</li>\n<li>Guangxi</li>\n<li>Hainan</li>\n<li>Hong Kong, Macao and Taiwan</li>\n<li>Outside Chinese Mainland</li>\n<li>Other</li>",
|
|
14647
14654
|
"example": "[\"Beijing\", \"Shanxi\"]",
|
|
14648
14655
|
"member": "string",
|
|
14649
14656
|
"name": "Districts",
|
|
@@ -17373,7 +17380,7 @@
|
|
|
17373
17380
|
{
|
|
17374
17381
|
"disabled": false,
|
|
17375
17382
|
"document": "Video processing task ID.",
|
|
17376
|
-
"example": "
|
|
17383
|
+
"example": "1490013579-procedurev2-acd135",
|
|
17377
17384
|
"member": "string",
|
|
17378
17385
|
"name": "TaskId",
|
|
17379
17386
|
"required": true,
|
|
@@ -17396,7 +17403,7 @@
|
|
|
17396
17403
|
"members": [
|
|
17397
17404
|
{
|
|
17398
17405
|
"disabled": false,
|
|
17399
|
-
"document": "The task type. Valid values:\n<li>`Procedure`: Video processing</li>\n<li>`EditMedia`: Video editing</li>\n<li>`SplitMedia`: Video splitting</li>\n<li>`ComposeMedia`: Media file production</li>\n<li>`WechatPublish`: Weixin publishing</li>\n<li>`WechatMiniProgramPublish`: Publishing videos on Weixin Mini Program</li>\n<li>`PullUpload`: Pulling media files for upload</li>\n<li>`FastClipMedia`: Quick clipping</li>\n<li>`RemoveWatermarkTask`: Watermark removal</li>\n<li>`DescribeFileAttributesTask`: Getting file attributes</li>\n<li> `ReviewAudioVideo`: Moderation</li>\n<li>`ExtractTraceWatermark`: Digital watermark extraction</li>\n<li>`QualityEnhance`: Enhance audio/video</li>\n<li>`ComplexAdaptiveDynamicStreaming`: Complex adaptive bitrate streaming processing task</li>",
|
|
17406
|
+
"document": "The task type. Valid values:\n<li>`Procedure`: Video processing</li>\n<li>`EditMedia`: Video editing</li>\n<li>`SplitMedia`: Video splitting</li>\n<li>`ComposeMedia`: Media file production</li>\n<li>`WechatPublish`: Weixin publishing</li>\n<li>`WechatMiniProgramPublish`: Publishing videos on Weixin Mini Program</li>\n<li>`PullUpload`: Pulling media files for upload</li>\n<li>`FastClipMedia`: Quick clipping</li>\n<li>`RemoveWatermarkTask`: Watermark removal</li>\n<li>`DescribeFileAttributesTask`: Getting file attributes</li>\n<li> `ReviewAudioVideo`: Moderation</li>\n<li>`ExtractTraceWatermark`: Digital watermark extraction</li>\n<li>`QualityEnhance`: Enhance audio/video</li>\n<li>`ComplexAdaptiveDynamicStreaming`: Complex adaptive bitrate streaming processing task</li><li>`ProcessMediaByMPS`: Process media by MPS.</li>",
|
|
17400
17407
|
"example": "Procedure",
|
|
17401
17408
|
"member": "string",
|
|
17402
17409
|
"name": "TaskType",
|
|
@@ -17664,6 +17671,16 @@
|
|
|
17664
17671
|
"type": "object",
|
|
17665
17672
|
"value_allowed_null": true
|
|
17666
17673
|
},
|
|
17674
|
+
{
|
|
17675
|
+
"disabled": false,
|
|
17676
|
+
"document": "Media processing by MPS task information. This field contains a value only when TaskType is ProcessMediaByMPS.",
|
|
17677
|
+
"example": "无",
|
|
17678
|
+
"member": "ProcessMediaByMPS",
|
|
17679
|
+
"name": "ProcessMediaByMPSTask",
|
|
17680
|
+
"output_required": false,
|
|
17681
|
+
"type": "object",
|
|
17682
|
+
"value_allowed_null": false
|
|
17683
|
+
},
|
|
17667
17684
|
{
|
|
17668
17685
|
"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.",
|
|
17669
17686
|
"member": "string",
|
|
@@ -18844,17 +18861,17 @@
|
|
|
18844
18861
|
"example": "mp4",
|
|
18845
18862
|
"member": "string",
|
|
18846
18863
|
"name": "FileType",
|
|
18847
|
-
"
|
|
18864
|
+
"output_required": true,
|
|
18848
18865
|
"type": "string",
|
|
18849
18866
|
"value_allowed_null": false
|
|
18850
18867
|
},
|
|
18851
18868
|
{
|
|
18852
18869
|
"disabled": false,
|
|
18853
18870
|
"document": "Media file playback address.\nNote: this field may return null, indicating that no valid values can be obtained.",
|
|
18854
|
-
"example": "http://
|
|
18871
|
+
"example": "http://example.com/xxx/xxx/xx.mp4",
|
|
18855
18872
|
"member": "string",
|
|
18856
18873
|
"name": "FileUrl",
|
|
18857
|
-
"
|
|
18874
|
+
"output_required": true,
|
|
18858
18875
|
"type": "string",
|
|
18859
18876
|
"value_allowed_null": false
|
|
18860
18877
|
},
|
|
@@ -18864,7 +18881,7 @@
|
|
|
18864
18881
|
"example": "523xxx",
|
|
18865
18882
|
"member": "string",
|
|
18866
18883
|
"name": "FileId",
|
|
18867
|
-
"
|
|
18884
|
+
"output_required": true,
|
|
18868
18885
|
"type": "string",
|
|
18869
18886
|
"value_allowed_null": false
|
|
18870
18887
|
},
|
|
@@ -18874,7 +18891,7 @@
|
|
|
18874
18891
|
"example": "fileName",
|
|
18875
18892
|
"member": "string",
|
|
18876
18893
|
"name": "MediaName",
|
|
18877
|
-
"
|
|
18894
|
+
"output_required": true,
|
|
18878
18895
|
"type": "string",
|
|
18879
18896
|
"value_allowed_null": false
|
|
18880
18897
|
},
|
|
@@ -18884,7 +18901,7 @@
|
|
|
18884
18901
|
"example": "0",
|
|
18885
18902
|
"member": "int64",
|
|
18886
18903
|
"name": "ClassId",
|
|
18887
|
-
"
|
|
18904
|
+
"output_required": true,
|
|
18888
18905
|
"type": "int",
|
|
18889
18906
|
"value_allowed_null": false
|
|
18890
18907
|
},
|
|
@@ -18894,7 +18911,7 @@
|
|
|
18894
18911
|
"example": "9999-12-31T23:59:59Z",
|
|
18895
18912
|
"member": "string",
|
|
18896
18913
|
"name": "ExpireTime",
|
|
18897
|
-
"
|
|
18914
|
+
"output_required": true,
|
|
18898
18915
|
"type": "string",
|
|
18899
18916
|
"value_allowed_null": false
|
|
18900
18917
|
}
|
|
@@ -20001,7 +20018,7 @@
|
|
|
20001
20018
|
{
|
|
20002
20019
|
"disabled": false,
|
|
20003
20020
|
"document": "The URL of the media on which digital watermark extraction is to be performed.",
|
|
20004
|
-
"example": "http://
|
|
20021
|
+
"example": "http://example.com/b7364ee0vodgzp1000000000/1c32a5e74424135347123456789/f0.mp4",
|
|
20005
20022
|
"member": "string",
|
|
20006
20023
|
"name": "Url",
|
|
20007
20024
|
"output_required": true,
|
|
@@ -20035,7 +20052,7 @@
|
|
|
20035
20052
|
"value_allowed_null": false
|
|
20036
20053
|
},
|
|
20037
20054
|
{
|
|
20038
|
-
"disabled":
|
|
20055
|
+
"disabled": true,
|
|
20039
20056
|
"document": "This parameter has been deprecated.",
|
|
20040
20057
|
"example": "uid-test",
|
|
20041
20058
|
"member": "string",
|
|
@@ -22490,6 +22507,144 @@
|
|
|
22490
22507
|
],
|
|
22491
22508
|
"usage": "both"
|
|
22492
22509
|
},
|
|
22510
|
+
"MPSOutputFile": {
|
|
22511
|
+
"document": "",
|
|
22512
|
+
"members": [
|
|
22513
|
+
{
|
|
22514
|
+
"disabled": false,
|
|
22515
|
+
"document": "",
|
|
22516
|
+
"example": "AiAnalysis.DeLogo.Video",
|
|
22517
|
+
"member": "string",
|
|
22518
|
+
"name": "FileType",
|
|
22519
|
+
"output_required": true,
|
|
22520
|
+
"type": "string",
|
|
22521
|
+
"value_allowed_null": false
|
|
22522
|
+
},
|
|
22523
|
+
{
|
|
22524
|
+
"disabled": false,
|
|
22525
|
+
"document": "",
|
|
22526
|
+
"example": "Temporary",
|
|
22527
|
+
"member": "string",
|
|
22528
|
+
"name": "StorageMode",
|
|
22529
|
+
"output_required": false,
|
|
22530
|
+
"type": "string",
|
|
22531
|
+
"value_allowed_null": false
|
|
22532
|
+
},
|
|
22533
|
+
{
|
|
22534
|
+
"disabled": false,
|
|
22535
|
+
"document": "",
|
|
22536
|
+
"example": "5233524878",
|
|
22537
|
+
"member": "string",
|
|
22538
|
+
"name": "FileId",
|
|
22539
|
+
"output_required": false,
|
|
22540
|
+
"type": "string",
|
|
22541
|
+
"value_allowed_null": false
|
|
22542
|
+
},
|
|
22543
|
+
{
|
|
22544
|
+
"disabled": false,
|
|
22545
|
+
"document": "",
|
|
22546
|
+
"example": "https://example.com/dir/a.mp4",
|
|
22547
|
+
"member": "string",
|
|
22548
|
+
"name": "Url",
|
|
22549
|
+
"output_required": true,
|
|
22550
|
+
"type": "string",
|
|
22551
|
+
"value_allowed_null": false
|
|
22552
|
+
},
|
|
22553
|
+
{
|
|
22554
|
+
"disabled": false,
|
|
22555
|
+
"document": "",
|
|
22556
|
+
"example": "720",
|
|
22557
|
+
"member": "uint64",
|
|
22558
|
+
"name": "ExpiredTime",
|
|
22559
|
+
"output_required": false,
|
|
22560
|
+
"type": "int",
|
|
22561
|
+
"value_allowed_null": false
|
|
22562
|
+
}
|
|
22563
|
+
],
|
|
22564
|
+
"usage": "out"
|
|
22565
|
+
},
|
|
22566
|
+
"MPSSubTaskResult": {
|
|
22567
|
+
"document": "",
|
|
22568
|
+
"members": [
|
|
22569
|
+
{
|
|
22570
|
+
"disabled": false,
|
|
22571
|
+
"document": "",
|
|
22572
|
+
"example": "AiAnalysis.DeLogo",
|
|
22573
|
+
"member": "string",
|
|
22574
|
+
"name": "TaskType",
|
|
22575
|
+
"output_required": true,
|
|
22576
|
+
"type": "string",
|
|
22577
|
+
"value_allowed_null": false
|
|
22578
|
+
},
|
|
22579
|
+
{
|
|
22580
|
+
"disabled": false,
|
|
22581
|
+
"document": "",
|
|
22582
|
+
"example": "PROCESSING",
|
|
22583
|
+
"member": "string",
|
|
22584
|
+
"name": "Status",
|
|
22585
|
+
"output_required": true,
|
|
22586
|
+
"type": "string",
|
|
22587
|
+
"value_allowed_null": false
|
|
22588
|
+
},
|
|
22589
|
+
{
|
|
22590
|
+
"disabled": false,
|
|
22591
|
+
"document": "",
|
|
22592
|
+
"example": "0",
|
|
22593
|
+
"member": "string",
|
|
22594
|
+
"name": "ErrCode",
|
|
22595
|
+
"output_required": true,
|
|
22596
|
+
"type": "string",
|
|
22597
|
+
"value_allowed_null": false
|
|
22598
|
+
},
|
|
22599
|
+
{
|
|
22600
|
+
"disabled": false,
|
|
22601
|
+
"document": "",
|
|
22602
|
+
"example": "SUCCESS",
|
|
22603
|
+
"member": "string",
|
|
22604
|
+
"name": "Message",
|
|
22605
|
+
"output_required": true,
|
|
22606
|
+
"type": "string",
|
|
22607
|
+
"value_allowed_null": false
|
|
22608
|
+
},
|
|
22609
|
+
{
|
|
22610
|
+
"disabled": false,
|
|
22611
|
+
"document": "",
|
|
22612
|
+
"example": "{\"Definition\": 24}",
|
|
22613
|
+
"member": "string",
|
|
22614
|
+
"name": "Input",
|
|
22615
|
+
"output_required": true,
|
|
22616
|
+
"type": "string",
|
|
22617
|
+
"value_allowed_null": false
|
|
22618
|
+
},
|
|
22619
|
+
{
|
|
22620
|
+
"disabled": false,
|
|
22621
|
+
"document": "",
|
|
22622
|
+
"example": "无",
|
|
22623
|
+
"member": "MPSTaskOutput",
|
|
22624
|
+
"name": "Output",
|
|
22625
|
+
"output_required": true,
|
|
22626
|
+
"type": "object",
|
|
22627
|
+
"value_allowed_null": false
|
|
22628
|
+
}
|
|
22629
|
+
],
|
|
22630
|
+
"usage": "out"
|
|
22631
|
+
},
|
|
22632
|
+
"MPSTaskOutput": {
|
|
22633
|
+
"document": "",
|
|
22634
|
+
"members": [
|
|
22635
|
+
{
|
|
22636
|
+
"disabled": false,
|
|
22637
|
+
"document": "",
|
|
22638
|
+
"example": "无",
|
|
22639
|
+
"member": "MPSOutputFile",
|
|
22640
|
+
"name": "OutputFiles",
|
|
22641
|
+
"output_required": false,
|
|
22642
|
+
"type": "list",
|
|
22643
|
+
"value_allowed_null": false
|
|
22644
|
+
}
|
|
22645
|
+
],
|
|
22646
|
+
"usage": "out"
|
|
22647
|
+
},
|
|
22493
22648
|
"ManageTaskRequest": {
|
|
22494
22649
|
"document": "ManageTask request structure.",
|
|
22495
22650
|
"members": [
|
|
@@ -22845,7 +23000,7 @@
|
|
|
22845
23000
|
{
|
|
22846
23001
|
"disabled": false,
|
|
22847
23002
|
"document": "Address of generated animated image.\nNote: this field may return null, indicating that no valid values can be obtained.",
|
|
22848
|
-
"example": "http://
|
|
23003
|
+
"example": "http://example.com/xxx/xxx/v.f20001.webp",
|
|
22849
23004
|
"member": "string",
|
|
22850
23005
|
"name": "Url",
|
|
22851
23006
|
"output_required": true,
|
|
@@ -23067,7 +23222,7 @@
|
|
|
23067
23222
|
{
|
|
23068
23223
|
"disabled": false,
|
|
23069
23224
|
"document": "Cover image address of media file.\nNote: this field may return null, indicating that no valid values can be obtained.",
|
|
23070
|
-
"example": "http://
|
|
23225
|
+
"example": "http://example.com/xxx/snapshot/1572936704_3908310029.100_0.jpg",
|
|
23071
23226
|
"member": "string",
|
|
23072
23227
|
"name": "CoverUrl",
|
|
23073
23228
|
"output_required": true,
|
|
@@ -23087,7 +23242,7 @@
|
|
|
23087
23242
|
{
|
|
23088
23243
|
"disabled": false,
|
|
23089
23244
|
"document": "URL of source media file.\nNote: this field may return null, indicating that no valid values can be obtained.",
|
|
23090
|
-
"example": "http://
|
|
23245
|
+
"example": "http://example.com/xxx/snapshot/xxx.mp4",
|
|
23091
23246
|
"member": "string",
|
|
23092
23247
|
"name": "MediaUrl",
|
|
23093
23248
|
"output_required": true,
|
|
@@ -23383,7 +23538,7 @@
|
|
|
23383
23538
|
{
|
|
23384
23539
|
"disabled": false,
|
|
23385
23540
|
"document": "URL of a suspected image (which will not be permanently stored\nand will be deleted after `PicUrlExpireTime`).",
|
|
23386
|
-
"example": "https://
|
|
23541
|
+
"example": "https://example.com/xxx/xxx.jpg",
|
|
23387
23542
|
"member": "string",
|
|
23388
23543
|
"name": "Url",
|
|
23389
23544
|
"output_required": true,
|
|
@@ -23469,7 +23624,7 @@
|
|
|
23469
23624
|
{
|
|
23470
23625
|
"disabled": false,
|
|
23471
23626
|
"document": "URL of a suspected image (which will not be permanently stored\n and will be deleted after `PicUrlExpireTime`).",
|
|
23472
|
-
"example": "https://
|
|
23627
|
+
"example": "https://example.com/xxx/xxx.jpg",
|
|
23473
23628
|
"member": "string",
|
|
23474
23629
|
"name": "Url",
|
|
23475
23630
|
"output_required": true,
|
|
@@ -23487,7 +23642,7 @@
|
|
|
23487
23642
|
"value_allowed_null": false
|
|
23488
23643
|
},
|
|
23489
23644
|
{
|
|
23490
|
-
"disabled":
|
|
23645
|
+
"disabled": true,
|
|
23491
23646
|
"document": "This field has been disused. Please use `PicUrlExpireTime`.",
|
|
23492
23647
|
"example": "2023-09-08T02:23:29Z",
|
|
23493
23648
|
"member": "int64",
|
|
@@ -23565,7 +23720,7 @@
|
|
|
23565
23720
|
{
|
|
23566
23721
|
"disabled": false,
|
|
23567
23722
|
"document": "URL of a suspected image (which will not be permanently stored\n and will be deleted after `PicUrlExpireTime`).",
|
|
23568
|
-
"example": "https://
|
|
23723
|
+
"example": "https://example.com/xxx/xxx.jpg",
|
|
23569
23724
|
"member": "string",
|
|
23570
23725
|
"name": "Url",
|
|
23571
23726
|
"output_required": true,
|
|
@@ -23573,7 +23728,7 @@
|
|
|
23573
23728
|
"value_allowed_null": false
|
|
23574
23729
|
},
|
|
23575
23730
|
{
|
|
23576
|
-
"disabled":
|
|
23731
|
+
"disabled": true,
|
|
23577
23732
|
"document": "This field has been disused. Please use `PicUrlExpireTime`.",
|
|
23578
23733
|
"example": "2023-09-08T02:23:29Z",
|
|
23579
23734
|
"member": "int64",
|
|
@@ -23685,7 +23840,7 @@
|
|
|
23685
23840
|
{
|
|
23686
23841
|
"disabled": false,
|
|
23687
23842
|
"document": "Address of each image sprite.\nNote: this field may return null, indicating that no valid values can be obtained.",
|
|
23688
|
-
"example": "[\"http://
|
|
23843
|
+
"example": "[\"http://example.com/vodtranssh1251413404/1397757908156919948/sampleSnapshot/sampleSnapshot_10_0.jpg\",\"http://example.com/12345/1397757908156919948/sampleSnapshot/sampleSnapshot_10_1.jpg\"]",
|
|
23689
23844
|
"member": "string",
|
|
23690
23845
|
"name": "ImageUrlSet",
|
|
23691
23846
|
"output_required": true,
|
|
@@ -25071,7 +25226,7 @@
|
|
|
25071
25226
|
{
|
|
25072
25227
|
"disabled": false,
|
|
25073
25228
|
"document": "List of URLs of generated screenshots.\nNote: this field may return null, indicating that no valid values can be obtained.",
|
|
25074
|
-
"example": "[\"http://
|
|
25229
|
+
"example": "[\"http://example.com/****.jpg\"]",
|
|
25075
25230
|
"member": "string",
|
|
25076
25231
|
"name": "ImageUrlSet",
|
|
25077
25232
|
"output_required": true,
|
|
@@ -25149,7 +25304,7 @@
|
|
|
25149
25304
|
{
|
|
25150
25305
|
"disabled": false,
|
|
25151
25306
|
"document": "Screenshot URL.\nNote: this field may return null, indicating that no valid values can be obtained.",
|
|
25152
|
-
"example": "http://
|
|
25307
|
+
"example": "http://example.com/vodtranscq123456/1397757908307822775/snapshotByTimeOffset/snapshotByTimeOffset_10_1.jpg",
|
|
25153
25308
|
"member": "string",
|
|
25154
25309
|
"name": "Url",
|
|
25155
25310
|
"output_required": true,
|
|
@@ -30153,7 +30308,7 @@
|
|
|
30153
30308
|
"value_allowed_null": false
|
|
30154
30309
|
},
|
|
30155
30310
|
{
|
|
30156
|
-
"disabled":
|
|
30311
|
+
"disabled": true,
|
|
30157
30312
|
"document": "Disused. Please use `ErrCode` of each specific task.\nNote: this field may return null, indicating that no valid values can be obtained.",
|
|
30158
30313
|
"example": "0",
|
|
30159
30314
|
"member": "int64",
|
|
@@ -30163,7 +30318,7 @@
|
|
|
30163
30318
|
"value_allowed_null": false
|
|
30164
30319
|
},
|
|
30165
30320
|
{
|
|
30166
|
-
"disabled":
|
|
30321
|
+
"disabled": true,
|
|
30167
30322
|
"document": "Disused. Please use `Message` of each specific task.\nNote: this field may return null, indicating that no valid values can be obtained.",
|
|
30168
30323
|
"example": "success",
|
|
30169
30324
|
"member": "string",
|
|
@@ -30431,6 +30586,117 @@
|
|
|
30431
30586
|
],
|
|
30432
30587
|
"usage": "out"
|
|
30433
30588
|
},
|
|
30589
|
+
"ProcessMediaByMPS": {
|
|
30590
|
+
"document": "",
|
|
30591
|
+
"members": [
|
|
30592
|
+
{
|
|
30593
|
+
"disabled": false,
|
|
30594
|
+
"document": "",
|
|
30595
|
+
"example": "150000001-ProcessMediaByMPS-2fe36a647bfa0e6b319c545277f1405dtt0",
|
|
30596
|
+
"member": "string",
|
|
30597
|
+
"name": "TaskId",
|
|
30598
|
+
"output_required": true,
|
|
30599
|
+
"type": "string",
|
|
30600
|
+
"value_allowed_null": false
|
|
30601
|
+
},
|
|
30602
|
+
{
|
|
30603
|
+
"disabled": false,
|
|
30604
|
+
"document": "",
|
|
30605
|
+
"example": "FINISH",
|
|
30606
|
+
"member": "string",
|
|
30607
|
+
"name": "Status",
|
|
30608
|
+
"output_required": true,
|
|
30609
|
+
"type": "string",
|
|
30610
|
+
"value_allowed_null": false
|
|
30611
|
+
},
|
|
30612
|
+
{
|
|
30613
|
+
"disabled": false,
|
|
30614
|
+
"document": "",
|
|
30615
|
+
"example": "0",
|
|
30616
|
+
"member": "int64",
|
|
30617
|
+
"name": "ErrCode",
|
|
30618
|
+
"output_required": true,
|
|
30619
|
+
"type": "int",
|
|
30620
|
+
"value_allowed_null": false
|
|
30621
|
+
},
|
|
30622
|
+
{
|
|
30623
|
+
"disabled": false,
|
|
30624
|
+
"document": "",
|
|
30625
|
+
"example": "SUCCESS",
|
|
30626
|
+
"member": "string",
|
|
30627
|
+
"name": "Message",
|
|
30628
|
+
"output_required": true,
|
|
30629
|
+
"type": "string",
|
|
30630
|
+
"value_allowed_null": false
|
|
30631
|
+
},
|
|
30632
|
+
{
|
|
30633
|
+
"disabled": false,
|
|
30634
|
+
"document": "",
|
|
30635
|
+
"example": "无",
|
|
30636
|
+
"member": "MPSSubTaskResult",
|
|
30637
|
+
"name": "SubTaskSet",
|
|
30638
|
+
"output_required": true,
|
|
30639
|
+
"type": "list",
|
|
30640
|
+
"value_allowed_null": false
|
|
30641
|
+
}
|
|
30642
|
+
],
|
|
30643
|
+
"usage": "out"
|
|
30644
|
+
},
|
|
30645
|
+
"ProcessMediaByMPSRequest": {
|
|
30646
|
+
"document": "ProcessMediaByMPS request structure.",
|
|
30647
|
+
"members": [
|
|
30648
|
+
{
|
|
30649
|
+
"disabled": false,
|
|
30650
|
+
"document": "Media file ID, i.e., the globally unique ID of a file in VOD assigned by the VOD backend after successful upload. This field can be obtained through the [video upload completion event notification](https://intl.cloud.tencent.com/document/product/266/7830?from_cn_redirect=1) or [VOD Console](https://console.cloud.tencent.com/vod/media).",
|
|
30651
|
+
"example": "5285485487985271487",
|
|
30652
|
+
"member": "string",
|
|
30653
|
+
"name": "FileId",
|
|
30654
|
+
"required": true,
|
|
30655
|
+
"type": "string"
|
|
30656
|
+
},
|
|
30657
|
+
{
|
|
30658
|
+
"disabled": false,
|
|
30659
|
+
"document": "<b>The VOD [application](https://intl.cloud.tencent.com/document/product/266/14574) ID.</b>",
|
|
30660
|
+
"example": "1500000001",
|
|
30661
|
+
"member": "uint64",
|
|
30662
|
+
"name": "SubAppId",
|
|
30663
|
+
"required": true,
|
|
30664
|
+
"type": "int"
|
|
30665
|
+
},
|
|
30666
|
+
{
|
|
30667
|
+
"disabled": false,
|
|
30668
|
+
"document": "This parameter is used for passing through to media processing service (MPS) so that video processing tasks can be triggered from VOD.\nFor detailed information on video processing parameters, please refer to [MPS Initiate Media Processing](https://www.tencentcloud.com/document/product/1041/33640). \nInstructions: \n1. Currently, only the AiAnalysisTask parameter in the MPS \"ProcessMedia\" API needs to be configured. Other parameters are not required. If other parameters are included, the system will automatically ignore them. \n2. Currently, this is the only method used to initiate Smart Erase tasks. If parameters related to other task types are configured, the system will automatically ignore them.\n",
|
|
30669
|
+
"example": "{\\\"AiAnalysisTask\\\":{\\\"Definition\\\":25,\\\"ExtendedParameter\\\":\\\"\\\"}}",
|
|
30670
|
+
"member": "string",
|
|
30671
|
+
"name": "MPSProcessMediaParams",
|
|
30672
|
+
"required": true,
|
|
30673
|
+
"type": "string"
|
|
30674
|
+
}
|
|
30675
|
+
],
|
|
30676
|
+
"type": "object"
|
|
30677
|
+
},
|
|
30678
|
+
"ProcessMediaByMPSResponse": {
|
|
30679
|
+
"document": "ProcessMediaByMPS response structure.",
|
|
30680
|
+
"members": [
|
|
30681
|
+
{
|
|
30682
|
+
"disabled": false,
|
|
30683
|
+
"document": "Task ID.",
|
|
30684
|
+
"example": "125xxx65-procedurev2-bffb15f07530b57bc1aabb01fac74bca",
|
|
30685
|
+
"member": "string",
|
|
30686
|
+
"name": "TaskId",
|
|
30687
|
+
"output_required": true,
|
|
30688
|
+
"type": "string",
|
|
30689
|
+
"value_allowed_null": false
|
|
30690
|
+
},
|
|
30691
|
+
{
|
|
30692
|
+
"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.",
|
|
30693
|
+
"member": "string",
|
|
30694
|
+
"name": "RequestId",
|
|
30695
|
+
"type": "string"
|
|
30696
|
+
}
|
|
30697
|
+
],
|
|
30698
|
+
"type": "object"
|
|
30699
|
+
},
|
|
30434
30700
|
"ProcessMediaByProcedureRequest": {
|
|
30435
30701
|
"document": "ProcessMediaByProcedure request structure.",
|
|
30436
30702
|
"members": [
|
|
@@ -31251,7 +31517,7 @@
|
|
|
31251
31517
|
{
|
|
31252
31518
|
"disabled": false,
|
|
31253
31519
|
"document": "The playback address of the uploaded file.",
|
|
31254
|
-
"example": "http://
|
|
31520
|
+
"example": "http://example.com/xxx/xxx/xxx.mp4",
|
|
31255
31521
|
"member": "string",
|
|
31256
31522
|
"name": "FileUrl",
|
|
31257
31523
|
"output_required": true,
|
|
@@ -31711,7 +31977,7 @@
|
|
|
31711
31977
|
{
|
|
31712
31978
|
"disabled": false,
|
|
31713
31979
|
"document": "Abnormal segment List file URL. The file content is JSON, and the data structure is consistent with the SegmentSet Field. (The file will not be permanently stored, and will be deleted after reaching the SegmentSetFileUrlExpireTime Time point).",
|
|
31714
|
-
"example": "http
|
|
31980
|
+
"example": "http://example.com/xxx/result.txt",
|
|
31715
31981
|
"member": "string",
|
|
31716
31982
|
"name": "SegmentSetFileUrl",
|
|
31717
31983
|
"output_required": true,
|
|
@@ -32485,6 +32751,7 @@
|
|
|
32485
32751
|
"example": "libfdk_aac",
|
|
32486
32752
|
"member": "string",
|
|
32487
32753
|
"name": "Codec",
|
|
32754
|
+
"output_required": true,
|
|
32488
32755
|
"required": false,
|
|
32489
32756
|
"type": "string",
|
|
32490
32757
|
"value_allowed_null": false
|
|
@@ -32495,6 +32762,7 @@
|
|
|
32495
32762
|
"example": "128",
|
|
32496
32763
|
"member": "int64",
|
|
32497
32764
|
"name": "Bitrate",
|
|
32765
|
+
"output_required": true,
|
|
32498
32766
|
"required": false,
|
|
32499
32767
|
"type": "int",
|
|
32500
32768
|
"value_allowed_null": false
|
|
@@ -32505,6 +32773,7 @@
|
|
|
32505
32773
|
"example": "44100",
|
|
32506
32774
|
"member": "int64",
|
|
32507
32775
|
"name": "SampleRate",
|
|
32776
|
+
"output_required": true,
|
|
32508
32777
|
"required": false,
|
|
32509
32778
|
"type": "int",
|
|
32510
32779
|
"value_allowed_null": false
|
|
@@ -32515,6 +32784,7 @@
|
|
|
32515
32784
|
"example": "2",
|
|
32516
32785
|
"member": "int64",
|
|
32517
32786
|
"name": "AudioChannel",
|
|
32787
|
+
"output_required": true,
|
|
32518
32788
|
"required": false,
|
|
32519
32789
|
"type": "int",
|
|
32520
32790
|
"value_allowed_null": false
|
|
@@ -32627,6 +32897,7 @@
|
|
|
32627
32897
|
"example": "libx264",
|
|
32628
32898
|
"member": "string",
|
|
32629
32899
|
"name": "Codec",
|
|
32900
|
+
"output_required": true,
|
|
32630
32901
|
"required": false,
|
|
32631
32902
|
"type": "string",
|
|
32632
32903
|
"value_allowed_null": false
|
|
@@ -32637,6 +32908,7 @@
|
|
|
32637
32908
|
"example": "1000",
|
|
32638
32909
|
"member": "int64",
|
|
32639
32910
|
"name": "Bitrate",
|
|
32911
|
+
"output_required": true,
|
|
32640
32912
|
"required": false,
|
|
32641
32913
|
"type": "int",
|
|
32642
32914
|
"value_allowed_null": false
|
|
@@ -32647,6 +32919,7 @@
|
|
|
32647
32919
|
"example": "25",
|
|
32648
32920
|
"member": "int64",
|
|
32649
32921
|
"name": "Fps",
|
|
32922
|
+
"output_required": true,
|
|
32650
32923
|
"required": false,
|
|
32651
32924
|
"type": "int",
|
|
32652
32925
|
"value_allowed_null": false
|
|
@@ -32657,6 +32930,7 @@
|
|
|
32657
32930
|
"example": "open",
|
|
32658
32931
|
"member": "string",
|
|
32659
32932
|
"name": "ResolutionAdaptive",
|
|
32933
|
+
"output_required": true,
|
|
32660
32934
|
"required": false,
|
|
32661
32935
|
"type": "string",
|
|
32662
32936
|
"value_allowed_null": false
|
|
@@ -32667,6 +32941,7 @@
|
|
|
32667
32941
|
"example": "128",
|
|
32668
32942
|
"member": "int64",
|
|
32669
32943
|
"name": "Width",
|
|
32944
|
+
"output_required": true,
|
|
32670
32945
|
"required": false,
|
|
32671
32946
|
"type": "int",
|
|
32672
32947
|
"value_allowed_null": false
|
|
@@ -32677,6 +32952,7 @@
|
|
|
32677
32952
|
"example": "128",
|
|
32678
32953
|
"member": "int64",
|
|
32679
32954
|
"name": "Height",
|
|
32955
|
+
"output_required": true,
|
|
32680
32956
|
"required": false,
|
|
32681
32957
|
"type": "int",
|
|
32682
32958
|
"value_allowed_null": false
|
|
@@ -32687,6 +32963,7 @@
|
|
|
32687
32963
|
"example": "black",
|
|
32688
32964
|
"member": "string",
|
|
32689
32965
|
"name": "FillType",
|
|
32966
|
+
"output_required": true,
|
|
32690
32967
|
"required": false,
|
|
32691
32968
|
"type": "string",
|
|
32692
32969
|
"value_allowed_null": false
|
|
@@ -32697,6 +32974,7 @@
|
|
|
32697
32974
|
"example": "125",
|
|
32698
32975
|
"member": "int64",
|
|
32699
32976
|
"name": "Gop",
|
|
32977
|
+
"output_required": true,
|
|
32700
32978
|
"required": false,
|
|
32701
32979
|
"type": "int",
|
|
32702
32980
|
"value_allowed_null": false
|
|
@@ -33452,7 +33730,7 @@
|
|
|
33452
33730
|
{
|
|
33453
33731
|
"disabled": false,
|
|
33454
33732
|
"document": "The address of the media file.",
|
|
33455
|
-
"example": "
|
|
33733
|
+
"example": "http://example.com/xxx/xxx/a.mp4",
|
|
33456
33734
|
"member": "string",
|
|
33457
33735
|
"name": "FileUrl",
|
|
33458
33736
|
"output_required": true,
|
|
@@ -33825,7 +34103,7 @@
|
|
|
33825
34103
|
{
|
|
33826
34104
|
"disabled": false,
|
|
33827
34105
|
"document": "The playback URL of the output file.",
|
|
33828
|
-
"example": "
|
|
34106
|
+
"example": "http://example.com/xxx/xxx/abc.mp4",
|
|
33829
34107
|
"member": "string",
|
|
33830
34108
|
"name": "FileUrl",
|
|
33831
34109
|
"output_required": true,
|
|
@@ -34593,7 +34871,7 @@
|
|
|
34593
34871
|
{
|
|
34594
34872
|
"disabled": false,
|
|
34595
34873
|
"document": "The URL of a suspected image (which will be deleted\n after `PicUrlExpireTime`).",
|
|
34596
|
-
"example": "http://
|
|
34874
|
+
"example": "http://example.com/xxx/image.jpg",
|
|
34597
34875
|
"member": "string",
|
|
34598
34876
|
"name": "Url",
|
|
34599
34877
|
"output_required": true,
|
|
@@ -34781,7 +35059,7 @@
|
|
|
34781
35059
|
{
|
|
34782
35060
|
"disabled": false,
|
|
34783
35061
|
"document": "The URL of the file that contains suspicious segments. The file is in JSON format and has the same data structure as `SegmentSet`. Instead of being saved permanently, the file is deleted upon the expiration time (`SegmentSetFileUrlExpireTime`).",
|
|
34784
|
-
"example": "http://
|
|
35062
|
+
"example": "http://example.com/xxx/a.mp4",
|
|
34785
35063
|
"member": "string",
|
|
34786
35064
|
"name": "SegmentSetFileUrl",
|
|
34787
35065
|
"output_required": true,
|
|
@@ -34922,7 +35200,7 @@
|
|
|
34922
35200
|
{
|
|
34923
35201
|
"disabled": false,
|
|
34924
35202
|
"document": "The URL of the file that contains suspicious segments. The file is in JSON format and has the same data structure as `SegmentSet`. Instead of being saved permanently, the file is deleted upon the expiration time (`SegmentSetFileUrlExpireTime`).",
|
|
34925
|
-
"example": "http://
|
|
35203
|
+
"example": "http://example.com/xxx/a.mp4",
|
|
34926
35204
|
"member": "string",
|
|
34927
35205
|
"name": "SegmentSetFileUrl",
|
|
34928
35206
|
"output_required": true,
|
|
@@ -36357,7 +36635,7 @@
|
|
|
36357
36635
|
{
|
|
36358
36636
|
"disabled": false,
|
|
36359
36637
|
"document": "Address of output screenshot file.\nNote: this field may return null, indicating that no valid values can be obtained.",
|
|
36360
|
-
"example": "http://
|
|
36638
|
+
"example": "http://example.com/b7364ee0vodgzp1000000000/1c32a5e74424135347123456789/f0.jpg",
|
|
36361
36639
|
"member": "string",
|
|
36362
36640
|
"name": "Url",
|
|
36363
36641
|
"output_required": true,
|
|
@@ -38211,16 +38489,18 @@
|
|
|
38211
38489
|
"example": "ON",
|
|
38212
38490
|
"member": "string",
|
|
38213
38491
|
"name": "Switch",
|
|
38492
|
+
"output_required": true,
|
|
38214
38493
|
"required": false,
|
|
38215
38494
|
"type": "string",
|
|
38216
38495
|
"value_allowed_null": false
|
|
38217
38496
|
},
|
|
38218
38497
|
{
|
|
38219
|
-
"disabled":
|
|
38498
|
+
"disabled": true,
|
|
38220
38499
|
"document": "This parameter has been deprecated.",
|
|
38221
38500
|
"example": "100",
|
|
38222
38501
|
"member": "uint64",
|
|
38223
38502
|
"name": "Definition",
|
|
38503
|
+
"output_required": true,
|
|
38224
38504
|
"required": false,
|
|
38225
38505
|
"type": "int",
|
|
38226
38506
|
"value_allowed_null": false
|
|
@@ -38234,7 +38514,7 @@
|
|
|
38234
38514
|
{
|
|
38235
38515
|
"disabled": false,
|
|
38236
38516
|
"document": "Playback address.",
|
|
38237
|
-
"example": "http://
|
|
38517
|
+
"example": "http://example.com/b7364ee0vodgzp1000000000/1c32a5e74424135347123456789/f0.mp4",
|
|
38238
38518
|
"member": "string",
|
|
38239
38519
|
"name": "Url",
|
|
38240
38520
|
"output_required": true,
|
|
@@ -38350,7 +38630,7 @@
|
|
|
38350
38630
|
{
|
|
38351
38631
|
"disabled": false,
|
|
38352
38632
|
"document": "Cover address.\nNote: this field may return null, indicating that no valid values can be obtained.",
|
|
38353
|
-
"example": "http://
|
|
38633
|
+
"example": "http://example.com/b7364ee0vodgzp1000000000/1c32a5e74424135347123456789/f0.jpg",
|
|
38354
38634
|
"member": "string",
|
|
38355
38635
|
"name": "CoverUrl",
|
|
38356
38636
|
"output_required": true,
|