tccli-intl-en 3.0.1188.1__py2.py3-none-any.whl → 3.1.28.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 +46 -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 +444 -272
- 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 +1007 -139
- tccli/services/billing/v20180709/api.json +1707 -429
- tccli/services/billing/v20180709/examples.json +161 -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 +463 -208
- tccli/services/cdb/v20170320/examples.json +8 -8
- 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/cdn/v20180606/api.json +22 -22
- tccli/services/cdn/v20180606/examples.json +1 -1
- 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 +1149 -259
- tccli/services/ckafka/v20190819/api.json +3738 -1696
- tccli/services/ckafka/v20190819/examples.json +266 -162
- tccli/services/clb/clb_client.py +1054 -469
- tccli/services/clb/v20180317/api.json +2273 -1020
- tccli/services/clb/v20180317/examples.json +184 -124
- 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 +1003 -453
- tccli/services/cvm/v20170312/examples.json +176 -130
- tccli/services/cwp/cwp_client.py +2325 -930
- tccli/services/cynosdb/cynosdb_client.py +2272 -591
- tccli/services/cynosdb/v20190107/api.json +12480 -7740
- tccli/services/cynosdb/v20190107/examples.json +193 -9
- 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 +490 -0
- tccli/services/hunyuan/v20230901/api.json +566 -0
- tccli/services/hunyuan/v20230901/examples.json +52 -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 +363 -78
- tccli/services/intlpartnersmgt/v20220928/api.json +513 -22
- tccli/services/intlpartnersmgt/v20220928/examples.json +24 -0
- 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 +1465 -123
- tccli/services/kms/v20190118/examples.json +129 -3
- tccli/services/lcic/lcic_client.py +265 -106
- tccli/services/lighthouse/lighthouse_client.py +730 -172
- tccli/services/lighthouse/v20200324/api.json +502 -14
- tccli/services/lighthouse/v20200324/examples.json +59 -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 +989 -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 +1437 -100
- tccli/services/mdl/v20200326/examples.json +48 -16
- tccli/services/mdp/mdp_client.py +785 -122
- tccli/services/mdp/v20200527/api.json +1336 -49
- 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 +664 -15
- tccli/services/monitor/v20180724/examples.json +152 -4
- tccli/services/mps/mps_client.py +1878 -379
- tccli/services/mps/v20190612/api.json +7473 -1626
- tccli/services/mps/v20190612/examples.json +276 -82
- tccli/services/mqtt/__init__.py +4 -0
- tccli/services/mqtt/mqtt_client.py +1610 -0
- tccli/services/mqtt/v20240516/api.json +3057 -0
- tccli/services/mqtt/v20240516/examples.json +213 -0
- tccli/services/msp/msp_client.py +35 -14
- tccli/services/ocr/ocr_client.py +515 -74
- tccli/services/ocr/v20181119/api.json +1991 -168
- tccli/services/ocr/v20181119/examples.json +58 -4
- 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/tbaas_client.py +20 -8
- 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 +1084 -980
- tccli/services/tcsas/v20250106/examples.json +15 -15
- 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 +858 -276
- tccli/services/tke/v20180525/api.json +227 -0
- tccli/services/tke/v20180525/examples.json +24 -0
- 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/trabbit_client.py +145 -58
- 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 +531 -54
- tccli/services/vod/v20180717/examples.json +25 -7
- tccli/services/vod/v20240718/api.json +1105 -0
- tccli/services/vod/v20240718/examples.json +97 -0
- tccli/services/vod/vod_client.py +1428 -350
- tccli/services/vpc/v20170312/api.json +1031 -133
- tccli/services/vpc/v20170312/examples.json +119 -23
- tccli/services/vpc/vpc_client.py +2159 -644
- 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/v20250806/api.json +13644 -0
- tccli/services/wedata/v20250806/examples.json +621 -0
- tccli/services/wedata/wedata_client.py +6067 -1263
- tccli/services/yunjing/yunjing_client.py +355 -142
- {tccli_intl_en-3.0.1188.1.dist-info → tccli_intl_en-3.1.28.1.dist-info}/METADATA +4 -7
- {tccli_intl_en-3.0.1188.1.dist-info → tccli_intl_en-3.1.28.1.dist-info}/RECORD +292 -232
- {tccli_intl_en-3.0.1188.1.dist-info → tccli_intl_en-3.1.28.1.dist-info}/WHEEL +1 -1
- {tccli_intl_en-3.0.1188.1.dist-info → tccli_intl_en-3.1.28.1.dist-info}/entry_points.txt +0 -1
- {tccli_intl_en-3.0.1188.1.dist-info → tccli_intl_en-3.1.28.1.dist-info}/LICENSE +0 -0
- {tccli_intl_en-3.0.1188.1.dist-info → tccli_intl_en-3.1.28.1.dist-info}/top_level.txt +0 -0
|
@@ -477,7 +477,7 @@
|
|
|
477
477
|
"status": "online"
|
|
478
478
|
},
|
|
479
479
|
"DescribeCDNUsageData": {
|
|
480
|
-
"document": "This API is used to query the CDN statistics of VOD such as traffic and bandwidth.\n 1.
|
|
480
|
+
"document": "This API is used to query the CDN statistics of VOD such as traffic and bandwidth.\n 1. CDN usage data is retained on the system side for 13 months, while you can only query the CDN usage data for the most recent 365 days via the API.If you need to retrieve historical usage data beyond 365 days, please contact us.\n 2. The query time range cannot be more than 90 days.\n 3. The time granularity of usage data can be specified, including 5-minute, 1-hour, and 1-day.\n 4. Traffic refers to the total traffic within the query time granularity, while bandwidth the peak bandwidth.",
|
|
481
481
|
"input": "DescribeCDNUsageDataRequest",
|
|
482
482
|
"name": "Queries CDN usage data of VOD",
|
|
483
483
|
"output": "DescribeCDNUsageDataResponse",
|
|
@@ -603,7 +603,7 @@
|
|
|
603
603
|
"status": "online"
|
|
604
604
|
},
|
|
605
605
|
"DescribeMediaProcessUsageData": {
|
|
606
|
-
"document": "This API is used to query the information of video processing usage within the specified time range.\n 1.
|
|
606
|
+
"document": "This API is used to query the information of video processing usage within the specified time range.\n 1. Video processing usage data is retained on the system side for 13 months, and you may only query the usage data for the most recent 365 days via the API. If you need to retrieve historical usage data beyond 365 days, please contact us.\n 2. The query time range cannot be more than 90 days.",
|
|
607
607
|
"input": "DescribeMediaProcessUsageDataRequest",
|
|
608
608
|
"name": "Queries video processing usage statistics",
|
|
609
609
|
"output": "DescribeMediaProcessUsageDataResponse",
|
|
@@ -680,7 +680,7 @@
|
|
|
680
680
|
"status": "online"
|
|
681
681
|
},
|
|
682
682
|
"DescribeStorageDetails": {
|
|
683
|
-
"document": "This API is used to query VOD storage usage in bytes within the query period.\n 1.
|
|
683
|
+
"document": "This API is used to query VOD storage usage in bytes within the query period.\n 1. Storage usage data is retained on the system side for 13 months, and you may only query the usage data for the most recent 365 days via the API. If you need to retrieve historical usage data beyond 365 days, please contact us.\n 2. The query period is up to 90 days.\n 3. The query period at minute-level granularity is up to 7 days.",
|
|
684
684
|
"input": "DescribeStorageDetailsRequest",
|
|
685
685
|
"name": "Queries storage capacity usage details",
|
|
686
686
|
"output": "DescribeStorageDetailsResponse",
|
|
@@ -812,6 +812,13 @@
|
|
|
812
812
|
"output": "HandleCurrentPlaylistResponse",
|
|
813
813
|
"status": "online"
|
|
814
814
|
},
|
|
815
|
+
"ImportMediaKnowledge": {
|
|
816
|
+
"document": "This API is used to import AI analysis results into the knowledge base.",
|
|
817
|
+
"input": "ImportMediaKnowledgeRequest",
|
|
818
|
+
"name": "Import media to knowledge base",
|
|
819
|
+
"output": "ImportMediaKnowledgeResponse",
|
|
820
|
+
"status": "online"
|
|
821
|
+
},
|
|
815
822
|
"InspectMediaQuality": {
|
|
816
823
|
"document": "Initiate media quality inspection task.",
|
|
817
824
|
"input": "InspectMediaQualityRequest",
|
|
@@ -1057,6 +1064,13 @@
|
|
|
1057
1064
|
"output": "ProcessMediaResponse",
|
|
1058
1065
|
"status": "online"
|
|
1059
1066
|
},
|
|
1067
|
+
"ProcessMediaByMPS": {
|
|
1068
|
+
"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.",
|
|
1069
|
+
"input": "ProcessMediaByMPSRequest",
|
|
1070
|
+
"name": "Use MPS for media processing",
|
|
1071
|
+
"output": "ProcessMediaByMPSResponse",
|
|
1072
|
+
"status": "online"
|
|
1073
|
+
},
|
|
1060
1074
|
"ProcessMediaByProcedure": {
|
|
1061
1075
|
"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
1076
|
"input": "ProcessMediaByProcedureRequest",
|
|
@@ -1155,6 +1169,13 @@
|
|
|
1155
1169
|
"output": "SearchMediaResponse",
|
|
1156
1170
|
"status": "online"
|
|
1157
1171
|
},
|
|
1172
|
+
"SearchMediaBySemantics": {
|
|
1173
|
+
"document": "This API is used to conduct semantic search on media using natural language.",
|
|
1174
|
+
"input": "SearchMediaBySemanticsRequest",
|
|
1175
|
+
"name": "Search media by semantic",
|
|
1176
|
+
"output": "SearchMediaBySemanticsResponse",
|
|
1177
|
+
"status": "online"
|
|
1178
|
+
},
|
|
1158
1179
|
"SetDrmKeyProviderInfo": {
|
|
1159
1180
|
"document": "This API is used to configure DRM key information.",
|
|
1160
1181
|
"input": "SetDrmKeyProviderInfoRequest",
|
|
@@ -3159,7 +3180,7 @@
|
|
|
3159
3180
|
{
|
|
3160
3181
|
"disabled": false,
|
|
3161
3182
|
"document": "The URL of a subtitle file.",
|
|
3162
|
-
"example": "https://
|
|
3183
|
+
"example": "https://example.com/6cbf8d22vodcq123/032fd9961397757957958967101/subtitles/7iSNv9.vtt",
|
|
3163
3184
|
"member": "string",
|
|
3164
3185
|
"name": "Url",
|
|
3165
3186
|
"output_required": true,
|
|
@@ -4934,7 +4955,7 @@
|
|
|
4934
4955
|
{
|
|
4935
4956
|
"disabled": false,
|
|
4936
4957
|
"document": "Split video segment URL.",
|
|
4937
|
-
"example": "https://
|
|
4958
|
+
"example": "https://example.com/6cbf8d22vodcq123/032fd9961397757957958967101/f0.mp4",
|
|
4938
4959
|
"member": "string",
|
|
4939
4960
|
"name": "SegmentUrl",
|
|
4940
4961
|
"output_required": true,
|
|
@@ -4974,7 +4995,7 @@
|
|
|
4974
4995
|
{
|
|
4975
4996
|
"disabled": false,
|
|
4976
4997
|
"document": "Split cover image URL.",
|
|
4977
|
-
"example": "https://
|
|
4998
|
+
"example": "https://example.com/6cbf8d22vodcq123/032fd9961397757957958967101/cover.jpg",
|
|
4978
4999
|
"member": "string",
|
|
4979
5000
|
"name": "CovImgUrl",
|
|
4980
5001
|
"output_required": true,
|
|
@@ -9014,7 +9035,7 @@
|
|
|
9014
9035
|
{
|
|
9015
9036
|
"disabled": false,
|
|
9016
9037
|
"document": "Output target file address.\nNote: this field may return null, indicating that no valid values can be obtained.",
|
|
9017
|
-
"example": "http://
|
|
9038
|
+
"example": "http://example.com/b7364ee0vodgzp1000000000/1c32a5e74424135347123456789/f0.mp4",
|
|
9018
9039
|
"member": "string",
|
|
9019
9040
|
"name": "FileUrl",
|
|
9020
9041
|
"output_required": true,
|
|
@@ -9346,7 +9367,7 @@
|
|
|
9346
9367
|
{
|
|
9347
9368
|
"disabled": false,
|
|
9348
9369
|
"document": "Playback address of the output manifest.",
|
|
9349
|
-
"example": "http://
|
|
9370
|
+
"example": "http://example.com/cf72b740vodtranscq1250000000/aa2a78091397757895313140803/adp.10.m3u8",
|
|
9350
9371
|
"member": "string",
|
|
9351
9372
|
"name": "Url",
|
|
9352
9373
|
"output_required": true,
|
|
@@ -9805,7 +9826,7 @@
|
|
|
9805
9826
|
"example": "mp4",
|
|
9806
9827
|
"member": "string",
|
|
9807
9828
|
"name": "FileType",
|
|
9808
|
-
"
|
|
9829
|
+
"output_required": true,
|
|
9809
9830
|
"type": "string",
|
|
9810
9831
|
"value_allowed_null": false
|
|
9811
9832
|
},
|
|
@@ -9815,17 +9836,17 @@
|
|
|
9815
9836
|
"example": "523xxx",
|
|
9816
9837
|
"member": "string",
|
|
9817
9838
|
"name": "FileId",
|
|
9818
|
-
"
|
|
9839
|
+
"output_required": true,
|
|
9819
9840
|
"type": "string",
|
|
9820
9841
|
"value_allowed_null": false
|
|
9821
9842
|
},
|
|
9822
9843
|
{
|
|
9823
9844
|
"disabled": false,
|
|
9824
9845
|
"document": "Media file playback address.",
|
|
9825
|
-
"example": "http://
|
|
9846
|
+
"example": "http://example.com/xxx/xxx/xx.mp4",
|
|
9826
9847
|
"member": "string",
|
|
9827
9848
|
"name": "FileUrl",
|
|
9828
|
-
"
|
|
9849
|
+
"output_required": true,
|
|
9829
9850
|
"type": "string",
|
|
9830
9851
|
"value_allowed_null": false
|
|
9831
9852
|
},
|
|
@@ -9835,7 +9856,7 @@
|
|
|
9835
9856
|
"example": "fileName",
|
|
9836
9857
|
"member": "string",
|
|
9837
9858
|
"name": "MediaName",
|
|
9838
|
-
"
|
|
9859
|
+
"output_required": true,
|
|
9839
9860
|
"type": "string",
|
|
9840
9861
|
"value_allowed_null": false
|
|
9841
9862
|
},
|
|
@@ -9845,7 +9866,7 @@
|
|
|
9845
9866
|
"example": "0",
|
|
9846
9867
|
"member": "int64",
|
|
9847
9868
|
"name": "ClassId",
|
|
9848
|
-
"
|
|
9869
|
+
"output_required": true,
|
|
9849
9870
|
"type": "int",
|
|
9850
9871
|
"value_allowed_null": false
|
|
9851
9872
|
},
|
|
@@ -9855,7 +9876,7 @@
|
|
|
9855
9876
|
"example": "9999-12-31T23:59:59Z",
|
|
9856
9877
|
"member": "string",
|
|
9857
9878
|
"name": "ExpireTime",
|
|
9858
|
-
"
|
|
9879
|
+
"output_required": true,
|
|
9859
9880
|
"type": "string",
|
|
9860
9881
|
"value_allowed_null": false
|
|
9861
9882
|
}
|
|
@@ -9898,7 +9919,7 @@
|
|
|
9898
9919
|
{
|
|
9899
9920
|
"disabled": false,
|
|
9900
9921
|
"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://
|
|
9922
|
+
"example": "http://example.com/b7364ee0vodgzp1000000000/1c32a5e74424135347123456789/f0.mp4",
|
|
9902
9923
|
"member": "string",
|
|
9903
9924
|
"name": "FileUrl",
|
|
9904
9925
|
"output_required": true,
|
|
@@ -10310,7 +10331,7 @@
|
|
|
10310
10331
|
{
|
|
10311
10332
|
"disabled": false,
|
|
10312
10333
|
"document": "Cover URL.",
|
|
10313
|
-
"example": "http://
|
|
10334
|
+
"example": "http://example.com/b7364ee0vodgzp1000000000/1c32a5e74424135347123456789/f0.jpg",
|
|
10314
10335
|
"member": "string",
|
|
10315
10336
|
"name": "CoverUrl",
|
|
10316
10337
|
"output_required": true,
|
|
@@ -11542,7 +11563,7 @@
|
|
|
11542
11563
|
{
|
|
11543
11564
|
"disabled": false,
|
|
11544
11565
|
"document": "Address of output image sprite.\nNote: this field may return null, indicating that no valid values can be obtained.",
|
|
11545
|
-
"example": "http://
|
|
11566
|
+
"example": "http://example.com/b7364ee0vodgzp1000000000/1c32a5e74424135347123456789/f0.jpg",
|
|
11546
11567
|
"member": "string",
|
|
11547
11568
|
"name": "ImageSpriteUrlSet",
|
|
11548
11569
|
"output_required": true,
|
|
@@ -11552,7 +11573,7 @@
|
|
|
11552
11573
|
{
|
|
11553
11574
|
"disabled": false,
|
|
11554
11575
|
"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://
|
|
11576
|
+
"example": "http://example.com/b7364ee0vodgzp1000000000/1c32a5e74424135347123456789/f0.vtt",
|
|
11556
11577
|
"member": "string",
|
|
11557
11578
|
"name": "WebVttUrl",
|
|
11558
11579
|
"output_required": true,
|
|
@@ -17373,7 +17394,7 @@
|
|
|
17373
17394
|
{
|
|
17374
17395
|
"disabled": false,
|
|
17375
17396
|
"document": "Video processing task ID.",
|
|
17376
|
-
"example": "
|
|
17397
|
+
"example": "1490013579-procedurev2-acd135",
|
|
17377
17398
|
"member": "string",
|
|
17378
17399
|
"name": "TaskId",
|
|
17379
17400
|
"required": true,
|
|
@@ -17396,7 +17417,7 @@
|
|
|
17396
17417
|
"members": [
|
|
17397
17418
|
{
|
|
17398
17419
|
"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>",
|
|
17420
|
+
"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
17421
|
"example": "Procedure",
|
|
17401
17422
|
"member": "string",
|
|
17402
17423
|
"name": "TaskType",
|
|
@@ -17664,6 +17685,16 @@
|
|
|
17664
17685
|
"type": "object",
|
|
17665
17686
|
"value_allowed_null": true
|
|
17666
17687
|
},
|
|
17688
|
+
{
|
|
17689
|
+
"disabled": false,
|
|
17690
|
+
"document": "Media processing by MPS task information. This field contains a value only when TaskType is ProcessMediaByMPS.",
|
|
17691
|
+
"example": "无",
|
|
17692
|
+
"member": "ProcessMediaByMPS",
|
|
17693
|
+
"name": "ProcessMediaByMPSTask",
|
|
17694
|
+
"output_required": false,
|
|
17695
|
+
"type": "object",
|
|
17696
|
+
"value_allowed_null": false
|
|
17697
|
+
},
|
|
17667
17698
|
{
|
|
17668
17699
|
"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
17700
|
"member": "string",
|
|
@@ -18844,17 +18875,17 @@
|
|
|
18844
18875
|
"example": "mp4",
|
|
18845
18876
|
"member": "string",
|
|
18846
18877
|
"name": "FileType",
|
|
18847
|
-
"
|
|
18878
|
+
"output_required": true,
|
|
18848
18879
|
"type": "string",
|
|
18849
18880
|
"value_allowed_null": false
|
|
18850
18881
|
},
|
|
18851
18882
|
{
|
|
18852
18883
|
"disabled": false,
|
|
18853
18884
|
"document": "Media file playback address.\nNote: this field may return null, indicating that no valid values can be obtained.",
|
|
18854
|
-
"example": "http://
|
|
18885
|
+
"example": "http://example.com/xxx/xxx/xx.mp4",
|
|
18855
18886
|
"member": "string",
|
|
18856
18887
|
"name": "FileUrl",
|
|
18857
|
-
"
|
|
18888
|
+
"output_required": true,
|
|
18858
18889
|
"type": "string",
|
|
18859
18890
|
"value_allowed_null": false
|
|
18860
18891
|
},
|
|
@@ -18864,7 +18895,7 @@
|
|
|
18864
18895
|
"example": "523xxx",
|
|
18865
18896
|
"member": "string",
|
|
18866
18897
|
"name": "FileId",
|
|
18867
|
-
"
|
|
18898
|
+
"output_required": true,
|
|
18868
18899
|
"type": "string",
|
|
18869
18900
|
"value_allowed_null": false
|
|
18870
18901
|
},
|
|
@@ -18874,7 +18905,7 @@
|
|
|
18874
18905
|
"example": "fileName",
|
|
18875
18906
|
"member": "string",
|
|
18876
18907
|
"name": "MediaName",
|
|
18877
|
-
"
|
|
18908
|
+
"output_required": true,
|
|
18878
18909
|
"type": "string",
|
|
18879
18910
|
"value_allowed_null": false
|
|
18880
18911
|
},
|
|
@@ -18884,7 +18915,7 @@
|
|
|
18884
18915
|
"example": "0",
|
|
18885
18916
|
"member": "int64",
|
|
18886
18917
|
"name": "ClassId",
|
|
18887
|
-
"
|
|
18918
|
+
"output_required": true,
|
|
18888
18919
|
"type": "int",
|
|
18889
18920
|
"value_allowed_null": false
|
|
18890
18921
|
},
|
|
@@ -18894,7 +18925,7 @@
|
|
|
18894
18925
|
"example": "9999-12-31T23:59:59Z",
|
|
18895
18926
|
"member": "string",
|
|
18896
18927
|
"name": "ExpireTime",
|
|
18897
|
-
"
|
|
18928
|
+
"output_required": true,
|
|
18898
18929
|
"type": "string",
|
|
18899
18930
|
"value_allowed_null": false
|
|
18900
18931
|
}
|
|
@@ -20001,7 +20032,7 @@
|
|
|
20001
20032
|
{
|
|
20002
20033
|
"disabled": false,
|
|
20003
20034
|
"document": "The URL of the media on which digital watermark extraction is to be performed.",
|
|
20004
|
-
"example": "http://
|
|
20035
|
+
"example": "http://example.com/b7364ee0vodgzp1000000000/1c32a5e74424135347123456789/f0.mp4",
|
|
20005
20036
|
"member": "string",
|
|
20006
20037
|
"name": "Url",
|
|
20007
20038
|
"output_required": true,
|
|
@@ -20035,7 +20066,7 @@
|
|
|
20035
20066
|
"value_allowed_null": false
|
|
20036
20067
|
},
|
|
20037
20068
|
{
|
|
20038
|
-
"disabled":
|
|
20069
|
+
"disabled": true,
|
|
20039
20070
|
"document": "This parameter has been deprecated.",
|
|
20040
20071
|
"example": "uid-test",
|
|
20041
20072
|
"member": "string",
|
|
@@ -21863,6 +21894,61 @@
|
|
|
21863
21894
|
],
|
|
21864
21895
|
"usage": "out"
|
|
21865
21896
|
},
|
|
21897
|
+
"ImportMediaKnowledgeRequest": {
|
|
21898
|
+
"document": "ImportMediaKnowledge request structure.",
|
|
21899
|
+
"members": [
|
|
21900
|
+
{
|
|
21901
|
+
"disabled": false,
|
|
21902
|
+
"document": "<b>Specifies the VOD application ID.</b>",
|
|
21903
|
+
"example": "1490012345",
|
|
21904
|
+
"member": "uint64",
|
|
21905
|
+
"name": "SubAppId",
|
|
21906
|
+
"required": true,
|
|
21907
|
+
"type": "int"
|
|
21908
|
+
},
|
|
21909
|
+
{
|
|
21910
|
+
"disabled": false,
|
|
21911
|
+
"document": "media file ID, the globally unique identifier of the file in vod, is assigned by the vod backend after successful upload. can be obtained from the [video upload completion event notification](https://www.tencentcloud.com/document/product/266/7830?from_cn_redirect=1) or [vod console](https://console.tencentcloud.com//vod/media).",
|
|
21912
|
+
"example": "5285485487985271487",
|
|
21913
|
+
"member": "string",
|
|
21914
|
+
"name": "FileId",
|
|
21915
|
+
"required": true,
|
|
21916
|
+
"type": "string"
|
|
21917
|
+
},
|
|
21918
|
+
{
|
|
21919
|
+
"disabled": false,
|
|
21920
|
+
"document": "Specifies the task type for importing the knowledge base. valid values:.\n- AiAnalysis.DescriptionTask\n- SmartSubtitle.AsrFullTextTask",
|
|
21921
|
+
"example": "[\"AiAnalysis.DescriptionTask\"]",
|
|
21922
|
+
"member": "string",
|
|
21923
|
+
"name": "ImportTasks",
|
|
21924
|
+
"required": true,
|
|
21925
|
+
"type": "list"
|
|
21926
|
+
}
|
|
21927
|
+
],
|
|
21928
|
+
"type": "object"
|
|
21929
|
+
},
|
|
21930
|
+
"ImportMediaKnowledgeResponse": {
|
|
21931
|
+
"document": "ImportMediaKnowledge response structure.",
|
|
21932
|
+
"members": [
|
|
21933
|
+
{
|
|
21934
|
+
"disabled": false,
|
|
21935
|
+
"document": "Task ID.",
|
|
21936
|
+
"example": "125xxx65-ImportMediaKnowledge-bffb15f07530b57bc1aabb01fac74bca",
|
|
21937
|
+
"member": "string",
|
|
21938
|
+
"name": "TaskId",
|
|
21939
|
+
"output_required": false,
|
|
21940
|
+
"type": "string",
|
|
21941
|
+
"value_allowed_null": false
|
|
21942
|
+
},
|
|
21943
|
+
{
|
|
21944
|
+
"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.",
|
|
21945
|
+
"member": "string",
|
|
21946
|
+
"name": "RequestId",
|
|
21947
|
+
"type": "string"
|
|
21948
|
+
}
|
|
21949
|
+
],
|
|
21950
|
+
"type": "object"
|
|
21951
|
+
},
|
|
21866
21952
|
"InspectMediaQualityRequest": {
|
|
21867
21953
|
"document": "InspectMediaQuality request structure.",
|
|
21868
21954
|
"members": [
|
|
@@ -22490,6 +22576,144 @@
|
|
|
22490
22576
|
],
|
|
22491
22577
|
"usage": "both"
|
|
22492
22578
|
},
|
|
22579
|
+
"MPSOutputFile": {
|
|
22580
|
+
"document": "",
|
|
22581
|
+
"members": [
|
|
22582
|
+
{
|
|
22583
|
+
"disabled": false,
|
|
22584
|
+
"document": "",
|
|
22585
|
+
"example": "AiAnalysis.DeLogo.Video",
|
|
22586
|
+
"member": "string",
|
|
22587
|
+
"name": "FileType",
|
|
22588
|
+
"output_required": true,
|
|
22589
|
+
"type": "string",
|
|
22590
|
+
"value_allowed_null": false
|
|
22591
|
+
},
|
|
22592
|
+
{
|
|
22593
|
+
"disabled": false,
|
|
22594
|
+
"document": "",
|
|
22595
|
+
"example": "Temporary",
|
|
22596
|
+
"member": "string",
|
|
22597
|
+
"name": "StorageMode",
|
|
22598
|
+
"output_required": false,
|
|
22599
|
+
"type": "string",
|
|
22600
|
+
"value_allowed_null": false
|
|
22601
|
+
},
|
|
22602
|
+
{
|
|
22603
|
+
"disabled": false,
|
|
22604
|
+
"document": "",
|
|
22605
|
+
"example": "5233524878",
|
|
22606
|
+
"member": "string",
|
|
22607
|
+
"name": "FileId",
|
|
22608
|
+
"output_required": false,
|
|
22609
|
+
"type": "string",
|
|
22610
|
+
"value_allowed_null": false
|
|
22611
|
+
},
|
|
22612
|
+
{
|
|
22613
|
+
"disabled": false,
|
|
22614
|
+
"document": "",
|
|
22615
|
+
"example": "https://example.com/dir/a.mp4",
|
|
22616
|
+
"member": "string",
|
|
22617
|
+
"name": "Url",
|
|
22618
|
+
"output_required": true,
|
|
22619
|
+
"type": "string",
|
|
22620
|
+
"value_allowed_null": false
|
|
22621
|
+
},
|
|
22622
|
+
{
|
|
22623
|
+
"disabled": false,
|
|
22624
|
+
"document": "",
|
|
22625
|
+
"example": "720",
|
|
22626
|
+
"member": "uint64",
|
|
22627
|
+
"name": "ExpiredTime",
|
|
22628
|
+
"output_required": false,
|
|
22629
|
+
"type": "int",
|
|
22630
|
+
"value_allowed_null": false
|
|
22631
|
+
}
|
|
22632
|
+
],
|
|
22633
|
+
"usage": "out"
|
|
22634
|
+
},
|
|
22635
|
+
"MPSSubTaskResult": {
|
|
22636
|
+
"document": "",
|
|
22637
|
+
"members": [
|
|
22638
|
+
{
|
|
22639
|
+
"disabled": false,
|
|
22640
|
+
"document": "",
|
|
22641
|
+
"example": "AiAnalysis.DeLogo",
|
|
22642
|
+
"member": "string",
|
|
22643
|
+
"name": "TaskType",
|
|
22644
|
+
"output_required": true,
|
|
22645
|
+
"type": "string",
|
|
22646
|
+
"value_allowed_null": false
|
|
22647
|
+
},
|
|
22648
|
+
{
|
|
22649
|
+
"disabled": false,
|
|
22650
|
+
"document": "",
|
|
22651
|
+
"example": "PROCESSING",
|
|
22652
|
+
"member": "string",
|
|
22653
|
+
"name": "Status",
|
|
22654
|
+
"output_required": true,
|
|
22655
|
+
"type": "string",
|
|
22656
|
+
"value_allowed_null": false
|
|
22657
|
+
},
|
|
22658
|
+
{
|
|
22659
|
+
"disabled": false,
|
|
22660
|
+
"document": "",
|
|
22661
|
+
"example": "0",
|
|
22662
|
+
"member": "string",
|
|
22663
|
+
"name": "ErrCode",
|
|
22664
|
+
"output_required": true,
|
|
22665
|
+
"type": "string",
|
|
22666
|
+
"value_allowed_null": false
|
|
22667
|
+
},
|
|
22668
|
+
{
|
|
22669
|
+
"disabled": false,
|
|
22670
|
+
"document": "",
|
|
22671
|
+
"example": "SUCCESS",
|
|
22672
|
+
"member": "string",
|
|
22673
|
+
"name": "Message",
|
|
22674
|
+
"output_required": true,
|
|
22675
|
+
"type": "string",
|
|
22676
|
+
"value_allowed_null": false
|
|
22677
|
+
},
|
|
22678
|
+
{
|
|
22679
|
+
"disabled": false,
|
|
22680
|
+
"document": "",
|
|
22681
|
+
"example": "{\"Definition\": 24}",
|
|
22682
|
+
"member": "string",
|
|
22683
|
+
"name": "Input",
|
|
22684
|
+
"output_required": true,
|
|
22685
|
+
"type": "string",
|
|
22686
|
+
"value_allowed_null": false
|
|
22687
|
+
},
|
|
22688
|
+
{
|
|
22689
|
+
"disabled": false,
|
|
22690
|
+
"document": "",
|
|
22691
|
+
"example": "无",
|
|
22692
|
+
"member": "MPSTaskOutput",
|
|
22693
|
+
"name": "Output",
|
|
22694
|
+
"output_required": true,
|
|
22695
|
+
"type": "object",
|
|
22696
|
+
"value_allowed_null": false
|
|
22697
|
+
}
|
|
22698
|
+
],
|
|
22699
|
+
"usage": "out"
|
|
22700
|
+
},
|
|
22701
|
+
"MPSTaskOutput": {
|
|
22702
|
+
"document": "",
|
|
22703
|
+
"members": [
|
|
22704
|
+
{
|
|
22705
|
+
"disabled": false,
|
|
22706
|
+
"document": "",
|
|
22707
|
+
"example": "无",
|
|
22708
|
+
"member": "MPSOutputFile",
|
|
22709
|
+
"name": "OutputFiles",
|
|
22710
|
+
"output_required": false,
|
|
22711
|
+
"type": "list",
|
|
22712
|
+
"value_allowed_null": false
|
|
22713
|
+
}
|
|
22714
|
+
],
|
|
22715
|
+
"usage": "out"
|
|
22716
|
+
},
|
|
22493
22717
|
"ManageTaskRequest": {
|
|
22494
22718
|
"document": "ManageTask request structure.",
|
|
22495
22719
|
"members": [
|
|
@@ -22845,7 +23069,7 @@
|
|
|
22845
23069
|
{
|
|
22846
23070
|
"disabled": false,
|
|
22847
23071
|
"document": "Address of generated animated image.\nNote: this field may return null, indicating that no valid values can be obtained.",
|
|
22848
|
-
"example": "http://
|
|
23072
|
+
"example": "http://example.com/xxx/xxx/v.f20001.webp",
|
|
22849
23073
|
"member": "string",
|
|
22850
23074
|
"name": "Url",
|
|
22851
23075
|
"output_required": true,
|
|
@@ -23067,7 +23291,7 @@
|
|
|
23067
23291
|
{
|
|
23068
23292
|
"disabled": false,
|
|
23069
23293
|
"document": "Cover image address of media file.\nNote: this field may return null, indicating that no valid values can be obtained.",
|
|
23070
|
-
"example": "http://
|
|
23294
|
+
"example": "http://example.com/xxx/snapshot/1572936704_3908310029.100_0.jpg",
|
|
23071
23295
|
"member": "string",
|
|
23072
23296
|
"name": "CoverUrl",
|
|
23073
23297
|
"output_required": true,
|
|
@@ -23087,7 +23311,7 @@
|
|
|
23087
23311
|
{
|
|
23088
23312
|
"disabled": false,
|
|
23089
23313
|
"document": "URL of source media file.\nNote: this field may return null, indicating that no valid values can be obtained.",
|
|
23090
|
-
"example": "http://
|
|
23314
|
+
"example": "http://example.com/xxx/snapshot/xxx.mp4",
|
|
23091
23315
|
"member": "string",
|
|
23092
23316
|
"name": "MediaUrl",
|
|
23093
23317
|
"output_required": true,
|
|
@@ -23383,7 +23607,7 @@
|
|
|
23383
23607
|
{
|
|
23384
23608
|
"disabled": false,
|
|
23385
23609
|
"document": "URL of a suspected image (which will not be permanently stored\nand will be deleted after `PicUrlExpireTime`).",
|
|
23386
|
-
"example": "https://
|
|
23610
|
+
"example": "https://example.com/xxx/xxx.jpg",
|
|
23387
23611
|
"member": "string",
|
|
23388
23612
|
"name": "Url",
|
|
23389
23613
|
"output_required": true,
|
|
@@ -23469,7 +23693,7 @@
|
|
|
23469
23693
|
{
|
|
23470
23694
|
"disabled": false,
|
|
23471
23695
|
"document": "URL of a suspected image (which will not be permanently stored\n and will be deleted after `PicUrlExpireTime`).",
|
|
23472
|
-
"example": "https://
|
|
23696
|
+
"example": "https://example.com/xxx/xxx.jpg",
|
|
23473
23697
|
"member": "string",
|
|
23474
23698
|
"name": "Url",
|
|
23475
23699
|
"output_required": true,
|
|
@@ -23487,7 +23711,7 @@
|
|
|
23487
23711
|
"value_allowed_null": false
|
|
23488
23712
|
},
|
|
23489
23713
|
{
|
|
23490
|
-
"disabled":
|
|
23714
|
+
"disabled": true,
|
|
23491
23715
|
"document": "This field has been disused. Please use `PicUrlExpireTime`.",
|
|
23492
23716
|
"example": "2023-09-08T02:23:29Z",
|
|
23493
23717
|
"member": "int64",
|
|
@@ -23565,7 +23789,7 @@
|
|
|
23565
23789
|
{
|
|
23566
23790
|
"disabled": false,
|
|
23567
23791
|
"document": "URL of a suspected image (which will not be permanently stored\n and will be deleted after `PicUrlExpireTime`).",
|
|
23568
|
-
"example": "https://
|
|
23792
|
+
"example": "https://example.com/xxx/xxx.jpg",
|
|
23569
23793
|
"member": "string",
|
|
23570
23794
|
"name": "Url",
|
|
23571
23795
|
"output_required": true,
|
|
@@ -23573,7 +23797,7 @@
|
|
|
23573
23797
|
"value_allowed_null": false
|
|
23574
23798
|
},
|
|
23575
23799
|
{
|
|
23576
|
-
"disabled":
|
|
23800
|
+
"disabled": true,
|
|
23577
23801
|
"document": "This field has been disused. Please use `PicUrlExpireTime`.",
|
|
23578
23802
|
"example": "2023-09-08T02:23:29Z",
|
|
23579
23803
|
"member": "int64",
|
|
@@ -23685,7 +23909,7 @@
|
|
|
23685
23909
|
{
|
|
23686
23910
|
"disabled": false,
|
|
23687
23911
|
"document": "Address of each image sprite.\nNote: this field may return null, indicating that no valid values can be obtained.",
|
|
23688
|
-
"example": "[\"http://
|
|
23912
|
+
"example": "[\"http://example.com/vodtranssh1251413404/1397757908156919948/sampleSnapshot/sampleSnapshot_10_0.jpg\",\"http://example.com/12345/1397757908156919948/sampleSnapshot/sampleSnapshot_10_1.jpg\"]",
|
|
23689
23913
|
"member": "string",
|
|
23690
23914
|
"name": "ImageUrlSet",
|
|
23691
23915
|
"output_required": true,
|
|
@@ -25071,7 +25295,7 @@
|
|
|
25071
25295
|
{
|
|
25072
25296
|
"disabled": false,
|
|
25073
25297
|
"document": "List of URLs of generated screenshots.\nNote: this field may return null, indicating that no valid values can be obtained.",
|
|
25074
|
-
"example": "[\"http://
|
|
25298
|
+
"example": "[\"http://example.com/****.jpg\"]",
|
|
25075
25299
|
"member": "string",
|
|
25076
25300
|
"name": "ImageUrlSet",
|
|
25077
25301
|
"output_required": true,
|
|
@@ -25149,7 +25373,7 @@
|
|
|
25149
25373
|
{
|
|
25150
25374
|
"disabled": false,
|
|
25151
25375
|
"document": "Screenshot URL.\nNote: this field may return null, indicating that no valid values can be obtained.",
|
|
25152
|
-
"example": "http://
|
|
25376
|
+
"example": "http://example.com/vodtranscq123456/1397757908307822775/snapshotByTimeOffset/snapshotByTimeOffset_10_1.jpg",
|
|
25153
25377
|
"member": "string",
|
|
25154
25378
|
"name": "Url",
|
|
25155
25379
|
"output_required": true,
|
|
@@ -30153,7 +30377,7 @@
|
|
|
30153
30377
|
"value_allowed_null": false
|
|
30154
30378
|
},
|
|
30155
30379
|
{
|
|
30156
|
-
"disabled":
|
|
30380
|
+
"disabled": true,
|
|
30157
30381
|
"document": "Disused. Please use `ErrCode` of each specific task.\nNote: this field may return null, indicating that no valid values can be obtained.",
|
|
30158
30382
|
"example": "0",
|
|
30159
30383
|
"member": "int64",
|
|
@@ -30163,7 +30387,7 @@
|
|
|
30163
30387
|
"value_allowed_null": false
|
|
30164
30388
|
},
|
|
30165
30389
|
{
|
|
30166
|
-
"disabled":
|
|
30390
|
+
"disabled": true,
|
|
30167
30391
|
"document": "Disused. Please use `Message` of each specific task.\nNote: this field may return null, indicating that no valid values can be obtained.",
|
|
30168
30392
|
"example": "success",
|
|
30169
30393
|
"member": "string",
|
|
@@ -30431,6 +30655,117 @@
|
|
|
30431
30655
|
],
|
|
30432
30656
|
"usage": "out"
|
|
30433
30657
|
},
|
|
30658
|
+
"ProcessMediaByMPS": {
|
|
30659
|
+
"document": "",
|
|
30660
|
+
"members": [
|
|
30661
|
+
{
|
|
30662
|
+
"disabled": false,
|
|
30663
|
+
"document": "",
|
|
30664
|
+
"example": "150000001-ProcessMediaByMPS-2fe36a647bfa0e6b319c545277f1405dtt0",
|
|
30665
|
+
"member": "string",
|
|
30666
|
+
"name": "TaskId",
|
|
30667
|
+
"output_required": true,
|
|
30668
|
+
"type": "string",
|
|
30669
|
+
"value_allowed_null": false
|
|
30670
|
+
},
|
|
30671
|
+
{
|
|
30672
|
+
"disabled": false,
|
|
30673
|
+
"document": "",
|
|
30674
|
+
"example": "FINISH",
|
|
30675
|
+
"member": "string",
|
|
30676
|
+
"name": "Status",
|
|
30677
|
+
"output_required": true,
|
|
30678
|
+
"type": "string",
|
|
30679
|
+
"value_allowed_null": false
|
|
30680
|
+
},
|
|
30681
|
+
{
|
|
30682
|
+
"disabled": false,
|
|
30683
|
+
"document": "",
|
|
30684
|
+
"example": "0",
|
|
30685
|
+
"member": "int64",
|
|
30686
|
+
"name": "ErrCode",
|
|
30687
|
+
"output_required": true,
|
|
30688
|
+
"type": "int",
|
|
30689
|
+
"value_allowed_null": false
|
|
30690
|
+
},
|
|
30691
|
+
{
|
|
30692
|
+
"disabled": false,
|
|
30693
|
+
"document": "",
|
|
30694
|
+
"example": "SUCCESS",
|
|
30695
|
+
"member": "string",
|
|
30696
|
+
"name": "Message",
|
|
30697
|
+
"output_required": true,
|
|
30698
|
+
"type": "string",
|
|
30699
|
+
"value_allowed_null": false
|
|
30700
|
+
},
|
|
30701
|
+
{
|
|
30702
|
+
"disabled": false,
|
|
30703
|
+
"document": "",
|
|
30704
|
+
"example": "无",
|
|
30705
|
+
"member": "MPSSubTaskResult",
|
|
30706
|
+
"name": "SubTaskSet",
|
|
30707
|
+
"output_required": true,
|
|
30708
|
+
"type": "list",
|
|
30709
|
+
"value_allowed_null": false
|
|
30710
|
+
}
|
|
30711
|
+
],
|
|
30712
|
+
"usage": "out"
|
|
30713
|
+
},
|
|
30714
|
+
"ProcessMediaByMPSRequest": {
|
|
30715
|
+
"document": "ProcessMediaByMPS request structure.",
|
|
30716
|
+
"members": [
|
|
30717
|
+
{
|
|
30718
|
+
"disabled": false,
|
|
30719
|
+
"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).",
|
|
30720
|
+
"example": "5285485487985271487",
|
|
30721
|
+
"member": "string",
|
|
30722
|
+
"name": "FileId",
|
|
30723
|
+
"required": true,
|
|
30724
|
+
"type": "string"
|
|
30725
|
+
},
|
|
30726
|
+
{
|
|
30727
|
+
"disabled": false,
|
|
30728
|
+
"document": "<b>The VOD [application](https://intl.cloud.tencent.com/document/product/266/14574) ID.</b>",
|
|
30729
|
+
"example": "1500000001",
|
|
30730
|
+
"member": "uint64",
|
|
30731
|
+
"name": "SubAppId",
|
|
30732
|
+
"required": true,
|
|
30733
|
+
"type": "int"
|
|
30734
|
+
},
|
|
30735
|
+
{
|
|
30736
|
+
"disabled": false,
|
|
30737
|
+
"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",
|
|
30738
|
+
"example": "{\\\"AiAnalysisTask\\\":{\\\"Definition\\\":25,\\\"ExtendedParameter\\\":\\\"\\\"}}",
|
|
30739
|
+
"member": "string",
|
|
30740
|
+
"name": "MPSProcessMediaParams",
|
|
30741
|
+
"required": true,
|
|
30742
|
+
"type": "string"
|
|
30743
|
+
}
|
|
30744
|
+
],
|
|
30745
|
+
"type": "object"
|
|
30746
|
+
},
|
|
30747
|
+
"ProcessMediaByMPSResponse": {
|
|
30748
|
+
"document": "ProcessMediaByMPS response structure.",
|
|
30749
|
+
"members": [
|
|
30750
|
+
{
|
|
30751
|
+
"disabled": false,
|
|
30752
|
+
"document": "Task ID.",
|
|
30753
|
+
"example": "125xxx65-procedurev2-bffb15f07530b57bc1aabb01fac74bca",
|
|
30754
|
+
"member": "string",
|
|
30755
|
+
"name": "TaskId",
|
|
30756
|
+
"output_required": true,
|
|
30757
|
+
"type": "string",
|
|
30758
|
+
"value_allowed_null": false
|
|
30759
|
+
},
|
|
30760
|
+
{
|
|
30761
|
+
"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.",
|
|
30762
|
+
"member": "string",
|
|
30763
|
+
"name": "RequestId",
|
|
30764
|
+
"type": "string"
|
|
30765
|
+
}
|
|
30766
|
+
],
|
|
30767
|
+
"type": "object"
|
|
30768
|
+
},
|
|
30434
30769
|
"ProcessMediaByProcedureRequest": {
|
|
30435
30770
|
"document": "ProcessMediaByProcedure request structure.",
|
|
30436
30771
|
"members": [
|
|
@@ -31251,7 +31586,7 @@
|
|
|
31251
31586
|
{
|
|
31252
31587
|
"disabled": false,
|
|
31253
31588
|
"document": "The playback address of the uploaded file.",
|
|
31254
|
-
"example": "http://
|
|
31589
|
+
"example": "http://example.com/xxx/xxx/xxx.mp4",
|
|
31255
31590
|
"member": "string",
|
|
31256
31591
|
"name": "FileUrl",
|
|
31257
31592
|
"output_required": true,
|
|
@@ -31711,7 +32046,7 @@
|
|
|
31711
32046
|
{
|
|
31712
32047
|
"disabled": false,
|
|
31713
32048
|
"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
|
|
32049
|
+
"example": "http://example.com/xxx/result.txt",
|
|
31715
32050
|
"member": "string",
|
|
31716
32051
|
"name": "SegmentSetFileUrl",
|
|
31717
32052
|
"output_required": true,
|
|
@@ -32485,6 +32820,7 @@
|
|
|
32485
32820
|
"example": "libfdk_aac",
|
|
32486
32821
|
"member": "string",
|
|
32487
32822
|
"name": "Codec",
|
|
32823
|
+
"output_required": true,
|
|
32488
32824
|
"required": false,
|
|
32489
32825
|
"type": "string",
|
|
32490
32826
|
"value_allowed_null": false
|
|
@@ -32495,6 +32831,7 @@
|
|
|
32495
32831
|
"example": "128",
|
|
32496
32832
|
"member": "int64",
|
|
32497
32833
|
"name": "Bitrate",
|
|
32834
|
+
"output_required": true,
|
|
32498
32835
|
"required": false,
|
|
32499
32836
|
"type": "int",
|
|
32500
32837
|
"value_allowed_null": false
|
|
@@ -32505,6 +32842,7 @@
|
|
|
32505
32842
|
"example": "44100",
|
|
32506
32843
|
"member": "int64",
|
|
32507
32844
|
"name": "SampleRate",
|
|
32845
|
+
"output_required": true,
|
|
32508
32846
|
"required": false,
|
|
32509
32847
|
"type": "int",
|
|
32510
32848
|
"value_allowed_null": false
|
|
@@ -32515,6 +32853,7 @@
|
|
|
32515
32853
|
"example": "2",
|
|
32516
32854
|
"member": "int64",
|
|
32517
32855
|
"name": "AudioChannel",
|
|
32856
|
+
"output_required": true,
|
|
32518
32857
|
"required": false,
|
|
32519
32858
|
"type": "int",
|
|
32520
32859
|
"value_allowed_null": false
|
|
@@ -32627,6 +32966,7 @@
|
|
|
32627
32966
|
"example": "libx264",
|
|
32628
32967
|
"member": "string",
|
|
32629
32968
|
"name": "Codec",
|
|
32969
|
+
"output_required": true,
|
|
32630
32970
|
"required": false,
|
|
32631
32971
|
"type": "string",
|
|
32632
32972
|
"value_allowed_null": false
|
|
@@ -32637,6 +32977,7 @@
|
|
|
32637
32977
|
"example": "1000",
|
|
32638
32978
|
"member": "int64",
|
|
32639
32979
|
"name": "Bitrate",
|
|
32980
|
+
"output_required": true,
|
|
32640
32981
|
"required": false,
|
|
32641
32982
|
"type": "int",
|
|
32642
32983
|
"value_allowed_null": false
|
|
@@ -32647,6 +32988,7 @@
|
|
|
32647
32988
|
"example": "25",
|
|
32648
32989
|
"member": "int64",
|
|
32649
32990
|
"name": "Fps",
|
|
32991
|
+
"output_required": true,
|
|
32650
32992
|
"required": false,
|
|
32651
32993
|
"type": "int",
|
|
32652
32994
|
"value_allowed_null": false
|
|
@@ -32657,6 +32999,7 @@
|
|
|
32657
32999
|
"example": "open",
|
|
32658
33000
|
"member": "string",
|
|
32659
33001
|
"name": "ResolutionAdaptive",
|
|
33002
|
+
"output_required": true,
|
|
32660
33003
|
"required": false,
|
|
32661
33004
|
"type": "string",
|
|
32662
33005
|
"value_allowed_null": false
|
|
@@ -32667,6 +33010,7 @@
|
|
|
32667
33010
|
"example": "128",
|
|
32668
33011
|
"member": "int64",
|
|
32669
33012
|
"name": "Width",
|
|
33013
|
+
"output_required": true,
|
|
32670
33014
|
"required": false,
|
|
32671
33015
|
"type": "int",
|
|
32672
33016
|
"value_allowed_null": false
|
|
@@ -32677,6 +33021,7 @@
|
|
|
32677
33021
|
"example": "128",
|
|
32678
33022
|
"member": "int64",
|
|
32679
33023
|
"name": "Height",
|
|
33024
|
+
"output_required": true,
|
|
32680
33025
|
"required": false,
|
|
32681
33026
|
"type": "int",
|
|
32682
33027
|
"value_allowed_null": false
|
|
@@ -32687,6 +33032,7 @@
|
|
|
32687
33032
|
"example": "black",
|
|
32688
33033
|
"member": "string",
|
|
32689
33034
|
"name": "FillType",
|
|
33035
|
+
"output_required": true,
|
|
32690
33036
|
"required": false,
|
|
32691
33037
|
"type": "string",
|
|
32692
33038
|
"value_allowed_null": false
|
|
@@ -32697,6 +33043,7 @@
|
|
|
32697
33043
|
"example": "125",
|
|
32698
33044
|
"member": "int64",
|
|
32699
33045
|
"name": "Gop",
|
|
33046
|
+
"output_required": true,
|
|
32700
33047
|
"required": false,
|
|
32701
33048
|
"type": "int",
|
|
32702
33049
|
"value_allowed_null": false
|
|
@@ -33452,7 +33799,7 @@
|
|
|
33452
33799
|
{
|
|
33453
33800
|
"disabled": false,
|
|
33454
33801
|
"document": "The address of the media file.",
|
|
33455
|
-
"example": "
|
|
33802
|
+
"example": "http://example.com/xxx/xxx/a.mp4",
|
|
33456
33803
|
"member": "string",
|
|
33457
33804
|
"name": "FileUrl",
|
|
33458
33805
|
"output_required": true,
|
|
@@ -33825,7 +34172,7 @@
|
|
|
33825
34172
|
{
|
|
33826
34173
|
"disabled": false,
|
|
33827
34174
|
"document": "The playback URL of the output file.",
|
|
33828
|
-
"example": "
|
|
34175
|
+
"example": "http://example.com/xxx/xxx/abc.mp4",
|
|
33829
34176
|
"member": "string",
|
|
33830
34177
|
"name": "FileUrl",
|
|
33831
34178
|
"output_required": true,
|
|
@@ -34593,7 +34940,7 @@
|
|
|
34593
34940
|
{
|
|
34594
34941
|
"disabled": false,
|
|
34595
34942
|
"document": "The URL of a suspected image (which will be deleted\n after `PicUrlExpireTime`).",
|
|
34596
|
-
"example": "http://
|
|
34943
|
+
"example": "http://example.com/xxx/image.jpg",
|
|
34597
34944
|
"member": "string",
|
|
34598
34945
|
"name": "Url",
|
|
34599
34946
|
"output_required": true,
|
|
@@ -34781,7 +35128,7 @@
|
|
|
34781
35128
|
{
|
|
34782
35129
|
"disabled": false,
|
|
34783
35130
|
"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://
|
|
35131
|
+
"example": "http://example.com/xxx/a.mp4",
|
|
34785
35132
|
"member": "string",
|
|
34786
35133
|
"name": "SegmentSetFileUrl",
|
|
34787
35134
|
"output_required": true,
|
|
@@ -34922,7 +35269,7 @@
|
|
|
34922
35269
|
{
|
|
34923
35270
|
"disabled": false,
|
|
34924
35271
|
"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://
|
|
35272
|
+
"example": "http://example.com/xxx/a.mp4",
|
|
34926
35273
|
"member": "string",
|
|
34927
35274
|
"name": "SegmentSetFileUrl",
|
|
34928
35275
|
"output_required": true,
|
|
@@ -35700,6 +36047,88 @@
|
|
|
35700
36047
|
],
|
|
35701
36048
|
"usage": "both"
|
|
35702
36049
|
},
|
|
36050
|
+
"SearchMediaBySemanticsRequest": {
|
|
36051
|
+
"document": "SearchMediaBySemantics request structure.",
|
|
36052
|
+
"members": [
|
|
36053
|
+
{
|
|
36054
|
+
"disabled": false,
|
|
36055
|
+
"document": "<b>VOD [application](https://www.tencentcloud.com/document/product/266/14574?from_cn_redirect=1) ID. for customers who activate on-demand services after december 25, 2023, this field must be filled with the application ID when accessing resources in on-demand applications (whether it's the default application or a newly created application).</b>",
|
|
36056
|
+
"example": "1500035838",
|
|
36057
|
+
"member": "uint64",
|
|
36058
|
+
"name": "SubAppId",
|
|
36059
|
+
"required": true,
|
|
36060
|
+
"type": "int"
|
|
36061
|
+
},
|
|
36062
|
+
{
|
|
36063
|
+
"disabled": false,
|
|
36064
|
+
"document": "Specifies the search content.",
|
|
36065
|
+
"example": "包含夕阳的海边视频",
|
|
36066
|
+
"member": "string",
|
|
36067
|
+
"name": "Text",
|
|
36068
|
+
"required": true,
|
|
36069
|
+
"type": "string"
|
|
36070
|
+
},
|
|
36071
|
+
{
|
|
36072
|
+
"disabled": false,
|
|
36073
|
+
"document": "Specifies the number of returned records. the default value is 20.",
|
|
36074
|
+
"example": "10",
|
|
36075
|
+
"member": "uint64",
|
|
36076
|
+
"name": "Limit",
|
|
36077
|
+
"required": false,
|
|
36078
|
+
"type": "int"
|
|
36079
|
+
},
|
|
36080
|
+
{
|
|
36081
|
+
"disabled": false,
|
|
36082
|
+
"document": "File type. matches any element in the collection: <li>Video: Video file</li> <li>Audio: Audio file</li> <li>Image: Image file</li>.",
|
|
36083
|
+
"example": "[\"Video\"]",
|
|
36084
|
+
"member": "string",
|
|
36085
|
+
"name": "Categories",
|
|
36086
|
+
"required": false,
|
|
36087
|
+
"type": "list"
|
|
36088
|
+
},
|
|
36089
|
+
{
|
|
36090
|
+
"disabled": false,
|
|
36091
|
+
"document": "Tag set, match any element in the collection. <li>single Tag length limit: 32 characters.</li> <li>array length limit: 16.</li>",
|
|
36092
|
+
"example": "[\"Sports\", \"Food\"]",
|
|
36093
|
+
"member": "string",
|
|
36094
|
+
"name": "Tags",
|
|
36095
|
+
"required": false,
|
|
36096
|
+
"type": "list"
|
|
36097
|
+
},
|
|
36098
|
+
{
|
|
36099
|
+
"disabled": false,
|
|
36100
|
+
"document": "Specifies the task type for the search. valid values:. \n- AiAnalysis.DescriptionTask \n- SmartSubtitle.AsrFullTextTask",
|
|
36101
|
+
"example": "[\"AiAnalysis.DescriptionTask \"]",
|
|
36102
|
+
"member": "string",
|
|
36103
|
+
"name": "TaskTypes",
|
|
36104
|
+
"required": false,
|
|
36105
|
+
"type": "list"
|
|
36106
|
+
}
|
|
36107
|
+
],
|
|
36108
|
+
"type": "object"
|
|
36109
|
+
},
|
|
36110
|
+
"SearchMediaBySemanticsResponse": {
|
|
36111
|
+
"document": "SearchMediaBySemantics response structure.",
|
|
36112
|
+
"members": [
|
|
36113
|
+
{
|
|
36114
|
+
"disabled": false,
|
|
36115
|
+
"document": "Media list.",
|
|
36116
|
+
"example": "无",
|
|
36117
|
+
"member": "SemanticsSearchResult",
|
|
36118
|
+
"name": "SearchResults",
|
|
36119
|
+
"output_required": true,
|
|
36120
|
+
"type": "list",
|
|
36121
|
+
"value_allowed_null": false
|
|
36122
|
+
},
|
|
36123
|
+
{
|
|
36124
|
+
"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.",
|
|
36125
|
+
"member": "string",
|
|
36126
|
+
"name": "RequestId",
|
|
36127
|
+
"type": "string"
|
|
36128
|
+
}
|
|
36129
|
+
],
|
|
36130
|
+
"type": "object"
|
|
36131
|
+
},
|
|
35703
36132
|
"SearchMediaRequest": {
|
|
35704
36133
|
"document": "SearchMedia request structure.",
|
|
35705
36134
|
"members": [
|
|
@@ -36040,6 +36469,52 @@
|
|
|
36040
36469
|
],
|
|
36041
36470
|
"usage": "in"
|
|
36042
36471
|
},
|
|
36472
|
+
"SemanticsSearchResult": {
|
|
36473
|
+
"document": "Semantic search result.",
|
|
36474
|
+
"members": [
|
|
36475
|
+
{
|
|
36476
|
+
"disabled": false,
|
|
36477
|
+
"document": "Specifies the unique identifier of the media file.",
|
|
36478
|
+
"example": "327083******3604148",
|
|
36479
|
+
"member": "string",
|
|
36480
|
+
"name": "FileId",
|
|
36481
|
+
"output_required": true,
|
|
36482
|
+
"type": "string",
|
|
36483
|
+
"value_allowed_null": false
|
|
36484
|
+
},
|
|
36485
|
+
{
|
|
36486
|
+
"disabled": false,
|
|
36487
|
+
"document": "Score of the video in this retrieval. higher score indicates greater similarity to the retrieval value. value ranges from 0 to 1.",
|
|
36488
|
+
"example": "0.8",
|
|
36489
|
+
"member": "float",
|
|
36490
|
+
"name": "Score",
|
|
36491
|
+
"output_required": true,
|
|
36492
|
+
"type": "float",
|
|
36493
|
+
"value_allowed_null": false
|
|
36494
|
+
},
|
|
36495
|
+
{
|
|
36496
|
+
"disabled": false,
|
|
36497
|
+
"document": "Specifies the start time of the video clip, in seconds.",
|
|
36498
|
+
"example": "10.0",
|
|
36499
|
+
"member": "float",
|
|
36500
|
+
"name": "StartTimeOffset",
|
|
36501
|
+
"output_required": false,
|
|
36502
|
+
"type": "float",
|
|
36503
|
+
"value_allowed_null": false
|
|
36504
|
+
},
|
|
36505
|
+
{
|
|
36506
|
+
"disabled": false,
|
|
36507
|
+
"document": "Specifies the end time of the video clip, in seconds.",
|
|
36508
|
+
"example": "20.0",
|
|
36509
|
+
"member": "float",
|
|
36510
|
+
"name": "EndTimeOffset",
|
|
36511
|
+
"output_required": false,
|
|
36512
|
+
"type": "float",
|
|
36513
|
+
"value_allowed_null": false
|
|
36514
|
+
}
|
|
36515
|
+
],
|
|
36516
|
+
"usage": "out"
|
|
36517
|
+
},
|
|
36043
36518
|
"SetDrmKeyProviderInfoRequest": {
|
|
36044
36519
|
"document": "SetDrmKeyProviderInfo request structure.",
|
|
36045
36520
|
"members": [
|
|
@@ -36357,7 +36832,7 @@
|
|
|
36357
36832
|
{
|
|
36358
36833
|
"disabled": false,
|
|
36359
36834
|
"document": "Address of output screenshot file.\nNote: this field may return null, indicating that no valid values can be obtained.",
|
|
36360
|
-
"example": "http://
|
|
36835
|
+
"example": "http://example.com/b7364ee0vodgzp1000000000/1c32a5e74424135347123456789/f0.jpg",
|
|
36361
36836
|
"member": "string",
|
|
36362
36837
|
"name": "Url",
|
|
36363
36838
|
"output_required": true,
|
|
@@ -38211,16 +38686,18 @@
|
|
|
38211
38686
|
"example": "ON",
|
|
38212
38687
|
"member": "string",
|
|
38213
38688
|
"name": "Switch",
|
|
38689
|
+
"output_required": true,
|
|
38214
38690
|
"required": false,
|
|
38215
38691
|
"type": "string",
|
|
38216
38692
|
"value_allowed_null": false
|
|
38217
38693
|
},
|
|
38218
38694
|
{
|
|
38219
|
-
"disabled":
|
|
38695
|
+
"disabled": true,
|
|
38220
38696
|
"document": "This parameter has been deprecated.",
|
|
38221
38697
|
"example": "100",
|
|
38222
38698
|
"member": "uint64",
|
|
38223
38699
|
"name": "Definition",
|
|
38700
|
+
"output_required": true,
|
|
38224
38701
|
"required": false,
|
|
38225
38702
|
"type": "int",
|
|
38226
38703
|
"value_allowed_null": false
|
|
@@ -38234,7 +38711,7 @@
|
|
|
38234
38711
|
{
|
|
38235
38712
|
"disabled": false,
|
|
38236
38713
|
"document": "Playback address.",
|
|
38237
|
-
"example": "http://
|
|
38714
|
+
"example": "http://example.com/b7364ee0vodgzp1000000000/1c32a5e74424135347123456789/f0.mp4",
|
|
38238
38715
|
"member": "string",
|
|
38239
38716
|
"name": "Url",
|
|
38240
38717
|
"output_required": true,
|
|
@@ -38350,7 +38827,7 @@
|
|
|
38350
38827
|
{
|
|
38351
38828
|
"disabled": false,
|
|
38352
38829
|
"document": "Cover address.\nNote: this field may return null, indicating that no valid values can be obtained.",
|
|
38353
|
-
"example": "http://
|
|
38830
|
+
"example": "http://example.com/b7364ee0vodgzp1000000000/1c32a5e74424135347123456789/f0.jpg",
|
|
38354
38831
|
"member": "string",
|
|
38355
38832
|
"name": "CoverUrl",
|
|
38356
38833
|
"output_required": true,
|