tccli 3.0.1407.1__py2.py3-none-any.whl → 3.1.6.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 +13 -2
- tccli/main.py +0 -5
- tccli/services/__init__.py +9 -0
- tccli/services/aai/aai_client.py +20 -8
- tccli/services/aca/aca_client.py +40 -16
- tccli/services/acp/acp_client.py +40 -16
- tccli/services/advisor/advisor_client.py +10 -4
- tccli/services/af/af_client.py +15 -6
- tccli/services/afc/afc_client.py +15 -6
- tccli/services/ags/__init__.py +4 -0
- tccli/services/ags/ags_client.py +826 -0
- tccli/services/ags/v20250920/api.json +1076 -0
- tccli/services/ags/v20250920/examples.json +101 -0
- tccli/services/ai3d/ai3d_client.py +20 -114
- tccli/services/ai3d/v20250513/api.json +6 -169
- tccli/services/ai3d/v20250513/examples.json +0 -16
- tccli/services/aiart/aiart_client.py +284 -109
- tccli/services/aiart/v20221229/api.json +201 -8
- tccli/services/aiart/v20221229/examples.json +16 -0
- tccli/services/ame/ame_client.py +155 -62
- tccli/services/ams/ams_client.py +45 -18
- tccli/services/anicloud/anicloud_client.py +15 -6
- tccli/services/antiddos/antiddos_client.py +470 -188
- tccli/services/ape/ape_client.py +40 -16
- tccli/services/api/api_client.py +15 -6
- tccli/services/apigateway/apigateway_client.py +495 -198
- tccli/services/apm/apm_client.py +742 -81
- tccli/services/apm/v20210622/api.json +3239 -1322
- tccli/services/apm/v20210622/examples.json +95 -1
- tccli/services/asr/asr_client.py +160 -64
- tccli/services/asr/v20190614/api.json +2 -2
- tccli/services/asw/asw_client.py +45 -18
- tccli/services/autoscaling/autoscaling_client.py +290 -116
- tccli/services/autoscaling/v20180419/api.json +51 -7
- tccli/services/ba/ba_client.py +15 -6
- tccli/services/batch/batch_client.py +150 -60
- tccli/services/batch/v20170312/api.json +11 -0
- tccli/services/bda/bda_client.py +40 -714
- tccli/services/bda/v20200324/api.json +107 -1819
- tccli/services/bda/v20200324/examples.json +0 -176
- tccli/services/bh/bh_client.py +1934 -465
- tccli/services/bh/v20230418/api.json +1720 -107
- tccli/services/bh/v20230418/examples.json +188 -0
- tccli/services/bi/bi_client.py +145 -58
- tccli/services/billing/billing_client.py +310 -124
- tccli/services/billing/v20180709/api.json +18 -9
- tccli/services/billing/v20180709/examples.json +2 -2
- tccli/services/bizlive/bizlive_client.py +30 -12
- tccli/services/bm/bm_client.py +265 -106
- tccli/services/bma/bma_client.py +185 -74
- tccli/services/bmeip/bmeip_client.py +100 -40
- tccli/services/bmlb/bmlb_client.py +245 -98
- tccli/services/bmvpc/bmvpc_client.py +305 -122
- tccli/services/bpaas/bpaas_client.py +10 -4
- tccli/services/bri/bri_client.py +5 -2
- tccli/services/bsca/bsca_client.py +35 -14
- tccli/services/btoe/btoe_client.py +70 -28
- tccli/services/ca/ca_client.py +15 -6
- tccli/services/cam/cam_client.py +460 -184
- tccli/services/cam/v20190116/api.json +3 -3
- tccli/services/captcha/captcha_client.py +90 -36
- tccli/services/captcha/v20190722/api.json +4 -4
- tccli/services/captcha/v20190722/examples.json +1 -1
- tccli/services/car/car_client.py +30 -12
- tccli/services/cat/cat_client.py +70 -28
- tccli/services/cat/v20180409/api.json +7 -7
- tccli/services/cbs/cbs_client.py +230 -92
- tccli/services/ccc/ccc_client.py +613 -158
- tccli/services/ccc/v20200210/api.json +406 -8
- tccli/services/ccc/v20200210/examples.json +32 -0
- tccli/services/cdb/cdb_client.py +931 -350
- tccli/services/cdb/v20170320/api.json +131 -32
- tccli/services/cdb/v20170320/examples.json +18 -10
- tccli/services/cdc/cdc_client.py +115 -46
- tccli/services/cdn/cdn_client.py +275 -110
- tccli/services/cdn/v20180606/api.json +15 -4
- tccli/services/cdn/v20180606/examples.json +1 -1
- tccli/services/cds/cds_client.py +25 -10
- tccli/services/cdwch/cdwch_client.py +145 -58
- tccli/services/cdwch/v20200915/api.json +26 -11
- tccli/services/cdwdoris/cdwdoris_client.py +300 -120
- tccli/services/cdwdoris/v20211228/api.json +11 -1
- tccli/services/cdwpg/cdwpg_client.py +120 -48
- tccli/services/cdz/cdz_client.py +10 -4
- tccli/services/cfg/cfg_client.py +85 -34
- tccli/services/cfg/v20210820/api.json +11 -1
- tccli/services/cfs/cfs_client.py +326 -208
- tccli/services/cfs/v20190719/api.json +199 -64
- tccli/services/cfs/v20190719/examples.json +6 -14
- tccli/services/cfw/cfw_client.py +679 -287
- tccli/services/cfw/v20190904/api.json +420 -2
- tccli/services/cfw/v20190904/examples.json +8 -0
- tccli/services/chc/chc_client.py +190 -76
- tccli/services/chc/v20230418/api.json +77 -2
- tccli/services/chdfs/chdfs_client.py +145 -58
- tccli/services/ciam/ciam_client.py +115 -46
- tccli/services/cii/cii_client.py +65 -26
- tccli/services/cim/cim_client.py +5 -2
- tccli/services/ckafka/ckafka_client.py +837 -240
- tccli/services/ckafka/v20190819/api.json +561 -91
- tccli/services/ckafka/v20190819/examples.json +53 -5
- tccli/services/clb/clb_client.py +435 -439
- tccli/services/clb/v20180317/api.json +147 -312
- tccli/services/clb/v20180317/examples.json +12 -40
- tccli/services/cloudapp/cloudapp_client.py +10 -4
- tccli/services/cloudaudit/cloudaudit_client.py +95 -38
- tccli/services/cloudaudit/v20190319/api.json +11 -0
- tccli/services/cloudhsm/cloudhsm_client.py +70 -28
- tccli/services/cloudhsm/v20191112/api.json +37 -7
- tccli/services/cloudstudio/cloudstudio_client.py +45 -18
- tccli/services/cls/cls_client.py +843 -268
- tccli/services/cls/v20201016/api.json +1241 -68
- tccli/services/cls/v20201016/examples.json +36 -4
- tccli/services/cme/cme_client.py +250 -100
- tccli/services/cmq/cmq_client.py +10 -4
- tccli/services/cms/cms_client.py +30 -12
- tccli/services/config/config_client.py +35 -14
- tccli/services/controlcenter/controlcenter_client.py +25 -10
- tccli/services/cpdp/cpdp_client.py +1095 -438
- tccli/services/csip/csip_client.py +410 -164
- tccli/services/csip/v20221121/api.json +140 -20
- tccli/services/csip/v20221121/examples.json +10 -16
- tccli/services/csxg/csxg_client.py +25 -10
- tccli/services/ctem/ctem_client.py +1823 -156
- tccli/services/ctem/v20231128/api.json +2990 -206
- tccli/services/ctem/v20231128/examples.json +224 -0
- tccli/services/ctsdb/ctsdb_client.py +10 -4
- tccli/services/cvm/cvm_client.py +490 -196
- tccli/services/cvm/v20170312/api.json +41 -41
- tccli/services/cvm/v20170312/examples.json +92 -86
- tccli/services/cwp/cwp_client.py +2570 -1028
- tccli/services/cws/cws_client.py +95 -38
- tccli/services/cynosdb/cynosdb_client.py +1006 -340
- tccli/services/cynosdb/v20190107/api.json +1238 -212
- tccli/services/cynosdb/v20190107/examples.json +32 -8
- tccli/services/dasb/dasb_client.py +315 -126
- tccli/services/dataagent/__init__.py +4 -0
- tccli/services/dataagent/dataagent_client.py +770 -0
- tccli/services/dataagent/v20250513/api.json +1216 -0
- tccli/services/dataagent/v20250513/examples.json +93 -0
- tccli/services/dayu/dayu_client.py +560 -224
- tccli/services/dbbrain/dbbrain_client.py +471 -166
- tccli/services/dbbrain/v20210527/api.json +268 -19
- tccli/services/dbbrain/v20210527/examples.json +8 -0
- tccli/services/dbdc/dbdc_client.py +30 -12
- tccli/services/dc/dc_client.py +110 -44
- tccli/services/dcdb/dcdb_client.py +415 -166
- tccli/services/dcdb/v20180411/api.json +1 -1
- tccli/services/dlc/dlc_client.py +966 -364
- tccli/services/dlc/v20210125/api.json +1153 -150
- tccli/services/dlc/v20210125/examples.json +19 -11
- tccli/services/dnspod/dnspod_client.py +567 -182
- tccli/services/dnspod/v20210323/api.json +131 -25
- tccli/services/dnspod/v20210323/examples.json +17 -7
- tccli/services/domain/domain_client.py +275 -110
- tccli/services/domain/v20180808/api.json +21 -1
- tccli/services/drm/drm_client.py +55 -22
- tccli/services/ds/ds_client.py +60 -24
- tccli/services/dsgc/dsgc_client.py +665 -266
- tccli/services/dsgc/v20190723/api.json +18 -18
- tccli/services/dts/dts_client.py +1188 -488
- tccli/services/dts/v20211206/api.json +1068 -124
- tccli/services/dts/v20211206/examples.json +77 -7
- tccli/services/eb/eb_client.py +160 -64
- tccli/services/eb/v20210416/api.json +13 -0
- tccli/services/ecc/ecc_client.py +20 -8
- tccli/services/ecdn/ecdn_client.py +30 -12
- tccli/services/ecm/ecm_client.py +695 -278
- tccli/services/eiam/eiam_client.py +210 -84
- tccli/services/eis/eis_client.py +40 -16
- tccli/services/emr/emr_client.py +501 -178
- tccli/services/emr/v20190103/api.json +262 -0
- tccli/services/emr/v20190103/examples.json +13 -5
- tccli/services/es/es_client.py +536 -152
- tccli/services/es/v20180416/api.json +695 -65
- tccli/services/es/v20180416/examples.json +24 -0
- tccli/services/es/v20250101/api.json +10 -10
- tccli/services/ess/ess_client.py +747 -254
- tccli/services/ess/v20201111/api.json +720 -32
- tccli/services/ess/v20201111/examples.json +18 -2
- tccli/services/essbasic/essbasic_client.py +730 -292
- tccli/services/essbasic/v20210526/api.json +295 -32
- tccli/services/essbasic/v20210526/examples.json +12 -30
- tccli/services/evt/__init__.py +4 -0
- tccli/services/evt/evt_client.py +210 -0
- tccli/services/evt/v20250217/api.json +126 -0
- tccli/services/evt/v20250217/examples.json +13 -0
- tccli/services/facefusion/facefusion_client.py +20 -8
- tccli/services/facefusion/v20220927/api.json +1 -1
- tccli/services/faceid/faceid_client.py +180 -125
- tccli/services/faceid/v20180301/api.json +18 -105
- tccli/services/faceid/v20180301/examples.json +1 -9
- tccli/services/fmu/fmu_client.py +35 -14
- tccli/services/ft/ft_client.py +30 -12
- tccli/services/gaap/gaap_client.py +510 -204
- tccli/services/gaap/v20180529/api.json +18 -8
- tccli/services/gme/gme_client.py +241 -74
- tccli/services/gme/v20180711/api.json +241 -1
- tccli/services/gme/v20180711/examples.json +8 -0
- tccli/services/goosefs/goosefs_client.py +135 -54
- tccli/services/gs/gs_client.py +537 -182
- tccli/services/gs/v20191118/api.json +143 -1
- tccli/services/gs/v20191118/examples.json +16 -0
- tccli/services/gwlb/gwlb_client.py +95 -38
- tccli/services/habo/habo_client.py +10 -4
- tccli/services/hai/hai_client.py +80 -32
- tccli/services/hai/v20230812/api.json +3 -3
- tccli/services/hasim/hasim_client.py +110 -44
- tccli/services/hcm/hcm_client.py +5 -2
- tccli/services/hunyuan/hunyuan_client.py +105 -42
- tccli/services/hunyuan/v20230901/api.json +69 -2
- tccli/services/hunyuan/v20230901/examples.json +1 -1
- tccli/services/iai/iai_client.py +175 -123
- tccli/services/iai/v20180301/api.json +0 -82
- tccli/services/iai/v20180301/examples.json +0 -8
- tccli/services/iai/v20200303/api.json +1 -83
- tccli/services/iai/v20200303/examples.json +0 -8
- tccli/services/iap/iap_client.py +30 -12
- tccli/services/ic/ic_client.py +45 -18
- tccli/services/icr/icr_client.py +5 -2
- tccli/services/ie/ie_client.py +50 -20
- tccli/services/ig/ig_client.py +5 -2
- tccli/services/igtm/igtm_client.py +130 -52
- tccli/services/igtm/v20231024/api.json +60 -4
- tccli/services/igtm/v20231024/examples.json +3 -3
- tccli/services/ims/ims_client.py +10 -4
- tccli/services/ioa/ioa_client.py +194 -60
- tccli/services/ioa/v20220601/api.json +149 -1
- tccli/services/ioa/v20220601/examples.json +8 -0
- tccli/services/iot/iot_client.py +225 -90
- tccli/services/iotcloud/iotcloud_client.py +430 -172
- tccli/services/iotexplorer/iotexplorer_client.py +1801 -512
- tccli/services/iotexplorer/v20190423/api.json +2681 -1016
- tccli/services/iotexplorer/v20190423/examples.json +160 -26
- tccli/services/iotvideo/iotvideo_client.py +835 -334
- tccli/services/iotvideoindustry/iotvideoindustry_client.py +520 -208
- tccli/services/irp/irp_client.py +55 -22
- tccli/services/iss/iss_client.py +460 -184
- tccli/services/iss/v20230517/api.json +2 -2
- tccli/services/iss/v20230517/examples.json +1 -1
- tccli/services/ivld/ivld_client.py +140 -56
- tccli/services/keewidb/keewidb_client.py +190 -76
- tccli/services/keewidb/v20220308/api.json +69 -17
- tccli/services/keewidb/v20220308/examples.json +5 -5
- tccli/services/kms/kms_client.py +340 -136
- tccli/services/lcic/lcic_client.py +355 -142
- tccli/services/lcic/v20220817/api.json +5 -5
- tccli/services/lighthouse/lighthouse_client.py +590 -236
- tccli/services/lighthouse/v20200324/api.json +81 -16
- tccli/services/lighthouse/v20200324/examples.json +7 -1
- tccli/services/live/live_client.py +1000 -453
- tccli/services/live/v20180801/api.json +6 -164
- tccli/services/live/v20180801/examples.json +6 -8
- tccli/services/lke/lke_client.py +525 -210
- tccli/services/lke/v20231130/api.json +254 -75
- tccli/services/lke/v20231130/examples.json +1 -1
- tccli/services/lkeap/lkeap_client.py +130 -52
- tccli/services/lkeap/v20240522/api.json +1 -1
- tccli/services/lkeap/v20240522/examples.json +1 -1
- tccli/services/lowcode/lowcode_client.py +85 -34
- tccli/services/mall/mall_client.py +5 -2
- tccli/services/mariadb/mariadb_client.py +405 -162
- tccli/services/mariadb/v20170312/api.json +1 -1
- tccli/services/market/market_client.py +10 -4
- tccli/services/memcached/memcached_client.py +5 -2
- tccli/services/mmps/mmps_client.py +75 -30
- tccli/services/mna/mna_client.py +205 -82
- tccli/services/mna/v20210119/api.json +1 -1
- tccli/services/mongodb/mongodb_client.py +1178 -273
- tccli/services/mongodb/v20190725/api.json +1860 -135
- tccli/services/mongodb/v20190725/examples.json +105 -1
- tccli/services/monitor/monitor_client.py +901 -338
- tccli/services/monitor/v20180724/api.json +189 -29
- tccli/services/monitor/v20180724/examples.json +9 -1
- tccli/services/mps/mps_client.py +1248 -280
- tccli/services/mps/v20190612/api.json +1796 -73
- tccli/services/mps/v20190612/examples.json +106 -32
- tccli/services/mqtt/mqtt_client.py +463 -118
- tccli/services/mqtt/v20240516/api.json +166 -0
- tccli/services/mqtt/v20240516/examples.json +24 -0
- tccli/services/mrs/mrs_client.py +55 -22
- tccli/services/ms/ms_client.py +115 -46
- tccli/services/msp/msp_client.py +35 -14
- tccli/services/nlp/nlp_client.py +30 -12
- tccli/services/npp/npp_client.py +40 -16
- tccli/services/oceanus/oceanus_client.py +225 -90
- tccli/services/oceanus/v20190422/api.json +10 -13
- tccli/services/oceanus/v20190422/examples.json +2 -2
- tccli/services/ocr/ocr_client.py +471 -425
- tccli/services/ocr/v20181119/api.json +241 -639
- tccli/services/ocr/v20181119/examples.json +8 -40
- tccli/services/omics/omics_client.py +100 -40
- tccli/services/omics/v20221128/api.json +90 -7
- tccli/services/organization/organization_client.py +705 -282
- tccli/services/organization/v20210331/api.json +40 -1
- tccli/services/partners/partners_client.py +115 -46
- tccli/services/postgres/postgres_client.py +724 -200
- tccli/services/postgres/v20170312/api.json +494 -58
- tccli/services/postgres/v20170312/examples.json +75 -31
- tccli/services/privatedns/privatedns_client.py +412 -80
- tccli/services/privatedns/v20201028/api.json +421 -13
- tccli/services/privatedns/v20201028/examples.json +36 -4
- tccli/services/pts/pts_client.py +240 -96
- tccli/services/pts/v20210728/api.json +2 -2
- tccli/services/rce/rce_client.py +55 -22
- tccli/services/redis/redis_client.py +550 -220
- tccli/services/redis/v20180412/api.json +197 -33
- tccli/services/redis/v20180412/examples.json +10 -10
- tccli/services/region/region_client.py +15 -6
- tccli/services/region/v20220627/api.json +1 -1
- tccli/services/rum/rum_client.py +270 -108
- tccli/services/rum/v20210622/api.json +18 -0
- tccli/services/scf/scf_client.py +260 -104
- tccli/services/scf/v20180416/api.json +167 -2
- tccli/services/scf/v20180416/examples.json +1 -1
- tccli/services/securitylake/securitylake_client.py +5 -2
- tccli/services/ses/ses_client.py +175 -70
- tccli/services/smh/smh_client.py +75 -30
- tccli/services/smop/smop_client.py +5 -2
- tccli/services/sms/sms_client.py +90 -36
- tccli/services/sms/v20190711/api.json +11 -11
- tccli/services/sms/v20190711/examples.json +9 -3
- tccli/services/sms/v20210111/api.json +12 -12
- tccli/services/sms/v20210111/examples.json +8 -2
- tccli/services/soe/soe_client.py +20 -8
- tccli/services/sqlserver/sqlserver_client.py +740 -296
- tccli/services/sqlserver/v20180328/api.json +31 -2
- tccli/services/sqlserver/v20180328/examples.json +1 -1
- tccli/services/ssa/ssa_client.py +115 -46
- tccli/services/ssl/ssl_client.py +340 -136
- tccli/services/ssl/v20191205/api.json +28 -0
- tccli/services/sslpod/sslpod_client.py +50 -20
- tccli/services/ssm/ssm_client.py +120 -48
- tccli/services/sts/sts_client.py +35 -14
- tccli/services/sts/v20180813/api.json +1 -1
- tccli/services/svp/svp_client.py +25 -10
- tccli/services/svp/v20240125/api.json +24 -4
- tccli/services/svp/v20240125/examples.json +1 -1
- tccli/services/taf/taf_client.py +5 -2
- tccli/services/tag/tag_client.py +155 -62
- tccli/services/tag/v20180813/api.json +3 -3
- tccli/services/tat/tat_client.py +145 -58
- tccli/services/tat/v20201028/api.json +10 -1
- tccli/services/tbaas/tbaas_client.py +120 -48
- tccli/services/tbp/tbp_client.py +20 -8
- tccli/services/tcaplusdb/tcaplusdb_client.py +265 -106
- tccli/services/tcb/tcb_client.py +445 -178
- tccli/services/tcbr/tcbr_client.py +50 -20
- tccli/services/tcbr/v20220217/api.json +11 -0
- tccli/services/tccatalog/tccatalog_client.py +20 -8
- tccli/services/tchd/tchd_client.py +10 -4
- tccli/services/tcm/tcm_client.py +60 -24
- tccli/services/tcr/tcr_client.py +550 -220
- tccli/services/tcss/tcss_client.py +1756 -680
- tccli/services/tcss/v20201101/api.json +144 -11
- tccli/services/tcss/v20201101/examples.json +9 -1
- tccli/services/tdai/tdai_client.py +90 -36
- tccli/services/tdai/v20250717/api.json +30 -3
- tccli/services/tdcpg/tdcpg_client.py +125 -50
- tccli/services/tdid/tdid_client.py +90 -36
- tccli/services/tdmq/tdmq_client.py +846 -452
- tccli/services/tdmq/v20200217/api.json +372 -488
- tccli/services/tdmq/v20200217/examples.json +21 -41
- tccli/services/tds/tds_client.py +25 -10
- tccli/services/tem/tem_client.py +305 -122
- tccli/services/teo/teo_client.py +1122 -431
- tccli/services/teo/v20220901/api.json +1393 -132
- tccli/services/teo/v20220901/examples.json +59 -13
- tccli/services/thpc/thpc_client.py +215 -66
- tccli/services/thpc/v20230321/api.json +185 -27
- tccli/services/thpc/v20230321/examples.json +15 -7
- tccli/services/tia/tia_client.py +50 -20
- tccli/services/tiia/tiia_client.py +105 -42
- tccli/services/tione/tione_client.py +537 -150
- tccli/services/tione/v20211111/api.json +280 -16
- tccli/services/tione/v20211111/examples.json +25 -1
- tccli/services/tiw/tiw_client.py +175 -70
- tccli/services/tke/tke_client.py +2702 -735
- tccli/services/tke/v20180525/api.json +2279 -232
- tccli/services/tke/v20180525/examples.json +194 -18
- tccli/services/tke/v20220501/api.json +215 -3
- tccli/services/tke/v20220501/examples.json +8 -0
- tccli/services/tkgdq/tkgdq_client.py +15 -6
- tccli/services/tms/tms_client.py +132 -8
- tccli/services/tms/v20201229/api.json +247 -1
- tccli/services/tms/v20201229/examples.json +16 -0
- tccli/services/tmt/tmt_client.py +40 -16
- tccli/services/tmt/v20180321/api.json +78 -1
- tccli/services/tourism/tourism_client.py +5 -2
- tccli/services/trabbit/trabbit_client.py +145 -58
- tccli/services/trabbit/v20230418/api.json +271 -4
- tccli/services/trabbit/v20230418/examples.json +9 -3
- tccli/services/trocket/trocket_client.py +350 -140
- tccli/services/trocket/v20230308/api.json +113 -5
- tccli/services/trp/trp_client.py +270 -108
- tccli/services/trro/trro_client.py +257 -58
- tccli/services/trro/v20220325/api.json +456 -0
- tccli/services/trro/v20220325/examples.json +16 -0
- tccli/services/trtc/trtc_client.py +360 -144
- tccli/services/trtc/v20190722/api.json +167 -27
- tccli/services/trtc/v20190722/examples.json +3 -3
- tccli/services/tse/tse_client.py +776 -248
- tccli/services/tse/v20201207/api.json +260 -1
- tccli/services/tse/v20201207/examples.json +24 -0
- tccli/services/tsf/tsf_client.py +1195 -458
- tccli/services/tsf/v20180326/api.json +121 -5
- tccli/services/tsf/v20180326/examples.json +10 -2
- tccli/services/tsi/tsi_client.py +15 -6
- tccli/services/tsw/tsw_client.py +20 -8
- tccli/services/tts/tts_client.py +15 -6
- tccli/services/vcg/vcg_client.py +10 -4
- tccli/services/vclm/v20240523/api.json +354 -4
- tccli/services/vclm/v20240523/examples.json +32 -0
- tccli/services/vclm/vclm_client.py +269 -18
- tccli/services/vcube/v20220410/api.json +89 -2
- tccli/services/vcube/v20220410/examples.json +18 -2
- tccli/services/vcube/vcube_client.py +290 -76
- tccli/services/vdb/vdb_client.py +70 -28
- tccli/services/vm/v20210922/api.json +3 -3
- tccli/services/vm/vm_client.py +30 -12
- tccli/services/vms/vms_client.py +10 -4
- tccli/services/vod/v20180717/api.json +2 -2
- tccli/services/vod/vod_client.py +965 -386
- tccli/services/vpc/v20170312/api.json +1239 -128
- tccli/services/vpc/v20170312/examples.json +127 -15
- tccli/services/vpc/vpc_client.py +2963 -928
- tccli/services/vrs/vrs_client.py +40 -16
- tccli/services/vtc/vtc_client.py +15 -6
- tccli/services/waf/v20180125/api.json +11219 -8659
- tccli/services/waf/v20180125/examples.json +89 -9
- tccli/services/waf/waf_client.py +1530 -415
- tccli/services/wav/wav_client.py +130 -52
- tccli/services/wedata/v20250806/api.json +55 -16
- tccli/services/wedata/wedata_client.py +2045 -818
- tccli/services/weilingwith/weilingwith_client.py +320 -128
- tccli/services/wsa/wsa_client.py +5 -2
- tccli/services/wss/wss_client.py +15 -6
- tccli/services/yinsuda/yinsuda_client.py +100 -40
- tccli/services/yunjing/yunjing_client.py +500 -200
- tccli/services/yunsou/yunsou_client.py +10 -4
- {tccli-3.0.1407.1.dist-info → tccli-3.1.6.1.dist-info}/METADATA +13 -11
- {tccli-3.0.1407.1.dist-info → tccli-3.1.6.1.dist-info}/RECORD +446 -434
- {tccli-3.0.1407.1.dist-info → tccli-3.1.6.1.dist-info}/WHEEL +1 -1
- {tccli-3.0.1407.1.dist-info → tccli-3.1.6.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1407.1.dist-info/license_files → tccli-3.1.6.1.dist-info/licenses}/LICENSE +0 -0
|
@@ -63,6 +63,13 @@
|
|
|
63
63
|
"output": "CreateAsrHotwordsResponse",
|
|
64
64
|
"status": "online"
|
|
65
65
|
},
|
|
66
|
+
"CreateBlindWatermarkTemplate": {
|
|
67
|
+
"document": "创建用户自定义数字水印模板。",
|
|
68
|
+
"input": "CreateBlindWatermarkTemplateRequest",
|
|
69
|
+
"name": "创建数字水印模板",
|
|
70
|
+
"output": "CreateBlindWatermarkTemplateResponse",
|
|
71
|
+
"status": "online"
|
|
72
|
+
},
|
|
66
73
|
"CreateContentReviewTemplate": {
|
|
67
74
|
"document": "创建用户自定义内容审核模板,数量上限:50。",
|
|
68
75
|
"input": "CreateContentReviewTemplateRequest",
|
|
@@ -98,6 +105,13 @@
|
|
|
98
105
|
"output": "CreatePersonSampleResponse",
|
|
99
106
|
"status": "online"
|
|
100
107
|
},
|
|
108
|
+
"CreateProcessImageTemplate": {
|
|
109
|
+
"document": "创建图片处理模板",
|
|
110
|
+
"input": "CreateProcessImageTemplateRequest",
|
|
111
|
+
"name": "创建图片处理模板",
|
|
112
|
+
"output": "CreateProcessImageTemplateResponse",
|
|
113
|
+
"status": "online"
|
|
114
|
+
},
|
|
101
115
|
"CreateQualityControlTemplate": {
|
|
102
116
|
"document": "创建媒体质检模板,数量上限:50。",
|
|
103
117
|
"input": "CreateQualityControlTemplateRequest",
|
|
@@ -252,6 +266,13 @@
|
|
|
252
266
|
"output": "DeleteAsrHotwordsResponse",
|
|
253
267
|
"status": "online"
|
|
254
268
|
},
|
|
269
|
+
"DeleteBlindWatermarkTemplate": {
|
|
270
|
+
"document": "删除用户自定义数字水印模板。",
|
|
271
|
+
"input": "DeleteBlindWatermarkTemplateRequest",
|
|
272
|
+
"name": "删除数字水印模板",
|
|
273
|
+
"output": "DeleteBlindWatermarkTemplateResponse",
|
|
274
|
+
"status": "online"
|
|
275
|
+
},
|
|
255
276
|
"DeleteContentReviewTemplate": {
|
|
256
277
|
"document": "删除用户自定义内容审核模板。",
|
|
257
278
|
"input": "DeleteContentReviewTemplateRequest",
|
|
@@ -280,6 +301,13 @@
|
|
|
280
301
|
"output": "DeletePersonSampleResponse",
|
|
281
302
|
"status": "online"
|
|
282
303
|
},
|
|
304
|
+
"DeleteProcessImageTemplate": {
|
|
305
|
+
"document": "删除图片处理模板",
|
|
306
|
+
"input": "DeleteProcessImageTemplateRequest",
|
|
307
|
+
"name": "删除图片处理模板",
|
|
308
|
+
"output": "DeleteProcessImageTemplateResponse",
|
|
309
|
+
"status": "online"
|
|
310
|
+
},
|
|
283
311
|
"DeleteQualityControlTemplate": {
|
|
284
312
|
"document": "删除媒体质检模板",
|
|
285
313
|
"input": "DeleteQualityControlTemplateRequest",
|
|
@@ -427,6 +455,13 @@
|
|
|
427
455
|
"output": "DescribeBatchTaskDetailResponse",
|
|
428
456
|
"status": "online"
|
|
429
457
|
},
|
|
458
|
+
"DescribeBlindWatermarkTemplates": {
|
|
459
|
+
"document": "查询用户自定义数字水印模板,支持根据条件,分页查询。",
|
|
460
|
+
"input": "DescribeBlindWatermarkTemplatesRequest",
|
|
461
|
+
"name": "获取数字水印模板列表",
|
|
462
|
+
"output": "DescribeBlindWatermarkTemplatesResponse",
|
|
463
|
+
"status": "online"
|
|
464
|
+
},
|
|
430
465
|
"DescribeContentReviewTemplates": {
|
|
431
466
|
"document": "根据智能审核模板唯一标识,获取智能审核模板详情列表。返回结果包含符合条件的所有用户自定义模板及系统预置智能审核模板。",
|
|
432
467
|
"input": "DescribeContentReviewTemplatesRequest",
|
|
@@ -476,6 +511,13 @@
|
|
|
476
511
|
"output": "DescribePersonSamplesResponse",
|
|
477
512
|
"status": "online"
|
|
478
513
|
},
|
|
514
|
+
"DescribeProcessImageTemplates": {
|
|
515
|
+
"document": "查询图片处理模板列表。",
|
|
516
|
+
"input": "DescribeProcessImageTemplatesRequest",
|
|
517
|
+
"name": "查询图片处理模板列表",
|
|
518
|
+
"output": "DescribeProcessImageTemplatesResponse",
|
|
519
|
+
"status": "online"
|
|
520
|
+
},
|
|
479
521
|
"DescribeQualityControlTemplates": {
|
|
480
522
|
"document": "查询用户自定义媒体质检模板,支持根据条件,分页查询。",
|
|
481
523
|
"input": "DescribeQualityControlTemplatesRequest",
|
|
@@ -630,6 +672,13 @@
|
|
|
630
672
|
"output": "DescribeTranscodeTemplatesResponse",
|
|
631
673
|
"status": "online"
|
|
632
674
|
},
|
|
675
|
+
"DescribeUsageData": {
|
|
676
|
+
"document": "该接口返回查询时间范围内每天使用的媒体处理用量信息。\n 1. 可以查询最近365天内的媒体处理统计数据。\n 2. 查询时间跨度不超过90天。",
|
|
677
|
+
"input": "DescribeUsageDataRequest",
|
|
678
|
+
"name": "查询用量信息",
|
|
679
|
+
"output": "DescribeUsageDataResponse",
|
|
680
|
+
"status": "online"
|
|
681
|
+
},
|
|
633
682
|
"DescribeVideoDatabaseEntryTaskDetail": {
|
|
634
683
|
"document": "根据任务ID查询视频入库任务的状态。",
|
|
635
684
|
"input": "DescribeVideoDatabaseEntryTaskDetailRequest",
|
|
@@ -714,6 +763,13 @@
|
|
|
714
763
|
"output": "ExecuteFunctionResponse",
|
|
715
764
|
"status": "online"
|
|
716
765
|
},
|
|
766
|
+
"ExtractBlindWatermark": {
|
|
767
|
+
"document": "用于发起提取视频数字水印任务,提取结果可以通过DescribeTaskDetail查询。",
|
|
768
|
+
"input": "ExtractBlindWatermarkRequest",
|
|
769
|
+
"name": "提取视频数字水印",
|
|
770
|
+
"output": "ExtractBlindWatermarkResponse",
|
|
771
|
+
"status": "online"
|
|
772
|
+
},
|
|
717
773
|
"ManageTask": {
|
|
718
774
|
"document": "对已发起的任务进行管理。",
|
|
719
775
|
"input": "ManageTaskRequest",
|
|
@@ -756,6 +812,13 @@
|
|
|
756
812
|
"output": "ModifyAsrHotwordsResponse",
|
|
757
813
|
"status": "online"
|
|
758
814
|
},
|
|
815
|
+
"ModifyBlindWatermarkTemplate": {
|
|
816
|
+
"document": "修改用户自定义数字水印模板,数字水印类型不允许修改。",
|
|
817
|
+
"input": "ModifyBlindWatermarkTemplateRequest",
|
|
818
|
+
"name": "修改数字水印模板",
|
|
819
|
+
"output": "ModifyBlindWatermarkTemplateResponse",
|
|
820
|
+
"status": "online"
|
|
821
|
+
},
|
|
759
822
|
"ModifyContentReviewTemplate": {
|
|
760
823
|
"document": "修改用户自定义内容审核模板。",
|
|
761
824
|
"input": "ModifyContentReviewTemplateRequest",
|
|
@@ -784,6 +847,13 @@
|
|
|
784
847
|
"output": "ModifyPersonSampleResponse",
|
|
785
848
|
"status": "online"
|
|
786
849
|
},
|
|
850
|
+
"ModifyProcessImageTemplate": {
|
|
851
|
+
"document": "修改图片处理模板。",
|
|
852
|
+
"input": "ModifyProcessImageTemplateRequest",
|
|
853
|
+
"name": "修改图片处理模板",
|
|
854
|
+
"output": "ModifyProcessImageTemplateResponse",
|
|
855
|
+
"status": "online"
|
|
856
|
+
},
|
|
787
857
|
"ModifyQualityControlTemplate": {
|
|
788
858
|
"document": "修改媒体质检模板。",
|
|
789
859
|
"input": "ModifyQualityControlTemplateRequest",
|
|
@@ -1630,6 +1700,17 @@
|
|
|
1630
1700
|
"type": "list",
|
|
1631
1701
|
"value_allowed_null": false
|
|
1632
1702
|
},
|
|
1703
|
+
{
|
|
1704
|
+
"disabled": false,
|
|
1705
|
+
"document": "数字水印参数\t\n注意:此字段可能返回 null,表示取不到有效值。",
|
|
1706
|
+
"example": "无",
|
|
1707
|
+
"member": "BlindWatermarkInput",
|
|
1708
|
+
"name": "BlindWatermark",
|
|
1709
|
+
"output_required": false,
|
|
1710
|
+
"required": false,
|
|
1711
|
+
"type": "object",
|
|
1712
|
+
"value_allowed_null": true
|
|
1713
|
+
},
|
|
1633
1714
|
{
|
|
1634
1715
|
"disabled": false,
|
|
1635
1716
|
"document": "转自适应码流后文件的目标存储,不填则继承上层的 OutputStorage 值。\n注意:此字段可能返回 null,表示取不到有效值。",
|
|
@@ -1728,6 +1809,17 @@
|
|
|
1728
1809
|
"required": false,
|
|
1729
1810
|
"type": "string",
|
|
1730
1811
|
"value_allowed_null": false
|
|
1812
|
+
},
|
|
1813
|
+
{
|
|
1814
|
+
"disabled": false,
|
|
1815
|
+
"document": "指定pts时间的帧设为关键帧,并切片。单位毫秒(允许相对偏差<=1ms)。当同时指定gop和切片时长时,会共同作用。注意需开启RawPts,保持帧率随源,并确保传入的pts时间在源中是有对应帧的。\n注意:此字段可能返回 null,表示取不到有效值。",
|
|
1816
|
+
"example": "[1000, 2000]",
|
|
1817
|
+
"member": "int64",
|
|
1818
|
+
"name": "KeyPTSList",
|
|
1819
|
+
"output_required": false,
|
|
1820
|
+
"required": false,
|
|
1821
|
+
"type": "list",
|
|
1822
|
+
"value_allowed_null": true
|
|
1731
1823
|
}
|
|
1732
1824
|
],
|
|
1733
1825
|
"usage": "both"
|
|
@@ -2008,6 +2100,78 @@
|
|
|
2008
2100
|
],
|
|
2009
2101
|
"usage": "both"
|
|
2010
2102
|
},
|
|
2103
|
+
"AdvancedSuperResolutionConfig": {
|
|
2104
|
+
"document": "超分配置",
|
|
2105
|
+
"members": [
|
|
2106
|
+
{
|
|
2107
|
+
"disabled": false,
|
|
2108
|
+
"document": "能力配置开关,可选值:\n<li>ON:开启;</li>\n<li>OFF:关闭。</li>\n默认值:ON。",
|
|
2109
|
+
"example": "ON",
|
|
2110
|
+
"member": "string",
|
|
2111
|
+
"name": "Switch",
|
|
2112
|
+
"output_required": true,
|
|
2113
|
+
"required": false,
|
|
2114
|
+
"type": "string",
|
|
2115
|
+
"value_allowed_null": false
|
|
2116
|
+
},
|
|
2117
|
+
{
|
|
2118
|
+
"disabled": false,
|
|
2119
|
+
"document": "类型,可选值:\n<li>standard:通用超分</li>\n<li>super:高级超分。</li>\n默认值:standard。\n注意:此字段可能返回 null,表示取不到有效值。",
|
|
2120
|
+
"example": "standard",
|
|
2121
|
+
"member": "string",
|
|
2122
|
+
"name": "Type",
|
|
2123
|
+
"output_required": true,
|
|
2124
|
+
"required": false,
|
|
2125
|
+
"type": "string",
|
|
2126
|
+
"value_allowed_null": true
|
|
2127
|
+
},
|
|
2128
|
+
{
|
|
2129
|
+
"disabled": false,
|
|
2130
|
+
"document": "输出图片模式,默认percent。\n<li> aspect: 超分至指定宽高的较大矩形。</li>\n<li> fixed: 超分至固定宽高,强制缩放。</li>\n<li> percent: 超分倍率,可以为小数。</li>\n注意:此字段可能返回 null,表示取不到有效值。",
|
|
2131
|
+
"example": "percent",
|
|
2132
|
+
"member": "string",
|
|
2133
|
+
"name": "Mode",
|
|
2134
|
+
"output_required": true,
|
|
2135
|
+
"required": false,
|
|
2136
|
+
"type": "string",
|
|
2137
|
+
"value_allowed_null": true
|
|
2138
|
+
},
|
|
2139
|
+
{
|
|
2140
|
+
"disabled": false,
|
|
2141
|
+
"document": "超分倍率,可以为小数。\n注意:此字段可能返回 null,表示取不到有效值。",
|
|
2142
|
+
"example": "2.0",
|
|
2143
|
+
"member": "float",
|
|
2144
|
+
"name": "Percent",
|
|
2145
|
+
"output_required": true,
|
|
2146
|
+
"required": false,
|
|
2147
|
+
"type": "float",
|
|
2148
|
+
"value_allowed_null": true
|
|
2149
|
+
},
|
|
2150
|
+
{
|
|
2151
|
+
"disabled": false,
|
|
2152
|
+
"document": "目标图片宽度,不能超过4096。\n注意:此字段可能返回 null,表示取不到有效值。",
|
|
2153
|
+
"example": "1280",
|
|
2154
|
+
"member": "int64",
|
|
2155
|
+
"name": "Width",
|
|
2156
|
+
"output_required": true,
|
|
2157
|
+
"required": false,
|
|
2158
|
+
"type": "int",
|
|
2159
|
+
"value_allowed_null": true
|
|
2160
|
+
},
|
|
2161
|
+
{
|
|
2162
|
+
"disabled": false,
|
|
2163
|
+
"document": "目标图片高度,不能超过4096。\n注意:此字段可能返回 null,表示取不到有效值。",
|
|
2164
|
+
"example": "720",
|
|
2165
|
+
"member": "int64",
|
|
2166
|
+
"name": "Height",
|
|
2167
|
+
"output_required": true,
|
|
2168
|
+
"required": false,
|
|
2169
|
+
"type": "int",
|
|
2170
|
+
"value_allowed_null": true
|
|
2171
|
+
}
|
|
2172
|
+
],
|
|
2173
|
+
"usage": "both"
|
|
2174
|
+
},
|
|
2011
2175
|
"AiAnalysisResult": {
|
|
2012
2176
|
"document": "智能分析结果",
|
|
2013
2177
|
"members": [
|
|
@@ -7360,7 +7524,7 @@
|
|
|
7360
7524
|
},
|
|
7361
7525
|
{
|
|
7362
7526
|
"disabled": false,
|
|
7363
|
-
"document": "
|
|
7527
|
+
"document": "音频流的采样率,不同编码标准支持的采样率选项不同。填0代表使用源音频的采样率数值。\n详细参考[音频采样率支持范围文档](https://cloud.tencent.com/document/product/862/77166#f3b039f1-d817-4a96-b4e4-90132d31cd53)\n单位:Hz\n注意:请确保源音频流的采样率在上述选项范围内,否则可能导致转码失败!",
|
|
7364
7528
|
"example": "44100",
|
|
7365
7529
|
"member": "uint64",
|
|
7366
7530
|
"name": "SampleRate",
|
|
@@ -7421,7 +7585,7 @@
|
|
|
7421
7585
|
},
|
|
7422
7586
|
{
|
|
7423
7587
|
"disabled": false,
|
|
7424
|
-
"document": "
|
|
7588
|
+
"document": "音频流的采样率,不同编码标准支持的采样率选项不同。填0代表使用源音频的采样率数值。\n详细参考[音频采样率支持范围文档](https://cloud.tencent.com/document/product/862/77166#f3b039f1-d817-4a96-b4e4-90132d31cd53)\n单位:Hz\n注意:请确保源音频流的采样率在上述选项范围内,否则可能导致转码失败!\n注意:此字段可能返回 null,表示取不到有效值。",
|
|
7425
7589
|
"example": "44100",
|
|
7426
7590
|
"member": "uint64",
|
|
7427
7591
|
"name": "SampleRate",
|
|
@@ -7444,7 +7608,7 @@
|
|
|
7444
7608
|
{
|
|
7445
7609
|
"disabled": false,
|
|
7446
7610
|
"document": "指定输出要保留的音频轨道。默认是全部保留源的。\n注意:此字段可能返回 null,表示取不到有效值。",
|
|
7447
|
-
"example": "
|
|
7611
|
+
"example": "[0]",
|
|
7448
7612
|
"member": "int64",
|
|
7449
7613
|
"name": "StreamSelects",
|
|
7450
7614
|
"output_required": false,
|
|
@@ -7939,7 +8103,7 @@
|
|
|
7939
8103
|
"members": [
|
|
7940
8104
|
{
|
|
7941
8105
|
"disabled": false,
|
|
7942
|
-
"document": "类型名称。取值如下:\n
|
|
8106
|
+
"document": "类型名称。取值如下:\n<li>Whiten:美白</li>\n<li>BlackAlpha1:美黑</li>\n<li>BlackAlpha2:较强美黑</li>\n<li>FoundationAlpha2:美白-粉白</li>\n<li>Clear:清晰度</li>\n<li>Sharpen:锐化</li>\n<li>Smooth:磨皮</li>\n<li>BeautyThinFace:瘦脸</li>\n<li>NatureFace:自然脸型</li>\n<li>VFace:V脸</li>\n<li>EnlargeEye:大眼</li>\n<li>EyeLighten:亮眼</li>\n<li>RemoveEyeBags:祛眼袋</li>\n<li>ThinNose:瘦鼻</li>\n<li>RemoveLawLine:祛法令纹</li>\n<li>CheekboneThin:瘦颧骨</li>\n<li>FaceFeatureLipsLut:口红</li>\n<li>ToothWhiten:牙齿美白</li>\n<li>FaceFeatureSoftlight:柔光</li>\n<li>Makeup:美妆</li>",
|
|
7943
8107
|
"example": "Whiten",
|
|
7944
8108
|
"member": "string",
|
|
7945
8109
|
"name": "Type",
|
|
@@ -7969,6 +8133,28 @@
|
|
|
7969
8133
|
"required": false,
|
|
7970
8134
|
"type": "int",
|
|
7971
8135
|
"value_allowed_null": false
|
|
8136
|
+
},
|
|
8137
|
+
{
|
|
8138
|
+
"disabled": false,
|
|
8139
|
+
"document": "附加资源路径。",
|
|
8140
|
+
"example": "/makeupRes/video_makeup_mitao",
|
|
8141
|
+
"member": "string",
|
|
8142
|
+
"name": "ResourcePath",
|
|
8143
|
+
"output_required": false,
|
|
8144
|
+
"required": false,
|
|
8145
|
+
"type": "string",
|
|
8146
|
+
"value_allowed_null": false
|
|
8147
|
+
},
|
|
8148
|
+
{
|
|
8149
|
+
"disabled": false,
|
|
8150
|
+
"document": "自定义参数。",
|
|
8151
|
+
"example": "{\\\"Color\\\":\\\"#ff0000\\\"}",
|
|
8152
|
+
"member": "string",
|
|
8153
|
+
"name": "ExtInfo",
|
|
8154
|
+
"output_required": false,
|
|
8155
|
+
"required": false,
|
|
8156
|
+
"type": "string",
|
|
8157
|
+
"value_allowed_null": false
|
|
7972
8158
|
}
|
|
7973
8159
|
],
|
|
7974
8160
|
"usage": "both"
|
|
@@ -8068,6 +8254,99 @@
|
|
|
8068
8254
|
],
|
|
8069
8255
|
"usage": "both"
|
|
8070
8256
|
},
|
|
8257
|
+
"BlindWatermarkInput": {
|
|
8258
|
+
"document": "媒体处理任务中的数字水印参数类型",
|
|
8259
|
+
"members": [
|
|
8260
|
+
{
|
|
8261
|
+
"disabled": false,
|
|
8262
|
+
"document": "数字水印模板ID",
|
|
8263
|
+
"example": "10",
|
|
8264
|
+
"member": "uint64",
|
|
8265
|
+
"name": "Definition",
|
|
8266
|
+
"output_required": true,
|
|
8267
|
+
"required": true,
|
|
8268
|
+
"type": "int",
|
|
8269
|
+
"value_allowed_null": false
|
|
8270
|
+
}
|
|
8271
|
+
],
|
|
8272
|
+
"usage": "both"
|
|
8273
|
+
},
|
|
8274
|
+
"BlindWatermarkTemplate": {
|
|
8275
|
+
"document": "数字水印模板详情",
|
|
8276
|
+
"members": [
|
|
8277
|
+
{
|
|
8278
|
+
"disabled": false,
|
|
8279
|
+
"document": "数字水印模板唯一标识。",
|
|
8280
|
+
"example": "10",
|
|
8281
|
+
"member": "int64",
|
|
8282
|
+
"name": "Definition",
|
|
8283
|
+
"output_required": true,
|
|
8284
|
+
"type": "int",
|
|
8285
|
+
"value_allowed_null": false
|
|
8286
|
+
},
|
|
8287
|
+
{
|
|
8288
|
+
"disabled": false,
|
|
8289
|
+
"document": "数字水印类型,可选值:<li>blind-basic:基础版权数字水印;</li><li>blind-nagra:NAGRA取证水印;</li>",
|
|
8290
|
+
"example": "blind-basic",
|
|
8291
|
+
"member": "string",
|
|
8292
|
+
"name": "Type",
|
|
8293
|
+
"output_required": true,
|
|
8294
|
+
"type": "string",
|
|
8295
|
+
"value_allowed_null": false
|
|
8296
|
+
},
|
|
8297
|
+
{
|
|
8298
|
+
"disabled": false,
|
|
8299
|
+
"document": "数字水印模板名称。",
|
|
8300
|
+
"example": "数字水印模版1",
|
|
8301
|
+
"member": "string",
|
|
8302
|
+
"name": "Name",
|
|
8303
|
+
"output_required": true,
|
|
8304
|
+
"type": "string",
|
|
8305
|
+
"value_allowed_null": false
|
|
8306
|
+
},
|
|
8307
|
+
{
|
|
8308
|
+
"disabled": false,
|
|
8309
|
+
"document": "数字水印模板文本内容,长度不超过64个字符。",
|
|
8310
|
+
"example": "水印文本内容",
|
|
8311
|
+
"member": "string",
|
|
8312
|
+
"name": "TextContent",
|
|
8313
|
+
"output_required": true,
|
|
8314
|
+
"type": "string",
|
|
8315
|
+
"value_allowed_null": false
|
|
8316
|
+
},
|
|
8317
|
+
{
|
|
8318
|
+
"disabled": false,
|
|
8319
|
+
"document": "数字水印模板描述信息。",
|
|
8320
|
+
"example": "数字水印模版",
|
|
8321
|
+
"member": "string",
|
|
8322
|
+
"name": "Comment",
|
|
8323
|
+
"output_required": true,
|
|
8324
|
+
"type": "string",
|
|
8325
|
+
"value_allowed_null": false
|
|
8326
|
+
},
|
|
8327
|
+
{
|
|
8328
|
+
"disabled": false,
|
|
8329
|
+
"document": "数字水印模板创建时间,使用 [ISO 日期格式](https://cloud.tencent.com/document/product/862/37710#52)。",
|
|
8330
|
+
"example": "2025-08-01T18:00:00+08:00",
|
|
8331
|
+
"member": "string",
|
|
8332
|
+
"name": "CreateTime",
|
|
8333
|
+
"output_required": true,
|
|
8334
|
+
"type": "string",
|
|
8335
|
+
"value_allowed_null": false
|
|
8336
|
+
},
|
|
8337
|
+
{
|
|
8338
|
+
"disabled": false,
|
|
8339
|
+
"document": "数字水印模板最后修改时间,使用 [ISO 日期格式](https://cloud.tencent.com/document/product/862/37710#52)。",
|
|
8340
|
+
"example": "2025-08-01T18:00:00+08:00",
|
|
8341
|
+
"member": "string",
|
|
8342
|
+
"name": "UpdateTime",
|
|
8343
|
+
"output_required": true,
|
|
8344
|
+
"type": "string",
|
|
8345
|
+
"value_allowed_null": false
|
|
8346
|
+
}
|
|
8347
|
+
],
|
|
8348
|
+
"usage": "out"
|
|
8349
|
+
},
|
|
8071
8350
|
"ClassificationConfigureInfo": {
|
|
8072
8351
|
"document": "智能分类任务控制参数",
|
|
8073
8352
|
"members": [
|
|
@@ -9160,7 +9439,7 @@
|
|
|
9160
9439
|
},
|
|
9161
9440
|
{
|
|
9162
9441
|
"disabled": false,
|
|
9163
|
-
"document": "
|
|
9442
|
+
"document": "支持的所有格式如下:\n\n- 视频文件扩展名,支持以下选择,共15种:\n`.mp4`、`.avi`、`.mov`、`.wmv`、`.flv`、`.mkv`、`.mpg`、`.mpeg`、`.rm`、`.rmvb`、`.asf`、`.3gp`、`.webm`、`.ts`、`.m4v`\n\n- 音频文件扩展名,支持以下选择,共7种:\n`.mp3`、`.wav`、`.aac`、`.flac`、`.ogg`、`.m4a`、`.amr`\n\n- 字幕文件扩展名,支持以下选择,共2种:\n`.vtt`、`.srt`\n\n- `*`:支持任意文件格式\n\n- 不传或者传空列表:支持系统预设文件格式(视频:`.mp4`、`.ts`、`.flv`、`.wmv`、`.asf`、`.rm`、`.rmvb`、`.mpg`、`.mpeg`、`.3gp`、`.mov`、`.webm`、`.mkv`、`.avi`、`.m4v`,音频:`.mp3`、`.m4a`、`.flac`、`.ogg`、`.wav`、`.amr`、`.aac`,字幕:`.vtt`、`.srt`)\n\n**注意**:\n1. 如果传入的格式列表中有`*`则表示为支持任意文件格式。\n2. 扩展名传入时带不带`.`都可以,比如 `.mp4` 或 `mp4` 均支持。\n3. 自定义文件扩展名需满足数字、字母字符,长度在[1,64]范围内。",
|
|
9164
9443
|
"example": "[\"mp4\",\"flv\",\"mov\"]",
|
|
9165
9444
|
"member": "string",
|
|
9166
9445
|
"name": "Formats",
|
|
@@ -9521,7 +9800,7 @@
|
|
|
9521
9800
|
},
|
|
9522
9801
|
{
|
|
9523
9802
|
"disabled": false,
|
|
9524
|
-
"document": "
|
|
9803
|
+
"document": "分片类型,可选值: <li>ts-segment:HLS+TS 切片</li> <li>ts-byterange:HLS+TS byte range</li> <li>mp4-segment:HLS+MP4 切片</li> <li>mp4-byterange:HLS+MP4 byte range</li> <li>ts-packed-audio:TS+Packed Audio</li> <li>mp4-packed-audio:MP4+Packed Audio</li> 默认值:ts-segment \n注:自适应码流的分片格式以此字段为准",
|
|
9525
9804
|
"example": "ts-segment",
|
|
9526
9805
|
"member": "string",
|
|
9527
9806
|
"name": "SegmentType",
|
|
@@ -9726,6 +10005,70 @@
|
|
|
9726
10005
|
],
|
|
9727
10006
|
"type": "object"
|
|
9728
10007
|
},
|
|
10008
|
+
"CreateBlindWatermarkTemplateRequest": {
|
|
10009
|
+
"document": "CreateBlindWatermarkTemplate请求参数结构体",
|
|
10010
|
+
"members": [
|
|
10011
|
+
{
|
|
10012
|
+
"disabled": false,
|
|
10013
|
+
"document": "数字水印类型,可选值:<li>blind-basic:基础版权数字水印;</li><li>blind-nagra:NAGRA水印;</li>",
|
|
10014
|
+
"example": "blind-basic",
|
|
10015
|
+
"member": "string",
|
|
10016
|
+
"name": "Type",
|
|
10017
|
+
"required": true,
|
|
10018
|
+
"type": "string"
|
|
10019
|
+
},
|
|
10020
|
+
{
|
|
10021
|
+
"disabled": false,
|
|
10022
|
+
"document": "数字水印文字内容,长度不超过64个字符,NAGRA水印类型的模板创建后不支持修改文字内容。",
|
|
10023
|
+
"example": "数字水印文本",
|
|
10024
|
+
"member": "string",
|
|
10025
|
+
"name": "TextContent",
|
|
10026
|
+
"required": true,
|
|
10027
|
+
"type": "string"
|
|
10028
|
+
},
|
|
10029
|
+
{
|
|
10030
|
+
"disabled": false,
|
|
10031
|
+
"document": "数字水印模板名称,支持中文、英文、数字、_、-和. 六种格式,长度限制:64 个字符。",
|
|
10032
|
+
"example": "数字水印模板1",
|
|
10033
|
+
"member": "string",
|
|
10034
|
+
"name": "Name",
|
|
10035
|
+
"required": false,
|
|
10036
|
+
"type": "string"
|
|
10037
|
+
},
|
|
10038
|
+
{
|
|
10039
|
+
"disabled": false,
|
|
10040
|
+
"document": "数字水印模板描述信息,长度限制:256 个字符。",
|
|
10041
|
+
"example": "数字水印模板",
|
|
10042
|
+
"member": "string",
|
|
10043
|
+
"name": "Comment",
|
|
10044
|
+
"required": false,
|
|
10045
|
+
"type": "string"
|
|
10046
|
+
}
|
|
10047
|
+
],
|
|
10048
|
+
"type": "object"
|
|
10049
|
+
},
|
|
10050
|
+
"CreateBlindWatermarkTemplateResponse": {
|
|
10051
|
+
"document": "CreateBlindWatermarkTemplate返回参数结构体",
|
|
10052
|
+
"members": [
|
|
10053
|
+
{
|
|
10054
|
+
"disabled": false,
|
|
10055
|
+
"document": "数字水印模板唯一标识。",
|
|
10056
|
+
"example": "20000",
|
|
10057
|
+
"member": "int64",
|
|
10058
|
+
"name": "Definition",
|
|
10059
|
+
"output_required": true,
|
|
10060
|
+
"type": "int",
|
|
10061
|
+
"value_allowed_null": false
|
|
10062
|
+
},
|
|
10063
|
+
{
|
|
10064
|
+
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
|
10065
|
+
"member": "string",
|
|
10066
|
+
"name": "RequestId",
|
|
10067
|
+
"type": "string"
|
|
10068
|
+
}
|
|
10069
|
+
],
|
|
10070
|
+
"type": "object"
|
|
10071
|
+
},
|
|
9729
10072
|
"CreateContentReviewTemplateRequest": {
|
|
9730
10073
|
"document": "CreateContentReviewTemplate请求参数结构体",
|
|
9731
10074
|
"members": [
|
|
@@ -10530,7 +10873,7 @@
|
|
|
10530
10873
|
{
|
|
10531
10874
|
"disabled": false,
|
|
10532
10875
|
"document": "输出的SRT的配置。",
|
|
10533
|
-
"example": "
|
|
10876
|
+
"example": "无",
|
|
10534
10877
|
"member": "CreateOutputSRTSettings",
|
|
10535
10878
|
"name": "SRTSettings",
|
|
10536
10879
|
"required": false,
|
|
@@ -10539,7 +10882,7 @@
|
|
|
10539
10882
|
{
|
|
10540
10883
|
"disabled": false,
|
|
10541
10884
|
"document": "输出的RTMP的配置。",
|
|
10542
|
-
"example": "
|
|
10885
|
+
"example": "无",
|
|
10543
10886
|
"member": "CreateOutputRTMPSettings",
|
|
10544
10887
|
"name": "RTMPSettings",
|
|
10545
10888
|
"required": false,
|
|
@@ -10548,7 +10891,7 @@
|
|
|
10548
10891
|
{
|
|
10549
10892
|
"disabled": false,
|
|
10550
10893
|
"document": "输出的RTP的配置。",
|
|
10551
|
-
"example": "
|
|
10894
|
+
"example": "无",
|
|
10552
10895
|
"member": "CreateOutputInfoRTPSettings",
|
|
10553
10896
|
"name": "RTPSettings",
|
|
10554
10897
|
"required": false,
|
|
@@ -10557,7 +10900,7 @@
|
|
|
10557
10900
|
{
|
|
10558
10901
|
"disabled": false,
|
|
10559
10902
|
"document": "IP白名单列表,格式为CIDR,如0.0.0.0/0。\n当Protocol为RTMP_PULL有效,为空代表不限制客户端IP。",
|
|
10560
|
-
"example": "0",
|
|
10903
|
+
"example": "[\"0.0.0.0\"]",
|
|
10561
10904
|
"member": "string",
|
|
10562
10905
|
"name": "AllowIpList",
|
|
10563
10906
|
"required": false,
|
|
@@ -10600,13 +10943,22 @@
|
|
|
10600
10943
|
"type": "object"
|
|
10601
10944
|
},
|
|
10602
10945
|
{
|
|
10603
|
-
"disabled":
|
|
10604
|
-
"document": "
|
|
10946
|
+
"disabled": true,
|
|
10947
|
+
"document": "对于含有多个音/视频轨的流,可以指定需要使用的轨道。PidSelector 与 TrackSelector 只能存在一个",
|
|
10605
10948
|
"example": "无",
|
|
10606
10949
|
"member": "PidSelector",
|
|
10607
10950
|
"name": "PidSelector",
|
|
10608
10951
|
"required": false,
|
|
10609
10952
|
"type": "object"
|
|
10953
|
+
},
|
|
10954
|
+
{
|
|
10955
|
+
"disabled": false,
|
|
10956
|
+
"document": "对于含有多个音/视频轨的流,可以指定需要使用的轨道。PidSelector 与 TrackSelector 只能存在一个",
|
|
10957
|
+
"example": "无",
|
|
10958
|
+
"member": "StreamSelector",
|
|
10959
|
+
"name": "StreamSelector",
|
|
10960
|
+
"required": false,
|
|
10961
|
+
"type": "object"
|
|
10610
10962
|
}
|
|
10611
10963
|
],
|
|
10612
10964
|
"usage": "in"
|
|
@@ -10959,6 +11311,61 @@
|
|
|
10959
11311
|
],
|
|
10960
11312
|
"type": "object"
|
|
10961
11313
|
},
|
|
11314
|
+
"CreateProcessImageTemplateRequest": {
|
|
11315
|
+
"document": "CreateProcessImageTemplate请求参数结构体",
|
|
11316
|
+
"members": [
|
|
11317
|
+
{
|
|
11318
|
+
"disabled": false,
|
|
11319
|
+
"document": "图片处理模板。",
|
|
11320
|
+
"example": "无",
|
|
11321
|
+
"member": "ImageTaskInput",
|
|
11322
|
+
"name": "ProcessImageTemplate",
|
|
11323
|
+
"required": true,
|
|
11324
|
+
"type": "object"
|
|
11325
|
+
},
|
|
11326
|
+
{
|
|
11327
|
+
"disabled": false,
|
|
11328
|
+
"document": "图片处理模板名称,长度限制:64个字符。",
|
|
11329
|
+
"example": "图片处理模板",
|
|
11330
|
+
"member": "string",
|
|
11331
|
+
"name": "Name",
|
|
11332
|
+
"required": false,
|
|
11333
|
+
"type": "string"
|
|
11334
|
+
},
|
|
11335
|
+
{
|
|
11336
|
+
"disabled": false,
|
|
11337
|
+
"document": "图片处理模板描述信息,长度限制:256个字符。",
|
|
11338
|
+
"example": "图片处理模板1",
|
|
11339
|
+
"member": "string",
|
|
11340
|
+
"name": "Comment",
|
|
11341
|
+
"required": false,
|
|
11342
|
+
"type": "string"
|
|
11343
|
+
}
|
|
11344
|
+
],
|
|
11345
|
+
"type": "object"
|
|
11346
|
+
},
|
|
11347
|
+
"CreateProcessImageTemplateResponse": {
|
|
11348
|
+
"document": "CreateProcessImageTemplate返回参数结构体",
|
|
11349
|
+
"members": [
|
|
11350
|
+
{
|
|
11351
|
+
"disabled": false,
|
|
11352
|
+
"document": "图片处理模板唯一标识",
|
|
11353
|
+
"example": "200043",
|
|
11354
|
+
"member": "int64",
|
|
11355
|
+
"name": "Definition",
|
|
11356
|
+
"output_required": false,
|
|
11357
|
+
"type": "int",
|
|
11358
|
+
"value_allowed_null": false
|
|
11359
|
+
},
|
|
11360
|
+
{
|
|
11361
|
+
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
|
11362
|
+
"member": "string",
|
|
11363
|
+
"name": "RequestId",
|
|
11364
|
+
"type": "string"
|
|
11365
|
+
}
|
|
11366
|
+
],
|
|
11367
|
+
"type": "object"
|
|
11368
|
+
},
|
|
10962
11369
|
"CreateQualityControlTemplateRequest": {
|
|
10963
11370
|
"document": "CreateQualityControlTemplate请求参数结构体",
|
|
10964
11371
|
"members": [
|
|
@@ -11328,7 +11735,7 @@
|
|
|
11328
11735
|
},
|
|
11329
11736
|
{
|
|
11330
11737
|
"disabled": false,
|
|
11331
|
-
"document": "智能字幕视频源语言\n当前支持以下语言:\
|
|
11738
|
+
"document": "智能字幕视频源语言\n当前支持以下语言:\n`zh`:简体中文\n`yue`:中文粵语\n`zh-PY`:中英粤\n`zh_medical`:中文医疗\n`zh_dialect`:中文方言\n`prime_zh`:中英方言\n`zh_en`:中英\n`en`:英语\n`ja`:日语\n`ko`:韩语\n`fr`:法语\n`es`:西班牙语\n`it`:意大利语\n`de`:德语\n`tr`:土耳其语\n`ru`:俄语\n`pt`:葡萄牙语(巴西)\n`pt-PT`:葡萄牙语(葡萄牙)\n`vi`:越南语\n`id`:印度尼西亚语\n`ms`:马来语\n`th`:泰语\n`ar`:阿拉伯语\n`hi`:印地语\n`fil`:菲律宾语\n`auto`:自动识别(仅在纯字幕翻译中支持)",
|
|
11332
11739
|
"example": "zh",
|
|
11333
11740
|
"member": "string",
|
|
11334
11741
|
"name": "VideoSrcLanguage",
|
|
@@ -11355,7 +11762,7 @@
|
|
|
11355
11762
|
},
|
|
11356
11763
|
{
|
|
11357
11764
|
"disabled": false,
|
|
11358
|
-
"document": "
|
|
11765
|
+
"document": "智能字幕文件格式:\n- ASR识别翻译处理类型下:\n - vtt: WebVTT 格式字幕\n - srt: SRT 格式字幕\n - 不填或填空:不生成字幕文件\n- 纯字幕翻译处理类型下:\n - original:与源文件一致\n - vtt: WebVTT 格式字幕\n - srt: SRT 格式字幕\n\n**注意**:\n- ASR识别方式下,翻译大于等于2种语言时不允许传空或不传;\n- 纯字幕翻译方式下,不允许传空或不传",
|
|
11359
11766
|
"example": "vtt",
|
|
11360
11767
|
"member": "string",
|
|
11361
11768
|
"name": "SubtitleFormat",
|
|
@@ -11373,7 +11780,7 @@
|
|
|
11373
11780
|
},
|
|
11374
11781
|
{
|
|
11375
11782
|
"disabled": false,
|
|
11376
|
-
"document": "字幕翻译开关\
|
|
11783
|
+
"document": "字幕翻译开关\n`ON`: 开启翻译\n`OFF`: 关闭翻译\n\n**注意**:纯字幕翻译方式下,不传默认是打开的,不允许传空或`OFF`;",
|
|
11377
11784
|
"example": "ON",
|
|
11378
11785
|
"member": "string",
|
|
11379
11786
|
"name": "TranslateSwitch",
|
|
@@ -11382,12 +11789,21 @@
|
|
|
11382
11789
|
},
|
|
11383
11790
|
{
|
|
11384
11791
|
"disabled": false,
|
|
11385
|
-
"document": "
|
|
11792
|
+
"document": "字幕翻译目标语言,当TranslateSwitch为`ON`的时候生效\n当前支持以下语言:\n\n`zh`:简体中文\n`zh-TW`:繁体中文\n`en`:英语\n`ja`:日语\n`ko`:韩语\n`fr`:法语\n`es`:西班牙语 \n`it`:意大利语\n`de`:德语\n`tr`:土耳其语\n`ru`:俄语\n`pt`:葡萄牙语(巴西)\n`pt-PT`:葡萄牙语(葡萄牙)\n`vi`:越南语\n`id`:印度尼西亚语 \n`ms`:马来语\n`th`:泰语\n`ar`:阿拉伯语\n`hi`:印地语\n`fil`:菲律宾语\n\n**注意**:多语言方式,则使用 `/` 分割,如:`en/ja`,表示英语和日语。",
|
|
11386
11793
|
"example": "en",
|
|
11387
11794
|
"member": "string",
|
|
11388
11795
|
"name": "TranslateDstLanguage",
|
|
11389
11796
|
"required": false,
|
|
11390
11797
|
"type": "string"
|
|
11798
|
+
},
|
|
11799
|
+
{
|
|
11800
|
+
"disabled": false,
|
|
11801
|
+
"document": "字幕处理类型:\n- 0:ASR识别字幕\n- 1:纯字幕翻译\n\n**注意**:不传的情况下默认类型为 ASR识别字幕",
|
|
11802
|
+
"example": "0",
|
|
11803
|
+
"member": "uint64",
|
|
11804
|
+
"name": "ProcessType",
|
|
11805
|
+
"required": false,
|
|
11806
|
+
"type": "int"
|
|
11391
11807
|
}
|
|
11392
11808
|
],
|
|
11393
11809
|
"type": "object"
|
|
@@ -11589,6 +12005,15 @@
|
|
|
11589
12005
|
"name": "EventId",
|
|
11590
12006
|
"required": false,
|
|
11591
12007
|
"type": "string"
|
|
12008
|
+
},
|
|
12009
|
+
{
|
|
12010
|
+
"disabled": false,
|
|
12011
|
+
"document": "流的输出组。",
|
|
12012
|
+
"example": "无",
|
|
12013
|
+
"member": "CreateOutputInfo",
|
|
12014
|
+
"name": "OutputGroup",
|
|
12015
|
+
"required": false,
|
|
12016
|
+
"type": "list"
|
|
11592
12017
|
}
|
|
11593
12018
|
],
|
|
11594
12019
|
"type": "object"
|
|
@@ -12380,6 +12805,33 @@
|
|
|
12380
12805
|
],
|
|
12381
12806
|
"type": "object"
|
|
12382
12807
|
},
|
|
12808
|
+
"DeleteBlindWatermarkTemplateRequest": {
|
|
12809
|
+
"document": "DeleteBlindWatermarkTemplate请求参数结构体",
|
|
12810
|
+
"members": [
|
|
12811
|
+
{
|
|
12812
|
+
"disabled": false,
|
|
12813
|
+
"document": "数字水印模板唯一标识。",
|
|
12814
|
+
"example": "10",
|
|
12815
|
+
"member": "int64",
|
|
12816
|
+
"name": "Definition",
|
|
12817
|
+
"required": true,
|
|
12818
|
+
"type": "int"
|
|
12819
|
+
}
|
|
12820
|
+
],
|
|
12821
|
+
"type": "object"
|
|
12822
|
+
},
|
|
12823
|
+
"DeleteBlindWatermarkTemplateResponse": {
|
|
12824
|
+
"document": "DeleteBlindWatermarkTemplate返回参数结构体",
|
|
12825
|
+
"members": [
|
|
12826
|
+
{
|
|
12827
|
+
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
|
12828
|
+
"member": "string",
|
|
12829
|
+
"name": "RequestId",
|
|
12830
|
+
"type": "string"
|
|
12831
|
+
}
|
|
12832
|
+
],
|
|
12833
|
+
"type": "object"
|
|
12834
|
+
},
|
|
12383
12835
|
"DeleteContentReviewTemplateRequest": {
|
|
12384
12836
|
"document": "DeleteContentReviewTemplate请求参数结构体",
|
|
12385
12837
|
"members": [
|
|
@@ -12488,6 +12940,33 @@
|
|
|
12488
12940
|
],
|
|
12489
12941
|
"type": "object"
|
|
12490
12942
|
},
|
|
12943
|
+
"DeleteProcessImageTemplateRequest": {
|
|
12944
|
+
"document": "DeleteProcessImageTemplate请求参数结构体",
|
|
12945
|
+
"members": [
|
|
12946
|
+
{
|
|
12947
|
+
"disabled": false,
|
|
12948
|
+
"document": "图片处理模板唯一标识。",
|
|
12949
|
+
"example": "200043",
|
|
12950
|
+
"member": "int64",
|
|
12951
|
+
"name": "Definition",
|
|
12952
|
+
"required": false,
|
|
12953
|
+
"type": "int"
|
|
12954
|
+
}
|
|
12955
|
+
],
|
|
12956
|
+
"type": "object"
|
|
12957
|
+
},
|
|
12958
|
+
"DeleteProcessImageTemplateResponse": {
|
|
12959
|
+
"document": "DeleteProcessImageTemplate返回参数结构体",
|
|
12960
|
+
"members": [
|
|
12961
|
+
{
|
|
12962
|
+
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
|
12963
|
+
"member": "string",
|
|
12964
|
+
"name": "RequestId",
|
|
12965
|
+
"type": "string"
|
|
12966
|
+
}
|
|
12967
|
+
],
|
|
12968
|
+
"type": "object"
|
|
12969
|
+
},
|
|
12491
12970
|
"DeleteQualityControlTemplateRequest": {
|
|
12492
12971
|
"document": "DeleteQualityControlTemplate请求参数结构体",
|
|
12493
12972
|
"members": [
|
|
@@ -12880,8 +13359,8 @@
|
|
|
12880
13359
|
"members": [
|
|
12881
13360
|
{
|
|
12882
13361
|
"disabled": false,
|
|
12883
|
-
"document": "视频内容分析模板唯一标识过滤条件,数组长度限制:
|
|
12884
|
-
"example": "[
|
|
13362
|
+
"document": "视频内容分析模板唯一标识过滤条件,数组长度限制:100。",
|
|
13363
|
+
"example": "[30]",
|
|
12885
13364
|
"member": "int64",
|
|
12886
13365
|
"name": "Definitions",
|
|
12887
13366
|
"required": false,
|
|
@@ -12908,7 +13387,7 @@
|
|
|
12908
13387
|
{
|
|
12909
13388
|
"disabled": false,
|
|
12910
13389
|
"document": "模板类型过滤条件,不填则返回所有,可选值:\n* Preset:系统预置模板;\n* Custom:用户自定义模板。",
|
|
12911
|
-
"example": "
|
|
13390
|
+
"example": "Preset",
|
|
12912
13391
|
"member": "string",
|
|
12913
13392
|
"name": "Type",
|
|
12914
13393
|
"required": false,
|
|
@@ -12917,7 +13396,7 @@
|
|
|
12917
13396
|
{
|
|
12918
13397
|
"disabled": false,
|
|
12919
13398
|
"document": "视频内容分析模板标识过滤条件,长度限制:64 个字符。",
|
|
12920
|
-
"example": "
|
|
13399
|
+
"example": "内容分析模板",
|
|
12921
13400
|
"member": "string",
|
|
12922
13401
|
"name": "Name",
|
|
12923
13402
|
"required": false,
|
|
@@ -12963,8 +13442,8 @@
|
|
|
12963
13442
|
"members": [
|
|
12964
13443
|
{
|
|
12965
13444
|
"disabled": false,
|
|
12966
|
-
"document": "视频内容识别模板唯一标识过滤条件,数组长度限制:
|
|
12967
|
-
"example": "[
|
|
13445
|
+
"document": "视频内容识别模板唯一标识过滤条件,数组长度限制:100。",
|
|
13446
|
+
"example": "[30]",
|
|
12968
13447
|
"member": "int64",
|
|
12969
13448
|
"name": "Definitions",
|
|
12970
13449
|
"required": false,
|
|
@@ -12991,7 +13470,7 @@
|
|
|
12991
13470
|
{
|
|
12992
13471
|
"disabled": false,
|
|
12993
13472
|
"document": "模板类型过滤条件,不填则返回所有,可选值:\n* Preset:系统预置模板;\n* Custom:用户自定义模板。",
|
|
12994
|
-
"example": "
|
|
13473
|
+
"example": "Preset",
|
|
12995
13474
|
"member": "string",
|
|
12996
13475
|
"name": "Type",
|
|
12997
13476
|
"required": false,
|
|
@@ -13000,7 +13479,7 @@
|
|
|
13000
13479
|
{
|
|
13001
13480
|
"disabled": false,
|
|
13002
13481
|
"document": "视频内容识别模板标识过滤条件,长度限制:64 个字符。",
|
|
13003
|
-
"example": "
|
|
13482
|
+
"example": "Presetting Template",
|
|
13004
13483
|
"member": "string",
|
|
13005
13484
|
"name": "Name",
|
|
13006
13485
|
"required": false,
|
|
@@ -13676,6 +14155,89 @@
|
|
|
13676
14155
|
],
|
|
13677
14156
|
"type": "object"
|
|
13678
14157
|
},
|
|
14158
|
+
"DescribeBlindWatermarkTemplatesRequest": {
|
|
14159
|
+
"document": "DescribeBlindWatermarkTemplates请求参数结构体",
|
|
14160
|
+
"members": [
|
|
14161
|
+
{
|
|
14162
|
+
"disabled": false,
|
|
14163
|
+
"document": "数字水印模板唯一标识过滤条件,数组长度限制:100。",
|
|
14164
|
+
"example": "[10,20,30]",
|
|
14165
|
+
"member": "int64",
|
|
14166
|
+
"name": "Definitions",
|
|
14167
|
+
"required": false,
|
|
14168
|
+
"type": "list"
|
|
14169
|
+
},
|
|
14170
|
+
{
|
|
14171
|
+
"disabled": false,
|
|
14172
|
+
"document": "数字水印模板标识过滤条件,长度限制:64 个字符。",
|
|
14173
|
+
"example": "数字水印模板1",
|
|
14174
|
+
"member": "string",
|
|
14175
|
+
"name": "Name",
|
|
14176
|
+
"required": false,
|
|
14177
|
+
"type": "string"
|
|
14178
|
+
},
|
|
14179
|
+
{
|
|
14180
|
+
"disabled": false,
|
|
14181
|
+
"document": "数字水印类型,可选值:<li>blind-basic:基础版权数字水印;</li><li>blind-nagra:Nagra取证水印;</li>",
|
|
14182
|
+
"example": "blind-basic",
|
|
14183
|
+
"member": "string",
|
|
14184
|
+
"name": "Type",
|
|
14185
|
+
"required": false,
|
|
14186
|
+
"type": "string"
|
|
14187
|
+
},
|
|
14188
|
+
{
|
|
14189
|
+
"disabled": false,
|
|
14190
|
+
"document": "分页偏移量,默认值:0。",
|
|
14191
|
+
"example": "0",
|
|
14192
|
+
"member": "uint64",
|
|
14193
|
+
"name": "Offset",
|
|
14194
|
+
"required": false,
|
|
14195
|
+
"type": "int"
|
|
14196
|
+
},
|
|
14197
|
+
{
|
|
14198
|
+
"disabled": false,
|
|
14199
|
+
"document": "返回记录条数\n<li>默认值:10;</li>\n<li>最大值:100。</li>",
|
|
14200
|
+
"example": "10",
|
|
14201
|
+
"member": "uint64",
|
|
14202
|
+
"name": "Limit",
|
|
14203
|
+
"required": false,
|
|
14204
|
+
"type": "int"
|
|
14205
|
+
}
|
|
14206
|
+
],
|
|
14207
|
+
"type": "object"
|
|
14208
|
+
},
|
|
14209
|
+
"DescribeBlindWatermarkTemplatesResponse": {
|
|
14210
|
+
"document": "DescribeBlindWatermarkTemplates返回参数结构体",
|
|
14211
|
+
"members": [
|
|
14212
|
+
{
|
|
14213
|
+
"disabled": false,
|
|
14214
|
+
"document": "符合过滤条件的记录总数。",
|
|
14215
|
+
"example": "10",
|
|
14216
|
+
"member": "uint64",
|
|
14217
|
+
"name": "TotalCount",
|
|
14218
|
+
"output_required": true,
|
|
14219
|
+
"type": "int",
|
|
14220
|
+
"value_allowed_null": false
|
|
14221
|
+
},
|
|
14222
|
+
{
|
|
14223
|
+
"disabled": false,
|
|
14224
|
+
"document": "数字水印模板详情列表。",
|
|
14225
|
+
"example": "无",
|
|
14226
|
+
"member": "BlindWatermarkTemplate",
|
|
14227
|
+
"name": "BlindWatermarkTemplateSet",
|
|
14228
|
+
"output_required": true,
|
|
14229
|
+
"type": "list",
|
|
14230
|
+
"value_allowed_null": false
|
|
14231
|
+
},
|
|
14232
|
+
{
|
|
14233
|
+
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
|
14234
|
+
"member": "string",
|
|
14235
|
+
"name": "RequestId",
|
|
14236
|
+
"type": "string"
|
|
14237
|
+
}
|
|
14238
|
+
],
|
|
14239
|
+
"type": "object"
|
|
14240
|
+
},
|
|
13679
14241
|
"DescribeContentReviewTemplatesRequest": {
|
|
13680
14242
|
"document": "DescribeContentReviewTemplates请求参数结构体",
|
|
13681
14243
|
"members": [
|
|
@@ -14113,7 +14675,7 @@
|
|
|
14113
14675
|
"members": [
|
|
14114
14676
|
{
|
|
14115
14677
|
"disabled": false,
|
|
14116
|
-
"document": "任务类型,目前取值有:\n<li>WorkflowTask:工作流处理任务。</li>\n
|
|
14678
|
+
"document": "任务类型,目前取值有:\n<li>WorkflowTask:工作流处理任务。</li>\n注意:此字段可能返回 null,表示取不到有效值。",
|
|
14117
14679
|
"example": "WorkflowTask",
|
|
14118
14680
|
"member": "string",
|
|
14119
14681
|
"name": "TaskType",
|
|
@@ -14131,6 +14693,36 @@
|
|
|
14131
14693
|
"type": "string",
|
|
14132
14694
|
"value_allowed_null": true
|
|
14133
14695
|
},
|
|
14696
|
+
{
|
|
14697
|
+
"disabled": false,
|
|
14698
|
+
"document": "任务失败时的错误码。",
|
|
14699
|
+
"example": "40000",
|
|
14700
|
+
"member": "int64",
|
|
14701
|
+
"name": "ErrCode",
|
|
14702
|
+
"output_required": false,
|
|
14703
|
+
"type": "int",
|
|
14704
|
+
"value_allowed_null": false
|
|
14705
|
+
},
|
|
14706
|
+
{
|
|
14707
|
+
"disabled": false,
|
|
14708
|
+
"document": "错误码,空字符串表示成功,其他值表示失败,取值请参考 [媒体处理类错误码](https://cloud.tencent.com/document/product/862/50369#.E8.A7.86.E9.A2.91.E5.A4.84.E7.90.86.E7.B1.BB.E9.94.99.E8.AF.AF.E7.A0.81) 列表。",
|
|
14709
|
+
"example": "InvalidParameterValue.FaceNotFound",
|
|
14710
|
+
"member": "string",
|
|
14711
|
+
"name": "ErrMsg",
|
|
14712
|
+
"output_required": false,
|
|
14713
|
+
"type": "string",
|
|
14714
|
+
"value_allowed_null": false
|
|
14715
|
+
},
|
|
14716
|
+
{
|
|
14717
|
+
"disabled": false,
|
|
14718
|
+
"document": "任务异常Message。",
|
|
14719
|
+
"example": "Face Not Found",
|
|
14720
|
+
"member": "string",
|
|
14721
|
+
"name": "Message",
|
|
14722
|
+
"output_required": false,
|
|
14723
|
+
"type": "string",
|
|
14724
|
+
"value_allowed_null": false
|
|
14725
|
+
},
|
|
14134
14726
|
{
|
|
14135
14727
|
"disabled": false,
|
|
14136
14728
|
"document": "图片处理任务的执行状态与结果。\n注意:此字段可能返回 null,表示取不到有效值。",
|
|
@@ -14922,7 +15514,7 @@
|
|
|
14922
15514
|
"value_allowed_null": true
|
|
14923
15515
|
},
|
|
14924
15516
|
{
|
|
14925
|
-
"disabled":
|
|
15517
|
+
"disabled": true,
|
|
14926
15518
|
"document": "对于含有多个音/视频轨的流,可以指定需要使用的轨道",
|
|
14927
15519
|
"example": "无",
|
|
14928
15520
|
"member": "PidSelector",
|
|
@@ -14940,6 +15532,16 @@
|
|
|
14940
15532
|
"output_required": false,
|
|
14941
15533
|
"type": "list",
|
|
14942
15534
|
"value_allowed_null": false
|
|
15535
|
+
},
|
|
15536
|
+
{
|
|
15537
|
+
"disabled": false,
|
|
15538
|
+
"document": "对于含有多个音/视频轨的流,可以指定需要使用的轨道",
|
|
15539
|
+
"example": "无",
|
|
15540
|
+
"member": "StreamSelector",
|
|
15541
|
+
"name": "StreamSelector",
|
|
15542
|
+
"output_required": false,
|
|
15543
|
+
"type": "object",
|
|
15544
|
+
"value_allowed_null": false
|
|
14943
15545
|
}
|
|
14944
15546
|
],
|
|
14945
15547
|
"usage": "out"
|
|
@@ -15376,6 +15978,107 @@
|
|
|
15376
15978
|
],
|
|
15377
15979
|
"type": "object"
|
|
15378
15980
|
},
|
|
15981
|
+
"DescribeProcessImageTemplatesRequest": {
|
|
15982
|
+
"document": "DescribeProcessImageTemplates请求参数结构体",
|
|
15983
|
+
"members": [
|
|
15984
|
+
{
|
|
15985
|
+
"disabled": false,
|
|
15986
|
+
"document": "图片处理模板唯一标识过滤条件,数组长度限制:100。",
|
|
15987
|
+
"example": "[1001]",
|
|
15988
|
+
"member": "int64",
|
|
15989
|
+
"name": "Definitions",
|
|
15990
|
+
"required": false,
|
|
15991
|
+
"type": "list"
|
|
15992
|
+
},
|
|
15993
|
+
{
|
|
15994
|
+
"disabled": false,
|
|
15995
|
+
"document": "分页偏移量,默认值:0。",
|
|
15996
|
+
"example": "0",
|
|
15997
|
+
"member": "uint64",
|
|
15998
|
+
"name": "Offset",
|
|
15999
|
+
"required": false,
|
|
16000
|
+
"type": "int"
|
|
16001
|
+
},
|
|
16002
|
+
{
|
|
16003
|
+
"disabled": false,
|
|
16004
|
+
"document": "返回记录条数 默认值:10;最大值:100。",
|
|
16005
|
+
"example": "10",
|
|
16006
|
+
"member": "uint64",
|
|
16007
|
+
"name": "Limit",
|
|
16008
|
+
"required": false,
|
|
16009
|
+
"type": "int"
|
|
16010
|
+
},
|
|
16011
|
+
{
|
|
16012
|
+
"disabled": false,
|
|
16013
|
+
"document": "图片处理模板标识过滤条件。",
|
|
16014
|
+
"example": "图片处理模板1",
|
|
16015
|
+
"member": "string",
|
|
16016
|
+
"name": "Name",
|
|
16017
|
+
"required": false,
|
|
16018
|
+
"type": "string"
|
|
16019
|
+
},
|
|
16020
|
+
{
|
|
16021
|
+
"disabled": false,
|
|
16022
|
+
"document": "排序方式,OrderBy设置后才有效,可选值: 0:升序 1:降序 默认 0。",
|
|
16023
|
+
"example": "0",
|
|
16024
|
+
"member": "int64",
|
|
16025
|
+
"name": "OrderType",
|
|
16026
|
+
"required": false,
|
|
16027
|
+
"type": "int"
|
|
16028
|
+
},
|
|
16029
|
+
{
|
|
16030
|
+
"disabled": false,
|
|
16031
|
+
"document": "排序字段,可选值: \nDefinition:模板唯一标识; \n默认值:创建时间。",
|
|
16032
|
+
"example": "Definition",
|
|
16033
|
+
"member": "string",
|
|
16034
|
+
"name": "OrderBy",
|
|
16035
|
+
"required": false,
|
|
16036
|
+
"type": "string"
|
|
16037
|
+
},
|
|
16038
|
+
{
|
|
16039
|
+
"disabled": false,
|
|
16040
|
+
"document": "模板类型过滤条件,可选值: <li>Preset:系统预置模板;</li> <li>Custom:用户自定义模板。</li>",
|
|
16041
|
+
"example": "Preset",
|
|
16042
|
+
"member": "string",
|
|
16043
|
+
"name": "Type",
|
|
16044
|
+
"required": false,
|
|
16045
|
+
"type": "string"
|
|
16046
|
+
}
|
|
16047
|
+
],
|
|
16048
|
+
"type": "object"
|
|
16049
|
+
},
|
|
16050
|
+
"DescribeProcessImageTemplatesResponse": {
|
|
16051
|
+
"document": "DescribeProcessImageTemplates返回参数结构体",
|
|
16052
|
+
"members": [
|
|
16053
|
+
{
|
|
16054
|
+
"disabled": false,
|
|
16055
|
+
"document": "符合过滤条件的记录总数。",
|
|
16056
|
+
"example": "10",
|
|
16057
|
+
"member": "uint64",
|
|
16058
|
+
"name": "TotalCount",
|
|
16059
|
+
"output_required": true,
|
|
16060
|
+
"type": "int",
|
|
16061
|
+
"value_allowed_null": false
|
|
16062
|
+
},
|
|
16063
|
+
{
|
|
16064
|
+
"disabled": false,
|
|
16065
|
+
"document": "图片处理模板详情列表。",
|
|
16066
|
+
"example": "无",
|
|
16067
|
+
"member": "ProcessImageTemplate",
|
|
16068
|
+
"name": "ProcessImageTemplateSet",
|
|
16069
|
+
"output_required": false,
|
|
16070
|
+
"type": "list",
|
|
16071
|
+
"value_allowed_null": false
|
|
16072
|
+
},
|
|
16073
|
+
{
|
|
16074
|
+
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
|
16075
|
+
"member": "string",
|
|
16076
|
+
"name": "RequestId",
|
|
16077
|
+
"type": "string"
|
|
16078
|
+
}
|
|
16079
|
+
],
|
|
16080
|
+
"type": "object"
|
|
16081
|
+
},
|
|
15379
16082
|
"DescribeQualityControlTemplatesRequest": {
|
|
15380
16083
|
"document": "DescribeQualityControlTemplates请求参数结构体",
|
|
15381
16084
|
"members": [
|
|
@@ -15706,6 +16409,15 @@
|
|
|
15706
16409
|
"required": false,
|
|
15707
16410
|
"type": "string"
|
|
15708
16411
|
},
|
|
16412
|
+
{
|
|
16413
|
+
"disabled": false,
|
|
16414
|
+
"document": "智能擦除模板擦除类型过滤条件。\n- subtitle 去字幕\n- watermark 去水印\n- privacy 隐私保护",
|
|
16415
|
+
"example": "擦除模板类型",
|
|
16416
|
+
"member": "string",
|
|
16417
|
+
"name": "EraseType",
|
|
16418
|
+
"required": false,
|
|
16419
|
+
"type": "string"
|
|
16420
|
+
},
|
|
15709
16421
|
{
|
|
15710
16422
|
"disabled": false,
|
|
15711
16423
|
"document": "智能擦除模板名过滤条件,长度限制:64 个字符。",
|
|
@@ -15797,6 +16509,15 @@
|
|
|
15797
16509
|
"name": "Name",
|
|
15798
16510
|
"required": false,
|
|
15799
16511
|
"type": "string"
|
|
16512
|
+
},
|
|
16513
|
+
{
|
|
16514
|
+
"disabled": false,
|
|
16515
|
+
"document": "字幕处理类型:\n- 0:ASR识别字幕\n- 1:纯字幕翻译",
|
|
16516
|
+
"example": "0",
|
|
16517
|
+
"member": "uint64",
|
|
16518
|
+
"name": "ProcessType",
|
|
16519
|
+
"required": false,
|
|
16520
|
+
"type": "int"
|
|
15800
16521
|
}
|
|
15801
16522
|
],
|
|
15802
16523
|
"type": "object"
|
|
@@ -17194,6 +17915,33 @@
|
|
|
17194
17915
|
"name": "CompressType",
|
|
17195
17916
|
"required": false,
|
|
17196
17917
|
"type": "string"
|
|
17918
|
+
},
|
|
17919
|
+
{
|
|
17920
|
+
"disabled": false,
|
|
17921
|
+
"document": "增强场景配置,可选值:\n<li>common(通用),通用增强参数,适用于各种视频类型的基础优化参数,提升整体画质。</li>\n<li>AIGC,整体分辨率提升,利用AI技术提升视频整体分辨率,增强画面清晰度。</li>\n<li>short_play(短剧),增强面部与字幕细节,突出人物面部表情细节和字幕清晰度,提升观剧体验。</li>\n<li>short_video(短视频),优化复杂多样的画质问题,针对短视频的复杂场景,优化画质,解决多种视觉问题。</li>\n<li>game(游戏视频),修复运动模糊,提升细节,重点提升游戏细节清晰度,恢复运动模糊区域,使游戏画面内容更清晰,更丰富。</li>\n<li>HD_movie_series(超高清影视剧),获得超高清流畅效果,针对广电/OTT超高清视频的诉求,生成4K 60fps HDR的超高清标准视频。支持广电场景格式标准要求。</li>\n<li>LQ_material(低清素材/老片修复),整体分辨率提升,针对老旧视频由于拍摄年代较久存在的分辨率不足、模糊失真、划痕损伤和色温等问题进行专门优化。</li>\n<li>lecture(秀场/电商/大会/讲座),美化提升面部效果,针对秀场/电商/大会/讲座等存在人物进行讲解的场景,进行人脸区域、噪声消除、毛刺处理的专门优化。</li>",
|
|
17922
|
+
"example": "common",
|
|
17923
|
+
"member": "string",
|
|
17924
|
+
"name": "EnhanceSceneType",
|
|
17925
|
+
"required": false,
|
|
17926
|
+
"type": "string"
|
|
17927
|
+
},
|
|
17928
|
+
{
|
|
17929
|
+
"disabled": false,
|
|
17930
|
+
"document": "增强转码类型,可选值:\n<li>Common(普通转码)</li>\n<li>TEHD-100(极速高清视频转码)</li>\n<li>TEHD-200(极速高清音频转码)</li>",
|
|
17931
|
+
"example": "TEHD-100",
|
|
17932
|
+
"member": "string",
|
|
17933
|
+
"name": "EnhanceTranscodeType",
|
|
17934
|
+
"required": false,
|
|
17935
|
+
"type": "string"
|
|
17936
|
+
},
|
|
17937
|
+
{
|
|
17938
|
+
"disabled": false,
|
|
17939
|
+
"document": "增强类型,可选值:\n<li>VideoEnhance(仅视频增强)</li>\n<li>AudioEnhance(仅音频增强)</li>\n<li>VideoAudioEnhance(视频音频增强都含)</li>",
|
|
17940
|
+
"example": "VideoEnhance",
|
|
17941
|
+
"member": "string",
|
|
17942
|
+
"name": "EnhanceType",
|
|
17943
|
+
"required": false,
|
|
17944
|
+
"type": "string"
|
|
17197
17945
|
}
|
|
17198
17946
|
],
|
|
17199
17947
|
"type": "object"
|
|
@@ -17230,6 +17978,70 @@
|
|
|
17230
17978
|
],
|
|
17231
17979
|
"type": "object"
|
|
17232
17980
|
},
|
|
17981
|
+
"DescribeUsageDataRequest": {
|
|
17982
|
+
"document": "DescribeUsageData请求参数结构体",
|
|
17983
|
+
"members": [
|
|
17984
|
+
{
|
|
17985
|
+
"disabled": false,
|
|
17986
|
+
"document": "起始日期。使用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#iso-.E6.97.A5.E6.9C.9F.E6.A0.BC.E5.BC.8F)。",
|
|
17987
|
+
"example": "2019-07-02T00:00:00+08:00",
|
|
17988
|
+
"member": "string",
|
|
17989
|
+
"name": "StartTime",
|
|
17990
|
+
"required": true,
|
|
17991
|
+
"type": "string"
|
|
17992
|
+
},
|
|
17993
|
+
{
|
|
17994
|
+
"disabled": false,
|
|
17995
|
+
"document": "结束日期,需大于等于起始日期。使用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#iso-.E6.97.A5.E6.9C.9F.E6.A0.BC.E5.BC.8F)。",
|
|
17996
|
+
"example": "2019-07-03T00:00:00+08:00",
|
|
17997
|
+
"member": "string",
|
|
17998
|
+
"name": "EndTime",
|
|
17999
|
+
"required": true,
|
|
18000
|
+
"type": "string"
|
|
18001
|
+
},
|
|
18002
|
+
{
|
|
18003
|
+
"disabled": false,
|
|
18004
|
+
"document": "查询媒体处理任务类型,默认查询转码。\n<li>Transcode:转码</li>\n<li>Enhance:增强</li>\n<li>AIAnalysis:智能分析</li>\n<li>AIRecognition:智能识别</li>\n<li>AIReview:内容审核</li>\n<li>Snapshot:截图</li>\n<li>AnimatedGraphics:转动图</li>\n<li>AiQualityControl:质检</li>\n<li>Evaluation:视频评测</li>\n<li>ImageProcess: 图片处理</li>\n<li>AddBlindWatermark: 添加基础版权数字水印</li>\n<li>AddNagraWatermark: 添加NAGRA数字水印</li>\n<li>ExtractBlindWatermark: 提取基础版权数字水印</li>",
|
|
18005
|
+
"example": "[\"Transcode\"]",
|
|
18006
|
+
"member": "string",
|
|
18007
|
+
"name": "Types",
|
|
18008
|
+
"required": false,
|
|
18009
|
+
"type": "list"
|
|
18010
|
+
},
|
|
18011
|
+
{
|
|
18012
|
+
"disabled": false,
|
|
18013
|
+
"document": "媒体处理园区,默认返回 ap-guangzhou 园区。\n<li>ap-guangzhou:广州</li>\n<li>ap-hongkong:中国香港</li>\n<li>ap-taipei:中国台北</li>\n<li>ap-singapore:新加坡</li>\n<li>ap-mumbai:印度</li>\n<li>ap-jakarta:雅加达</li>\n<li>ap-seoul:首尔</li>\n<li>ap-bangkok:泰国</li>\n<li>ap-tokyo:日本</li>\n<li>na-siliconvalley:美国硅谷</li>\n<li>na-ashburn:弗吉尼亚</li>\n<li>na-toronto:多伦多</li>\n<li>sa-saopaulo:圣保罗</li>\n<li>eu-frankfurt:法兰克福</li>\n<li>eu-moscow:俄罗斯</li>\n<li>aws:AWS</li>",
|
|
18014
|
+
"example": "[\"ap-guangzhou\"]",
|
|
18015
|
+
"member": "string",
|
|
18016
|
+
"name": "ProcessRegions",
|
|
18017
|
+
"required": false,
|
|
18018
|
+
"type": "list"
|
|
18019
|
+
}
|
|
18020
|
+
],
|
|
18021
|
+
"type": "object"
|
|
18022
|
+
},
|
|
18023
|
+
"DescribeUsageDataResponse": {
|
|
18024
|
+
"document": "DescribeUsageData返回参数结构体",
|
|
18025
|
+
"members": [
|
|
18026
|
+
{
|
|
18027
|
+
"disabled": false,
|
|
18028
|
+
"document": "媒体处理统计数据概览,展示所查询任务的概览以及详细数据。",
|
|
18029
|
+
"example": "无",
|
|
18030
|
+
"member": "TaskStatData",
|
|
18031
|
+
"name": "Data",
|
|
18032
|
+
"output_required": true,
|
|
18033
|
+
"type": "list",
|
|
18034
|
+
"value_allowed_null": false
|
|
18035
|
+
},
|
|
18036
|
+
{
|
|
18037
|
+
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
|
18038
|
+
"member": "string",
|
|
18039
|
+
"name": "RequestId",
|
|
18040
|
+
"type": "string"
|
|
18041
|
+
}
|
|
18042
|
+
],
|
|
18043
|
+
"type": "object"
|
|
18044
|
+
},
|
|
17233
18045
|
"DescribeVideoDatabaseEntryTaskDetailRequest": {
|
|
17234
18046
|
"document": "DescribeVideoDatabaseEntryTaskDetail请求参数结构体",
|
|
17235
18047
|
"members": [
|
|
@@ -17650,6 +18462,34 @@
|
|
|
17650
18462
|
],
|
|
17651
18463
|
"usage": "out"
|
|
17652
18464
|
},
|
|
18465
|
+
"DiffusionEnhanceConfig": {
|
|
18466
|
+
"document": "大模型增强",
|
|
18467
|
+
"members": [
|
|
18468
|
+
{
|
|
18469
|
+
"disabled": false,
|
|
18470
|
+
"document": "能力配置开关,可选值:\n\nON:开启;\nOFF:关闭。\n默认,OFF。",
|
|
18471
|
+
"example": "ON",
|
|
18472
|
+
"member": "string",
|
|
18473
|
+
"name": "Switch",
|
|
18474
|
+
"output_required": true,
|
|
18475
|
+
"required": false,
|
|
18476
|
+
"type": "string",
|
|
18477
|
+
"value_allowed_null": false
|
|
18478
|
+
},
|
|
18479
|
+
{
|
|
18480
|
+
"disabled": false,
|
|
18481
|
+
"document": "强度类型,可选值:\n\nweak\nnormal\nstrong\n默认值:normal。\n注意:此字段可能返回 null,表示取不到有效值。",
|
|
18482
|
+
"example": "strong",
|
|
18483
|
+
"member": "string",
|
|
18484
|
+
"name": "Type",
|
|
18485
|
+
"output_required": true,
|
|
18486
|
+
"required": false,
|
|
18487
|
+
"type": "string",
|
|
18488
|
+
"value_allowed_null": true
|
|
18489
|
+
}
|
|
18490
|
+
],
|
|
18491
|
+
"usage": "both"
|
|
18492
|
+
},
|
|
17653
18493
|
"DisableScheduleRequest": {
|
|
17654
18494
|
"document": "DisableSchedule请求参数结构体",
|
|
17655
18495
|
"members": [
|
|
@@ -17745,7 +18585,7 @@
|
|
|
17745
18585
|
"members": [
|
|
17746
18586
|
{
|
|
17747
18587
|
"disabled": false,
|
|
17748
|
-
"document": "加密类型:\n\n- simpleaes\n只能用于HLS,切片格式支持ts和mp4\n只能使用切片模式,不能使用singlefile模式\n\n- fairplay:\n只能用于HLS,切片格式只能是mp4\n可以使用切片模式或singlefile模式\n\n- widevine:\n可以用于HLS和DASH,切片格式只能是mp4\n输出HLS:可以使用切片模式或singlefile模式\n输出DASH:只能singlefile模式\n\n- playready:\n可以用于HLS和DASH,切片格式只能是mp4\n输出HLS:可以使用切片模式或singlefile模式\n输出DASH:只能singlefile模式\n",
|
|
18588
|
+
"document": "加密类型:\n\n- simpleaes\n只能用于HLS,切片格式支持ts和mp4\n只能使用切片模式,不能使用singlefile模式\n\n- fairplay:\n只能用于HLS,切片格式只能是mp4\n可以使用切片模式或singlefile模式\n\n- widevine:\n可以用于HLS和DASH,切片格式只能是mp4\n输出HLS:可以使用切片模式或singlefile模式\n输出DASH:只能singlefile模式\n\n- playready:\n可以用于HLS和DASH,切片格式只能是mp4\n输出HLS:可以使用切片模式或singlefile模式\n输出DASH:只能singlefile模式\n\n- widevine+fairplay,playready+fairplay,widevine+playready+fairplay:\n 只能用于HLS,切片格式只能是mp4\n 可以使用切片模式或singfile模式\n\n- widevine+playready:\n 可用于HLS、MPEG-DASH,切片格式只能是mp4\n HLS格式时,可以使用切片模式或singfile模式\n MPEG-DASH时,只能使用singlefile模式",
|
|
17749
18589
|
"example": "widevine",
|
|
17750
18590
|
"member": "string",
|
|
17751
18591
|
"name": "Type",
|
|
@@ -18573,6 +19413,79 @@
|
|
|
18573
19413
|
],
|
|
18574
19414
|
"usage": "both"
|
|
18575
19415
|
},
|
|
19416
|
+
"ExtractBlindWatermarkRequest": {
|
|
19417
|
+
"document": "ExtractBlindWatermark请求参数结构体",
|
|
19418
|
+
"members": [
|
|
19419
|
+
{
|
|
19420
|
+
"disabled": false,
|
|
19421
|
+
"document": "数字水印类型,可选值:<li>blind-basic:基础版权数字水印;</li><li>blind-abseq:ab序列版权数字水印;</li>",
|
|
19422
|
+
"example": "blind-basic",
|
|
19423
|
+
"member": "string",
|
|
19424
|
+
"name": "Type",
|
|
19425
|
+
"required": true,
|
|
19426
|
+
"type": "string"
|
|
19427
|
+
},
|
|
19428
|
+
{
|
|
19429
|
+
"disabled": false,
|
|
19430
|
+
"document": "媒体处理的文件输入信息。",
|
|
19431
|
+
"example": "无",
|
|
19432
|
+
"member": "MediaInputInfo",
|
|
19433
|
+
"name": "InputInfo",
|
|
19434
|
+
"required": true,
|
|
19435
|
+
"type": "object"
|
|
19436
|
+
},
|
|
19437
|
+
{
|
|
19438
|
+
"disabled": false,
|
|
19439
|
+
"document": "任务的事件通知信息,不填代表不获取事件通知。",
|
|
19440
|
+
"example": "无",
|
|
19441
|
+
"member": "TaskNotifyConfig",
|
|
19442
|
+
"name": "TaskNotifyConfig",
|
|
19443
|
+
"required": false,
|
|
19444
|
+
"type": "object"
|
|
19445
|
+
},
|
|
19446
|
+
{
|
|
19447
|
+
"disabled": false,
|
|
19448
|
+
"document": "提取数字水印任务配置",
|
|
19449
|
+
"example": "无",
|
|
19450
|
+
"member": "ExtractBlindWatermarkTaskConfig",
|
|
19451
|
+
"name": "ExtractBlindWatermarkConfig",
|
|
19452
|
+
"required": false,
|
|
19453
|
+
"type": "object"
|
|
19454
|
+
},
|
|
19455
|
+
{
|
|
19456
|
+
"disabled": false,
|
|
19457
|
+
"document": "资源ID,需要保证对应资源是开启状态。默认为账号主资源ID。",
|
|
19458
|
+
"example": "vts-240000xx-0",
|
|
19459
|
+
"member": "string",
|
|
19460
|
+
"name": "ResourceId",
|
|
19461
|
+
"required": false,
|
|
19462
|
+
"type": "string"
|
|
19463
|
+
}
|
|
19464
|
+
],
|
|
19465
|
+
"type": "object"
|
|
19466
|
+
},
|
|
19467
|
+
"ExtractBlindWatermarkResponse": {
|
|
19468
|
+
"document": "ExtractBlindWatermark返回参数结构体",
|
|
19469
|
+
"members": [
|
|
19470
|
+
{
|
|
19471
|
+
"disabled": false,
|
|
19472
|
+
"document": "任务 ID。",
|
|
19473
|
+
"example": "125xxx65-ExtractBlindWatermark-bffb15f07530b57bc1aabb01fac74bca",
|
|
19474
|
+
"member": "string",
|
|
19475
|
+
"name": "TaskId",
|
|
19476
|
+
"output_required": true,
|
|
19477
|
+
"type": "string",
|
|
19478
|
+
"value_allowed_null": false
|
|
19479
|
+
},
|
|
19480
|
+
{
|
|
19481
|
+
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
|
19482
|
+
"member": "string",
|
|
19483
|
+
"name": "RequestId",
|
|
19484
|
+
"type": "string"
|
|
19485
|
+
}
|
|
19486
|
+
],
|
|
19487
|
+
"type": "object"
|
|
19488
|
+
},
|
|
18576
19489
|
"ExtractBlindWatermarkTask": {
|
|
18577
19490
|
"document": "提取视频数字水印任务信息",
|
|
18578
19491
|
"members": [
|
|
@@ -19771,6 +20684,45 @@
|
|
|
19771
20684
|
],
|
|
19772
20685
|
"usage": "both"
|
|
19773
20686
|
},
|
|
20687
|
+
"FrameRateWithDenConfig": {
|
|
20688
|
+
"document": "新插帧配置,支持分数帧率",
|
|
20689
|
+
"members": [
|
|
20690
|
+
{
|
|
20691
|
+
"disabled": false,
|
|
20692
|
+
"document": "能力配置开关,可选值:\n<li>ON:开启;</li>\n<li>OFF:关闭。</li>\n默认值:ON。",
|
|
20693
|
+
"example": "ON",
|
|
20694
|
+
"member": "string",
|
|
20695
|
+
"name": "Switch",
|
|
20696
|
+
"output_required": true,
|
|
20697
|
+
"required": false,
|
|
20698
|
+
"type": "string",
|
|
20699
|
+
"value_allowed_null": false
|
|
20700
|
+
},
|
|
20701
|
+
{
|
|
20702
|
+
"disabled": false,
|
|
20703
|
+
"document": "帧率分子,取值范围:非负数,除以分母后小于120,单位:Hz。 默认值 0。 注意:对于转码,该参数会覆盖 VideoTemplate 内部的 Fps。\n注意:此字段可能返回 null,表示取不到有效值。",
|
|
20704
|
+
"example": "0",
|
|
20705
|
+
"member": "int64",
|
|
20706
|
+
"name": "FpsNum",
|
|
20707
|
+
"output_required": true,
|
|
20708
|
+
"required": false,
|
|
20709
|
+
"type": "int",
|
|
20710
|
+
"value_allowed_null": true
|
|
20711
|
+
},
|
|
20712
|
+
{
|
|
20713
|
+
"disabled": false,
|
|
20714
|
+
"document": "帧率分母,取值范围:大于等于1。 默认值 1。 注意:对于转码,该参数会覆盖 VideoTemplate 内部的 FpsDenominator。\n注意:此字段可能返回 null,表示取不到有效值。",
|
|
20715
|
+
"example": "1",
|
|
20716
|
+
"member": "int64",
|
|
20717
|
+
"name": "FpsDen",
|
|
20718
|
+
"output_required": true,
|
|
20719
|
+
"required": false,
|
|
20720
|
+
"type": "int",
|
|
20721
|
+
"value_allowed_null": true
|
|
20722
|
+
}
|
|
20723
|
+
],
|
|
20724
|
+
"usage": "both"
|
|
20725
|
+
},
|
|
19774
20726
|
"FrameTagConfigureInfo": {
|
|
19775
20727
|
"document": "智能按帧标签任务控制参数",
|
|
19776
20728
|
"members": [
|
|
@@ -19874,7 +20826,7 @@
|
|
|
19874
20826
|
},
|
|
19875
20827
|
{
|
|
19876
20828
|
"disabled": false,
|
|
19877
|
-
"document": "类型,可选值:\n<li>HDR10</li>\n<li>HLG</li>\n默认值:HDR10。\n注意:video的编码方式需要为h265;\n注意:视频编码位深为10。\n注意:此字段可能返回 null,表示取不到有效值。",
|
|
20829
|
+
"document": "类型,可选值:\n<li>HDR10</li>\n<li>HLG</li>\n默认值:HDR10。\n注意:video的编码方式需要为h264或h265;\n注意:视频编码位深为10。\n注意:此字段可能返回 null,表示取不到有效值。",
|
|
19878
20830
|
"example": "HDR10",
|
|
19879
20831
|
"member": "string",
|
|
19880
20832
|
"name": "Type",
|
|
@@ -20016,7 +20968,7 @@
|
|
|
20016
20968
|
},
|
|
20017
20969
|
{
|
|
20018
20970
|
"disabled": false,
|
|
20019
|
-
"document": "图片框选区域坐标 (像素级),[x1, y1, x2, y2]
|
|
20971
|
+
"document": "图片框选区域坐标 (像素级),[x1, y1, x2, y2],即左上角坐标、右下角坐标。注意:该字段最大值为4096。\n示例值:[101, 85, 111, 95]\n注意:此字段可能返回 null,表示取不到有效值。",
|
|
20020
20972
|
"example": "[101, 85, 111, 95]",
|
|
20021
20973
|
"member": "int64",
|
|
20022
20974
|
"name": "AreaCoordSet",
|
|
@@ -20027,7 +20979,7 @@
|
|
|
20027
20979
|
},
|
|
20028
20980
|
{
|
|
20029
20981
|
"disabled": false,
|
|
20030
|
-
"document": "图片框选区域坐标,[x1, y1, x2, y2],即左上角坐标、右下角坐标, 当AreaCoordSet
|
|
20982
|
+
"document": "图片框选区域坐标,[x1, y1, x2, y2],即左上角坐标、右下角坐标, 当AreaCoordSet未指定时生效。当表示像素时,该字段最大值为4096。\n- [0.1, 0.1, 0.3, 0.3] : 表示比例 (数值小于1)\n- [50, 50, 350, 280] : 表示像素 (数值大于等于1)\n注意:此字段可能返回 null,表示取不到有效值。",
|
|
20031
20983
|
"example": "[0.1, 0.1, 0.2, 0.2]",
|
|
20032
20984
|
"member": "float",
|
|
20033
20985
|
"name": "BoundingBox",
|
|
@@ -20035,6 +20987,17 @@
|
|
|
20035
20987
|
"required": false,
|
|
20036
20988
|
"type": "list",
|
|
20037
20989
|
"value_allowed_null": true
|
|
20990
|
+
},
|
|
20991
|
+
{
|
|
20992
|
+
"disabled": false,
|
|
20993
|
+
"document": "BoundingBox字段单位。设置为0时,按照该字段规则自动选择单位;设置为1时,单位为比例;设置为2时,单位为像素。",
|
|
20994
|
+
"example": "0",
|
|
20995
|
+
"member": "uint64",
|
|
20996
|
+
"name": "BoundingBoxUnitType",
|
|
20997
|
+
"output_required": false,
|
|
20998
|
+
"required": false,
|
|
20999
|
+
"type": "int",
|
|
21000
|
+
"value_allowed_null": false
|
|
20038
21001
|
}
|
|
20039
21002
|
],
|
|
20040
21003
|
"usage": "both"
|
|
@@ -20109,6 +21072,17 @@
|
|
|
20109
21072
|
"type": "object",
|
|
20110
21073
|
"value_allowed_null": true
|
|
20111
21074
|
},
|
|
21075
|
+
{
|
|
21076
|
+
"disabled": false,
|
|
21077
|
+
"document": "高级超分配置。",
|
|
21078
|
+
"example": "无",
|
|
21079
|
+
"member": "AdvancedSuperResolutionConfig",
|
|
21080
|
+
"name": "AdvancedSuperResolutionConfig",
|
|
21081
|
+
"output_required": false,
|
|
21082
|
+
"required": false,
|
|
21083
|
+
"type": "object",
|
|
21084
|
+
"value_allowed_null": false
|
|
21085
|
+
},
|
|
20112
21086
|
{
|
|
20113
21087
|
"disabled": false,
|
|
20114
21088
|
"document": "降噪配置。\n注意:此字段可能返回 null,表示取不到有效值。",
|
|
@@ -20222,7 +21196,7 @@
|
|
|
20222
21196
|
},
|
|
20223
21197
|
{
|
|
20224
21198
|
"disabled": false,
|
|
20225
|
-
"document": "图片框选区域类型,可选值:\n<li>logo:图标;</li>\n<li>text:文字;</li>\n注意:此字段可能返回 null,表示取不到有效值。",
|
|
21199
|
+
"document": "图片框选区域类型,可选值:\n<li>logo:图标;</li>\n<li>text:文字;</li>\n<li>watermark:水印;</li>\n注意:此字段可能返回 null,表示取不到有效值。",
|
|
20226
21200
|
"example": "[\"logo\", \"text\"]",
|
|
20227
21201
|
"member": "string",
|
|
20228
21202
|
"name": "DetectTypes",
|
|
@@ -20283,6 +21257,16 @@
|
|
|
20283
21257
|
"type": "string",
|
|
20284
21258
|
"value_allowed_null": true
|
|
20285
21259
|
},
|
|
21260
|
+
{
|
|
21261
|
+
"disabled": false,
|
|
21262
|
+
"document": "错误码,空字符串表示成功,其他值表示失败,取值请参考 [媒体处理类错误码](https://cloud.tencent.com/document/product/862/50369#.E8.A7.86.E9.A2.91.E5.A4.84.E7.90.86.E7.B1.BB.E9.94.99.E8.AF.AF.E7.A0.81) 列表。",
|
|
21263
|
+
"example": "InvalidParameterValue.FaceNotFound",
|
|
21264
|
+
"member": "string",
|
|
21265
|
+
"name": "ErrMsg",
|
|
21266
|
+
"output_required": false,
|
|
21267
|
+
"type": "string",
|
|
21268
|
+
"value_allowed_null": false
|
|
21269
|
+
},
|
|
20286
21270
|
{
|
|
20287
21271
|
"disabled": false,
|
|
20288
21272
|
"document": "错误信息。\n注意:此字段可能返回 null,表示取不到有效值。",
|
|
@@ -20830,6 +21814,98 @@
|
|
|
20830
21814
|
],
|
|
20831
21815
|
"usage": "out"
|
|
20832
21816
|
},
|
|
21817
|
+
"LiveAiAnalysisDescriptionItem": {
|
|
21818
|
+
"document": "直播摘要结果信息。",
|
|
21819
|
+
"members": [
|
|
21820
|
+
{
|
|
21821
|
+
"disabled": false,
|
|
21822
|
+
"document": "分段结果。\n注意:此字段可能返回 null,表示取不到有效值。",
|
|
21823
|
+
"example": "无",
|
|
21824
|
+
"member": "LiveAiParagraphInfo",
|
|
21825
|
+
"name": "Paragraphs",
|
|
21826
|
+
"output_required": false,
|
|
21827
|
+
"type": "list",
|
|
21828
|
+
"value_allowed_null": true
|
|
21829
|
+
}
|
|
21830
|
+
],
|
|
21831
|
+
"usage": "out"
|
|
21832
|
+
},
|
|
21833
|
+
"LiveAiParagraphInfo": {
|
|
21834
|
+
"document": "分段信息。",
|
|
21835
|
+
"members": [
|
|
21836
|
+
{
|
|
21837
|
+
"disabled": false,
|
|
21838
|
+
"document": "分段摘要",
|
|
21839
|
+
"example": "summary",
|
|
21840
|
+
"member": "string",
|
|
21841
|
+
"name": "Summary",
|
|
21842
|
+
"output_required": false,
|
|
21843
|
+
"type": "string",
|
|
21844
|
+
"value_allowed_null": false
|
|
21845
|
+
},
|
|
21846
|
+
{
|
|
21847
|
+
"disabled": false,
|
|
21848
|
+
"document": "分段标题",
|
|
21849
|
+
"example": "title",
|
|
21850
|
+
"member": "string",
|
|
21851
|
+
"name": "Title",
|
|
21852
|
+
"output_required": false,
|
|
21853
|
+
"type": "string",
|
|
21854
|
+
"value_allowed_null": false
|
|
21855
|
+
},
|
|
21856
|
+
{
|
|
21857
|
+
"disabled": false,
|
|
21858
|
+
"document": "分段关键词",
|
|
21859
|
+
"example": "[\"words1\",\"words2\"]",
|
|
21860
|
+
"member": "string",
|
|
21861
|
+
"name": "Keywords",
|
|
21862
|
+
"output_required": false,
|
|
21863
|
+
"type": "list",
|
|
21864
|
+
"value_allowed_null": false
|
|
21865
|
+
},
|
|
21866
|
+
{
|
|
21867
|
+
"disabled": false,
|
|
21868
|
+
"document": "分段起始时间点,秒",
|
|
21869
|
+
"example": "10.05",
|
|
21870
|
+
"member": "float",
|
|
21871
|
+
"name": "StartTimeOffset",
|
|
21872
|
+
"output_required": false,
|
|
21873
|
+
"type": "float",
|
|
21874
|
+
"value_allowed_null": false
|
|
21875
|
+
},
|
|
21876
|
+
{
|
|
21877
|
+
"disabled": false,
|
|
21878
|
+
"document": "分段结束时间点,秒",
|
|
21879
|
+
"example": "20.05",
|
|
21880
|
+
"member": "float",
|
|
21881
|
+
"name": "EndTimeOffset",
|
|
21882
|
+
"output_required": false,
|
|
21883
|
+
"type": "float",
|
|
21884
|
+
"value_allowed_null": false
|
|
21885
|
+
},
|
|
21886
|
+
{
|
|
21887
|
+
"disabled": false,
|
|
21888
|
+
"document": "直播切片对应直播起始时间点,采用 ISO 日期格式。\t",
|
|
21889
|
+
"example": "2025-11-06T15:54:21+08:00",
|
|
21890
|
+
"member": "string",
|
|
21891
|
+
"name": "BeginTime",
|
|
21892
|
+
"output_required": false,
|
|
21893
|
+
"type": "string",
|
|
21894
|
+
"value_allowed_null": false
|
|
21895
|
+
},
|
|
21896
|
+
{
|
|
21897
|
+
"disabled": false,
|
|
21898
|
+
"document": "直播切片对应直播结束时间点,采用 ISO 日期格式。\t",
|
|
21899
|
+
"example": "2025-11-06T16:54:21+08:00",
|
|
21900
|
+
"member": "string",
|
|
21901
|
+
"name": "EndTime",
|
|
21902
|
+
"output_required": false,
|
|
21903
|
+
"type": "string",
|
|
21904
|
+
"value_allowed_null": false
|
|
21905
|
+
}
|
|
21906
|
+
],
|
|
21907
|
+
"usage": "out"
|
|
21908
|
+
},
|
|
20833
21909
|
"LiveRecordFile": {
|
|
20834
21910
|
"document": "直播录制输出文件信息",
|
|
20835
21911
|
"members": [
|
|
@@ -21204,11 +22280,11 @@
|
|
|
21204
22280
|
"members": [
|
|
21205
22281
|
{
|
|
21206
22282
|
"disabled": false,
|
|
21207
|
-
"document": "
|
|
22283
|
+
"document": "直播分析子任务结果,支持:\n<li>直播拆条</li>\n<li>直播高光集锦</li>\n<li>直播摘要</li>\n注意:此字段可能返回 null,表示取不到有效值。",
|
|
21208
22284
|
"example": "无",
|
|
21209
22285
|
"member": "LiveStreamAiAnalysisResultItem",
|
|
21210
22286
|
"name": "ResultSet",
|
|
21211
|
-
"
|
|
22287
|
+
"output_required": true,
|
|
21212
22288
|
"type": "list",
|
|
21213
22289
|
"value_allowed_null": true
|
|
21214
22290
|
}
|
|
@@ -21220,7 +22296,7 @@
|
|
|
21220
22296
|
"members": [
|
|
21221
22297
|
{
|
|
21222
22298
|
"disabled": false,
|
|
21223
|
-
"document": "结果的类型,取值范围:\n<li>SegmentRecognition:拆条。</li>\n<li>Highlight :集锦。</li>",
|
|
22299
|
+
"document": "结果的类型,取值范围:\n<li>SegmentRecognition:拆条。</li>\n<li>Highlight :集锦。</li>\n<li> Description:摘要。</li>",
|
|
21224
22300
|
"example": "SegmentRecognition",
|
|
21225
22301
|
"member": "string",
|
|
21226
22302
|
"name": "Type",
|
|
@@ -21247,6 +22323,16 @@
|
|
|
21247
22323
|
"output_required": true,
|
|
21248
22324
|
"type": "list",
|
|
21249
22325
|
"value_allowed_null": true
|
|
22326
|
+
},
|
|
22327
|
+
{
|
|
22328
|
+
"disabled": false,
|
|
22329
|
+
"document": "摘要结果,当Type 为 Description 时有效。",
|
|
22330
|
+
"example": "无",
|
|
22331
|
+
"member": "LiveAiAnalysisDescriptionItem",
|
|
22332
|
+
"name": "DescriptionResult",
|
|
22333
|
+
"output_required": false,
|
|
22334
|
+
"type": "object",
|
|
22335
|
+
"value_allowed_null": false
|
|
21250
22336
|
}
|
|
21251
22337
|
],
|
|
21252
22338
|
"usage": "out"
|
|
@@ -25125,6 +26211,60 @@
|
|
|
25125
26211
|
],
|
|
25126
26212
|
"type": "object"
|
|
25127
26213
|
},
|
|
26214
|
+
"ModifyBlindWatermarkTemplateRequest": {
|
|
26215
|
+
"document": "ModifyBlindWatermarkTemplate请求参数结构体",
|
|
26216
|
+
"members": [
|
|
26217
|
+
{
|
|
26218
|
+
"disabled": false,
|
|
26219
|
+
"document": "数字水印模板唯一标识。",
|
|
26220
|
+
"example": "10",
|
|
26221
|
+
"member": "int64",
|
|
26222
|
+
"name": "Definition",
|
|
26223
|
+
"required": true,
|
|
26224
|
+
"type": "int"
|
|
26225
|
+
},
|
|
26226
|
+
{
|
|
26227
|
+
"disabled": false,
|
|
26228
|
+
"document": "数字水印模板名称,支持 中文、英文、数字、_、-和. 六种格式,长度限制:64 个字符。",
|
|
26229
|
+
"example": "数字水印模板1",
|
|
26230
|
+
"member": "string",
|
|
26231
|
+
"name": "Name",
|
|
26232
|
+
"required": false,
|
|
26233
|
+
"type": "string"
|
|
26234
|
+
},
|
|
26235
|
+
{
|
|
26236
|
+
"disabled": false,
|
|
26237
|
+
"document": "数字水印模板描述信息,长度限制:256 个字符。",
|
|
26238
|
+
"example": "数字水印模板",
|
|
26239
|
+
"member": "string",
|
|
26240
|
+
"name": "Comment",
|
|
26241
|
+
"required": false,
|
|
26242
|
+
"type": "string"
|
|
26243
|
+
},
|
|
26244
|
+
{
|
|
26245
|
+
"disabled": false,
|
|
26246
|
+
"document": "数字水印文字内容,长度不超过64个字符,NAGRA水印类型的模板不支持修改文字内容。",
|
|
26247
|
+
"example": "数字水印文本",
|
|
26248
|
+
"member": "string",
|
|
26249
|
+
"name": "TextContent",
|
|
26250
|
+
"required": false,
|
|
26251
|
+
"type": "string"
|
|
26252
|
+
}
|
|
26253
|
+
],
|
|
26254
|
+
"type": "object"
|
|
26255
|
+
},
|
|
26256
|
+
"ModifyBlindWatermarkTemplateResponse": {
|
|
26257
|
+
"document": "ModifyBlindWatermarkTemplate返回参数结构体",
|
|
26258
|
+
"members": [
|
|
26259
|
+
{
|
|
26260
|
+
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
|
26261
|
+
"member": "string",
|
|
26262
|
+
"name": "RequestId",
|
|
26263
|
+
"type": "string"
|
|
26264
|
+
}
|
|
26265
|
+
],
|
|
26266
|
+
"type": "object"
|
|
26267
|
+
},
|
|
25128
26268
|
"ModifyContentReviewTemplateRequest": {
|
|
25129
26269
|
"document": "ModifyContentReviewTemplate请求参数结构体",
|
|
25130
26270
|
"members": [
|
|
@@ -25668,7 +26808,7 @@
|
|
|
25668
26808
|
{
|
|
25669
26809
|
"disabled": false,
|
|
25670
26810
|
"document": "绑定的安全组 ID。 仅支持关联一组安全组。\t",
|
|
25671
|
-
"example": "[\"
|
|
26811
|
+
"example": "[\"035hk1fd7ab41ea5064bb9\"]",
|
|
25672
26812
|
"member": "string",
|
|
25673
26813
|
"name": "SecurityGroupIds",
|
|
25674
26814
|
"required": false,
|
|
@@ -25702,13 +26842,22 @@
|
|
|
25702
26842
|
"type": "string"
|
|
25703
26843
|
},
|
|
25704
26844
|
{
|
|
25705
|
-
"disabled":
|
|
26845
|
+
"disabled": true,
|
|
25706
26846
|
"document": "对于含有多个音/视频轨的流,可以指定需要使用的轨道",
|
|
25707
26847
|
"example": "无",
|
|
25708
26848
|
"member": "PidSelector",
|
|
25709
26849
|
"name": "PidSelector",
|
|
25710
26850
|
"required": false,
|
|
25711
26851
|
"type": "object"
|
|
26852
|
+
},
|
|
26853
|
+
{
|
|
26854
|
+
"disabled": false,
|
|
26855
|
+
"document": "对于含有多个音/视频轨的流,可以指定需要使用的轨道",
|
|
26856
|
+
"example": "无",
|
|
26857
|
+
"member": "StreamSelector",
|
|
26858
|
+
"name": "StreamSelector",
|
|
26859
|
+
"required": false,
|
|
26860
|
+
"type": "object"
|
|
25712
26861
|
}
|
|
25713
26862
|
],
|
|
25714
26863
|
"usage": "in"
|
|
@@ -25805,6 +26954,60 @@
|
|
|
25805
26954
|
],
|
|
25806
26955
|
"type": "object"
|
|
25807
26956
|
},
|
|
26957
|
+
"ModifyProcessImageTemplateRequest": {
|
|
26958
|
+
"document": "ModifyProcessImageTemplate请求参数结构体",
|
|
26959
|
+
"members": [
|
|
26960
|
+
{
|
|
26961
|
+
"disabled": false,
|
|
26962
|
+
"document": "图片处理模板唯一标识。",
|
|
26963
|
+
"example": "200043",
|
|
26964
|
+
"member": "int64",
|
|
26965
|
+
"name": "Definition",
|
|
26966
|
+
"required": true,
|
|
26967
|
+
"type": "int"
|
|
26968
|
+
},
|
|
26969
|
+
{
|
|
26970
|
+
"disabled": false,
|
|
26971
|
+
"document": "图片处理模板名称,长度限制:64个字符。",
|
|
26972
|
+
"example": "图片处理模板1",
|
|
26973
|
+
"member": "string",
|
|
26974
|
+
"name": "Name",
|
|
26975
|
+
"required": false,
|
|
26976
|
+
"type": "string"
|
|
26977
|
+
},
|
|
26978
|
+
{
|
|
26979
|
+
"disabled": false,
|
|
26980
|
+
"document": "模板描述信息,长度限制256个字符。",
|
|
26981
|
+
"example": "图片处理模板超分",
|
|
26982
|
+
"member": "string",
|
|
26983
|
+
"name": "Comment",
|
|
26984
|
+
"required": false,
|
|
26985
|
+
"type": "string"
|
|
26986
|
+
},
|
|
26987
|
+
{
|
|
26988
|
+
"disabled": false,
|
|
26989
|
+
"document": "图片处理模板参数。",
|
|
26990
|
+
"example": "无",
|
|
26991
|
+
"member": "ImageTaskInput",
|
|
26992
|
+
"name": "ProcessImageTemplate",
|
|
26993
|
+
"required": false,
|
|
26994
|
+
"type": "object"
|
|
26995
|
+
}
|
|
26996
|
+
],
|
|
26997
|
+
"type": "object"
|
|
26998
|
+
},
|
|
26999
|
+
"ModifyProcessImageTemplateResponse": {
|
|
27000
|
+
"document": "ModifyProcessImageTemplate返回参数结构体",
|
|
27001
|
+
"members": [
|
|
27002
|
+
{
|
|
27003
|
+
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
|
27004
|
+
"member": "string",
|
|
27005
|
+
"name": "RequestId",
|
|
27006
|
+
"type": "string"
|
|
27007
|
+
}
|
|
27008
|
+
],
|
|
27009
|
+
"type": "object"
|
|
27010
|
+
},
|
|
25808
27011
|
"ModifyQualityControlTemplateRequest": {
|
|
25809
27012
|
"document": "ModifyQualityControlTemplate请求参数结构体",
|
|
25810
27013
|
"members": [
|
|
@@ -26170,7 +27373,7 @@
|
|
|
26170
27373
|
},
|
|
26171
27374
|
{
|
|
26172
27375
|
"disabled": false,
|
|
26173
|
-
"document": "字幕翻译开关\
|
|
27376
|
+
"document": "字幕翻译开关\n`ON`: 开启翻译\n`OFF`: 关闭翻译\n\n**注意**:纯字幕翻译方式下,不传默认是打开的,不允许传空或`OFF`;",
|
|
26174
27377
|
"example": "ON",
|
|
26175
27378
|
"member": "string",
|
|
26176
27379
|
"name": "TranslateSwitch",
|
|
@@ -26197,7 +27400,7 @@
|
|
|
26197
27400
|
},
|
|
26198
27401
|
{
|
|
26199
27402
|
"disabled": false,
|
|
26200
|
-
"document": "智能字幕视频源语言\n当前支持以下语言:\
|
|
27403
|
+
"document": "智能字幕视频源语言\n当前支持以下语言:\n\n`zh`:简体中文\n`yue`:中文粵语\n`zh-PY`:中英粤\n`zh_medical`:中文医疗\n`zh_dialect`:中文方言\n`prime_zh`:中英方言\n`zh_en`:中英\n`en`:英语\n`ja`:日语\n`ko`:韩语\n`fr`:法语\n`es`:西班牙语\n`it`:意大利语\n`de`:德语\n`tr`:土耳其语\n`ru`:俄语\n`pt`:葡萄牙语(巴西)\n`pt-PT`:葡萄牙语(葡萄牙)\n`vi`:越南语\n`id`:印度尼西亚语\n`ms`:马来语\n`th`:泰语\n`ar`:阿拉伯语\n`hi`:印地语\n`fil`:菲律宾语\n`auto`:自动识别(仅在纯字幕翻译中支持)",
|
|
26201
27404
|
"example": "zh",
|
|
26202
27405
|
"member": "string",
|
|
26203
27406
|
"name": "VideoSrcLanguage",
|
|
@@ -26206,7 +27409,7 @@
|
|
|
26206
27409
|
},
|
|
26207
27410
|
{
|
|
26208
27411
|
"disabled": false,
|
|
26209
|
-
"document": "
|
|
27412
|
+
"document": "智能字幕文件格式:\n- ASR识别翻译处理类型下:\n - vtt: WebVTT 格式字幕\n - srt: SRT 格式字幕\n - 不填或填空:不生成字幕文件\n- 纯字幕翻译处理类型下:\n - original:与源文件一致\n - vtt: WebVTT 格式字幕\n - srt: SRT 格式字幕\n\n**注意**:\n- ASR识别方式下,翻译大于等于2种语言时不允许传空或不传;\n- 纯字幕翻译方式下,不允许传空或不传",
|
|
26210
27413
|
"example": "vtt",
|
|
26211
27414
|
"member": "string",
|
|
26212
27415
|
"name": "SubtitleFormat",
|
|
@@ -26233,12 +27436,21 @@
|
|
|
26233
27436
|
},
|
|
26234
27437
|
{
|
|
26235
27438
|
"disabled": false,
|
|
26236
|
-
"document": "字幕翻译目标语言\n当TranslateSwitch为ON的时候生效\n当前支持以下语言:\
|
|
27439
|
+
"document": "字幕翻译目标语言\n当TranslateSwitch为ON的时候生效\n当前支持以下语言:\n\n`zh`:简体中文\n`zh-TW`:繁体中文\n`en`:英语\n`ja`:日语\n`ko`:韩语\n`fr`:法语\n`es`:西班牙语 \n`it`:意大利语\n`de`:德语\n`tr`:土耳其语\n`ru`:俄语\n`pt`:葡萄牙语(巴西)\n`pt-PT`:葡萄牙语(葡萄牙)\n`vi`:越南语\n`id`:印度尼西亚语 \n`ms`:马来语\n`th`:泰语\n`ar`:阿拉伯语\n`hi`:印地语\n`fil`:菲律宾语\n\n**注意**:多语言方式,则使用 `/` 分割,如:`en/ja`,表示英语和日语。",
|
|
26237
27440
|
"example": "en",
|
|
26238
27441
|
"member": "string",
|
|
26239
27442
|
"name": "TranslateDstLanguage",
|
|
26240
27443
|
"required": false,
|
|
26241
27444
|
"type": "string"
|
|
27445
|
+
},
|
|
27446
|
+
{
|
|
27447
|
+
"disabled": false,
|
|
27448
|
+
"document": "字幕处理类型:\n- 0:ASR识别字幕\n- 1:纯字幕翻译\n\n**注意**:不传的情况下,默认是ASR方式",
|
|
27449
|
+
"example": "0",
|
|
27450
|
+
"member": "uint64",
|
|
27451
|
+
"name": "ProcessType",
|
|
27452
|
+
"required": false,
|
|
27453
|
+
"type": "int"
|
|
26242
27454
|
}
|
|
26243
27455
|
],
|
|
26244
27456
|
"type": "object"
|
|
@@ -27291,7 +28503,7 @@
|
|
|
27291
28503
|
"members": [
|
|
27292
28504
|
{
|
|
27293
28505
|
"disabled": false,
|
|
27294
|
-
"document": "直播流处理结果类型,包含:\n<li>AiReviewResult:内容审核结果;</li>\n<li>AiRecognitionResult:内容识别结果;</li>\n<li>LiveRecordResult:直播录制结果;</li>\n<li>AiQualityControlResult:媒体质检结果;</li>\n<li>ProcessEof:直播流处理结束。</li>",
|
|
28506
|
+
"document": "直播流处理结果类型,包含:\n<li>AiReviewResult:内容审核结果;</li>\n<li>AiRecognitionResult:内容识别结果;</li>\n<li>LiveRecordResult:直播录制结果;</li>\n<li>AiQualityControlResult:媒体质检结果;</li>\n<li>AiAnalysisResult:内容分析结果;</li>\n<li>ProcessEof:直播流处理结束。</li>",
|
|
27295
28507
|
"example": "ProcessEof",
|
|
27296
28508
|
"member": "string",
|
|
27297
28509
|
"name": "NotificationType",
|
|
@@ -27526,6 +28738,16 @@
|
|
|
27526
28738
|
"type": "object",
|
|
27527
28739
|
"value_allowed_null": true
|
|
27528
28740
|
},
|
|
28741
|
+
{
|
|
28742
|
+
"disabled": false,
|
|
28743
|
+
"document": "数字水印提取任务信息,仅当 EventType 为 ExtractBlindWatermark,该字段有值。\n注意:此字段可能返回 null,表示取不到有效值。",
|
|
28744
|
+
"example": "无",
|
|
28745
|
+
"member": "ExtractBlindWatermarkTask",
|
|
28746
|
+
"name": "ExtractBlindWatermarkTask",
|
|
28747
|
+
"output_required": false,
|
|
28748
|
+
"type": "object",
|
|
28749
|
+
"value_allowed_null": true
|
|
28750
|
+
},
|
|
27529
28751
|
{
|
|
27530
28752
|
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
|
27531
28753
|
"member": "string",
|
|
@@ -28215,6 +29437,24 @@
|
|
|
28215
29437
|
"required": false,
|
|
28216
29438
|
"type": "string"
|
|
28217
29439
|
},
|
|
29440
|
+
{
|
|
29441
|
+
"disabled": false,
|
|
29442
|
+
"document": "图片处理模板唯一标识。\n图片模板功能内测中,如需使用请提交工单申请。",
|
|
29443
|
+
"example": "20001",
|
|
29444
|
+
"member": "uint64",
|
|
29445
|
+
"name": "Definition",
|
|
29446
|
+
"required": false,
|
|
29447
|
+
"type": "int"
|
|
29448
|
+
},
|
|
29449
|
+
{
|
|
29450
|
+
"disabled": false,
|
|
29451
|
+
"document": "资源ID,需要保证对应资源是开启状态。默认为账号主资源ID。",
|
|
29452
|
+
"example": "vts-24000-0",
|
|
29453
|
+
"member": "string",
|
|
29454
|
+
"name": "ResourceId",
|
|
29455
|
+
"required": false,
|
|
29456
|
+
"type": "string"
|
|
29457
|
+
},
|
|
28218
29458
|
{
|
|
28219
29459
|
"disabled": false,
|
|
28220
29460
|
"document": "图片处理参数。",
|
|
@@ -28249,6 +29489,82 @@
|
|
|
28249
29489
|
],
|
|
28250
29490
|
"type": "object"
|
|
28251
29491
|
},
|
|
29492
|
+
"ProcessImageTemplate": {
|
|
29493
|
+
"document": "图片处理模板",
|
|
29494
|
+
"members": [
|
|
29495
|
+
{
|
|
29496
|
+
"disabled": false,
|
|
29497
|
+
"document": "图片处理模板唯一标识。",
|
|
29498
|
+
"example": "10",
|
|
29499
|
+
"member": "int64",
|
|
29500
|
+
"name": "Definition",
|
|
29501
|
+
"output_required": true,
|
|
29502
|
+
"type": "int",
|
|
29503
|
+
"value_allowed_null": false
|
|
29504
|
+
},
|
|
29505
|
+
{
|
|
29506
|
+
"disabled": false,
|
|
29507
|
+
"document": "图片处理模板名称。",
|
|
29508
|
+
"example": "图片处理模板1",
|
|
29509
|
+
"member": "string",
|
|
29510
|
+
"name": "Name",
|
|
29511
|
+
"output_required": false,
|
|
29512
|
+
"type": "string",
|
|
29513
|
+
"value_allowed_null": false
|
|
29514
|
+
},
|
|
29515
|
+
{
|
|
29516
|
+
"disabled": false,
|
|
29517
|
+
"document": "图片处理模板描述信息。",
|
|
29518
|
+
"example": "图片处理使用超分",
|
|
29519
|
+
"member": "string",
|
|
29520
|
+
"name": "Comment",
|
|
29521
|
+
"output_required": false,
|
|
29522
|
+
"type": "string",
|
|
29523
|
+
"value_allowed_null": false
|
|
29524
|
+
},
|
|
29525
|
+
{
|
|
29526
|
+
"disabled": false,
|
|
29527
|
+
"document": "模板类型。",
|
|
29528
|
+
"example": "Custom",
|
|
29529
|
+
"member": "string",
|
|
29530
|
+
"name": "Type",
|
|
29531
|
+
"output_required": false,
|
|
29532
|
+
"type": "string",
|
|
29533
|
+
"value_allowed_null": false
|
|
29534
|
+
},
|
|
29535
|
+
{
|
|
29536
|
+
"disabled": false,
|
|
29537
|
+
"document": "图片处理模板配置参数。",
|
|
29538
|
+
"example": "无",
|
|
29539
|
+
"member": "ImageTaskInput",
|
|
29540
|
+
"name": "ProcessImageConfig",
|
|
29541
|
+
"output_required": false,
|
|
29542
|
+
"type": "object",
|
|
29543
|
+
"value_allowed_null": false
|
|
29544
|
+
},
|
|
29545
|
+
{
|
|
29546
|
+
"disabled": false,
|
|
29547
|
+
"document": "模板创建时间。",
|
|
29548
|
+
"example": "2021-02-03T04:05:06Z",
|
|
29549
|
+
"member": "string",
|
|
29550
|
+
"name": "CreateTime",
|
|
29551
|
+
"output_required": false,
|
|
29552
|
+
"type": "string",
|
|
29553
|
+
"value_allowed_null": false
|
|
29554
|
+
},
|
|
29555
|
+
{
|
|
29556
|
+
"disabled": false,
|
|
29557
|
+
"document": "模板最后修改时间。",
|
|
29558
|
+
"example": "\t2022-02-03T04:05:06Z",
|
|
29559
|
+
"member": "string",
|
|
29560
|
+
"name": "UpdateTime",
|
|
29561
|
+
"output_required": false,
|
|
29562
|
+
"type": "string",
|
|
29563
|
+
"value_allowed_null": false
|
|
29564
|
+
}
|
|
29565
|
+
],
|
|
29566
|
+
"usage": "out"
|
|
29567
|
+
},
|
|
28252
29568
|
"ProcessLiveStreamRequest": {
|
|
28253
29569
|
"document": "ProcessLiveStream请求参数结构体",
|
|
28254
29570
|
"members": [
|
|
@@ -28762,6 +30078,108 @@
|
|
|
28762
30078
|
],
|
|
28763
30079
|
"usage": "in"
|
|
28764
30080
|
},
|
|
30081
|
+
"PureSubtitleTransResult": {
|
|
30082
|
+
"document": "纯字幕翻译结果",
|
|
30083
|
+
"members": [
|
|
30084
|
+
{
|
|
30085
|
+
"disabled": false,
|
|
30086
|
+
"document": "任务状态(有以下三种): \n- PROCESSING\n- SUCCESS \n- FAIL",
|
|
30087
|
+
"example": "SUCCESS",
|
|
30088
|
+
"member": "string",
|
|
30089
|
+
"name": "Status",
|
|
30090
|
+
"output_required": false,
|
|
30091
|
+
"type": "string",
|
|
30092
|
+
"value_allowed_null": false
|
|
30093
|
+
},
|
|
30094
|
+
{
|
|
30095
|
+
"disabled": false,
|
|
30096
|
+
"document": "错误码,空字符串表示成功,其他值表示失败,取值请参考 媒体处理类错误码 列表。",
|
|
30097
|
+
"example": "InvalidInput",
|
|
30098
|
+
"member": "string",
|
|
30099
|
+
"name": "ErrCodeExt",
|
|
30100
|
+
"output_required": false,
|
|
30101
|
+
"type": "string",
|
|
30102
|
+
"value_allowed_null": false
|
|
30103
|
+
},
|
|
30104
|
+
{
|
|
30105
|
+
"disabled": false,
|
|
30106
|
+
"document": "错误码,0 表示成功,其他值表示失败(该字段已不推荐使用,建议使用新的错误码字段 ErrCodeExt)。",
|
|
30107
|
+
"example": "0",
|
|
30108
|
+
"member": "int64",
|
|
30109
|
+
"name": "ErrCode",
|
|
30110
|
+
"output_required": false,
|
|
30111
|
+
"type": "int",
|
|
30112
|
+
"value_allowed_null": false
|
|
30113
|
+
},
|
|
30114
|
+
{
|
|
30115
|
+
"disabled": false,
|
|
30116
|
+
"document": "错误信息",
|
|
30117
|
+
"example": "错误信息",
|
|
30118
|
+
"member": "string",
|
|
30119
|
+
"name": "Message",
|
|
30120
|
+
"output_required": false,
|
|
30121
|
+
"type": "string",
|
|
30122
|
+
"value_allowed_null": false
|
|
30123
|
+
},
|
|
30124
|
+
{
|
|
30125
|
+
"disabled": false,
|
|
30126
|
+
"document": "翻译任务输入信息。",
|
|
30127
|
+
"example": "{\"Definition\": 20}",
|
|
30128
|
+
"member": "SmartSubtitleTaskResultInput",
|
|
30129
|
+
"name": "Input",
|
|
30130
|
+
"output_required": false,
|
|
30131
|
+
"type": "object",
|
|
30132
|
+
"value_allowed_null": false
|
|
30133
|
+
},
|
|
30134
|
+
{
|
|
30135
|
+
"disabled": false,
|
|
30136
|
+
"document": "纯字幕翻译输出结果\n注意:此字段可能返回 null,表示取不到有效值。",
|
|
30137
|
+
"example": "{\"SubtitleSet\":[]}",
|
|
30138
|
+
"member": "PureSubtitleTransResultOutput",
|
|
30139
|
+
"name": "Output",
|
|
30140
|
+
"output_required": false,
|
|
30141
|
+
"type": "object",
|
|
30142
|
+
"value_allowed_null": true
|
|
30143
|
+
},
|
|
30144
|
+
{
|
|
30145
|
+
"disabled": false,
|
|
30146
|
+
"document": "任务进度。",
|
|
30147
|
+
"example": "100",
|
|
30148
|
+
"member": "uint64",
|
|
30149
|
+
"name": "Progress",
|
|
30150
|
+
"output_required": false,
|
|
30151
|
+
"type": "int",
|
|
30152
|
+
"value_allowed_null": false
|
|
30153
|
+
}
|
|
30154
|
+
],
|
|
30155
|
+
"usage": "out"
|
|
30156
|
+
},
|
|
30157
|
+
"PureSubtitleTransResultOutput": {
|
|
30158
|
+
"document": "翻译详细输出结果",
|
|
30159
|
+
"members": [
|
|
30160
|
+
{
|
|
30161
|
+
"disabled": false,
|
|
30162
|
+
"document": "字幕文件存储位置。\n注意:此字段可能返回 null,表示取不到有效值。",
|
|
30163
|
+
"example": "无",
|
|
30164
|
+
"member": "TaskOutputStorage",
|
|
30165
|
+
"name": "OutputStorage",
|
|
30166
|
+
"output_required": false,
|
|
30167
|
+
"type": "object",
|
|
30168
|
+
"value_allowed_null": true
|
|
30169
|
+
},
|
|
30170
|
+
{
|
|
30171
|
+
"disabled": false,
|
|
30172
|
+
"document": "多语言翻译的结果集合",
|
|
30173
|
+
"example": "无",
|
|
30174
|
+
"member": "SubtitleTransResultItem",
|
|
30175
|
+
"name": "SubtitleResults",
|
|
30176
|
+
"output_required": false,
|
|
30177
|
+
"type": "list",
|
|
30178
|
+
"value_allowed_null": false
|
|
30179
|
+
}
|
|
30180
|
+
],
|
|
30181
|
+
"usage": "out"
|
|
30182
|
+
},
|
|
28765
30183
|
"QualityControlData": {
|
|
28766
30184
|
"document": "媒体质检结果输出。",
|
|
28767
30185
|
"members": [
|
|
@@ -29292,7 +30710,7 @@
|
|
|
29292
30710
|
},
|
|
29293
30711
|
{
|
|
29294
30712
|
"disabled": false,
|
|
29295
|
-
"document": "智能字幕视频源语言\n当前支持以下语言:\
|
|
30713
|
+
"document": "智能字幕视频源语言\n当前支持以下语言:\n`zh`:简体中文\n`yue`:中文粵语\n`zh-PY`:中英粤\n`zh_medical`:中文医疗\n`zh_dialect`:中文方言\n`prime_zh`:中英方言\n`zh_en`:中英\n`en`:英语\n`ja`:日语\n`ko`:韩语\n`fr`:法语\n`es`:西班牙语\n`it`:意大利语\n`de`:德语\n`tr`:土耳其语\n`ru`:俄语\n`pt`:葡萄牙语(巴西)\n`pt-PT`:葡萄牙语(葡萄牙)\n`vi`:越南语\n`id`:印度尼西亚语\n`ms`:马来语\n`th`:泰语\n`ar`:阿拉伯语\n`hi`:印地语\n`fil`:菲律宾语\n`auto`:自动识别(仅在纯字幕翻译中支持)",
|
|
29296
30714
|
"example": "zh",
|
|
29297
30715
|
"member": "string",
|
|
29298
30716
|
"name": "VideoSrcLanguage",
|
|
@@ -29303,7 +30721,7 @@
|
|
|
29303
30721
|
},
|
|
29304
30722
|
{
|
|
29305
30723
|
"disabled": false,
|
|
29306
|
-
"document": "
|
|
30724
|
+
"document": "智能字幕文件格式:\n- ASR识别翻译处理类型下:\n - vtt: WebVTT 格式字幕\n - srt: SRT 格式字幕\n - 不填或填空:不生成字幕文件\n- 纯字幕翻译处理类型下:\n - original:与源文件一致\n - vtt: WebVTT 格式字幕\n - srt: SRT 格式字幕\n\n**注意**:\n- ASR识别方式下,翻译大于等于2种语言时不允许传空或不传;\n- 纯字幕翻译方式下,不允许传空或不传\n注意:此字段可能返回 null,表示取不到有效值。",
|
|
29307
30725
|
"example": "vtt",
|
|
29308
30726
|
"member": "string",
|
|
29309
30727
|
"name": "SubtitleFormat",
|
|
@@ -29314,7 +30732,7 @@
|
|
|
29314
30732
|
},
|
|
29315
30733
|
{
|
|
29316
30734
|
"disabled": false,
|
|
29317
|
-
"document": "字幕翻译开关\
|
|
30735
|
+
"document": "字幕翻译开关\n`ON`: 开启翻译\n`OFF`: 关闭翻译\n\n**注意**:纯字幕翻译方式下,不传默认是打开的,不允许传空或`OFF`;\n注意:此字段可能返回 null,表示取不到有效值。",
|
|
29318
30736
|
"example": "OFF",
|
|
29319
30737
|
"member": "string",
|
|
29320
30738
|
"name": "TranslateSwitch",
|
|
@@ -29325,7 +30743,7 @@
|
|
|
29325
30743
|
},
|
|
29326
30744
|
{
|
|
29327
30745
|
"disabled": false,
|
|
29328
|
-
"document": "字幕翻译目标语言\n当TranslateSwitch为ON
|
|
30746
|
+
"document": "字幕翻译目标语言\n当TranslateSwitch为ON的时候生效,翻译语言列表:\n`zh`:简体中文\n`zh-TW`:繁体中文\n`en`:英语\n`ja`:日语\n`ko`:韩语\n`fr`:法语\n`es`:西班牙语 \n`it`:意大利语\n`de`:德语\n`tr`:土耳其语\n`ru`:俄语\n`pt`:葡萄牙语(巴西)\n`pt-PT`:葡萄牙语(葡萄牙)\n`vi`:越南语\n`id`:印度尼西亚语 \n`ms`:马来语\n`th`:泰语\n`ar`:阿拉伯语\n`hi`:印地语\n`fil`:菲律宾语\n\n**注意**:多语言方式,则使用 `/` 分割,如:`en/ja`,表示英语和日语。\n注意:此字段可能返回 null,表示取不到有效值。",
|
|
29329
30747
|
"example": "en",
|
|
29330
30748
|
"member": "string",
|
|
29331
30749
|
"name": "TranslateDstLanguage",
|
|
@@ -29355,6 +30773,17 @@
|
|
|
29355
30773
|
"required": false,
|
|
29356
30774
|
"type": "string",
|
|
29357
30775
|
"value_allowed_null": false
|
|
30776
|
+
},
|
|
30777
|
+
{
|
|
30778
|
+
"disabled": false,
|
|
30779
|
+
"document": "字幕处理类型:\n- 0:ASR识别字幕\n- 1:纯字幕翻译\n\n**注意**:不传的情况下默认类型为 ASR识别字幕",
|
|
30780
|
+
"example": "0",
|
|
30781
|
+
"member": "uint64",
|
|
30782
|
+
"name": "ProcessType",
|
|
30783
|
+
"output_required": false,
|
|
30784
|
+
"required": false,
|
|
30785
|
+
"type": "int",
|
|
30786
|
+
"value_allowed_null": false
|
|
29358
30787
|
}
|
|
29359
30788
|
],
|
|
29360
30789
|
"usage": "both"
|
|
@@ -31911,6 +33340,16 @@
|
|
|
31911
33340
|
"type": "list",
|
|
31912
33341
|
"value_allowed_null": true
|
|
31913
33342
|
},
|
|
33343
|
+
{
|
|
33344
|
+
"disabled": false,
|
|
33345
|
+
"document": "字幕文件路径",
|
|
33346
|
+
"example": "/subtitles/1027/31*******8.vtt",
|
|
33347
|
+
"member": "string",
|
|
33348
|
+
"name": "Path",
|
|
33349
|
+
"output_required": false,
|
|
33350
|
+
"type": "string",
|
|
33351
|
+
"value_allowed_null": false
|
|
33352
|
+
},
|
|
31914
33353
|
{
|
|
31915
33354
|
"disabled": false,
|
|
31916
33355
|
"document": "字幕文件地址。",
|
|
@@ -32190,6 +33629,26 @@
|
|
|
32190
33629
|
"output_required": false,
|
|
32191
33630
|
"type": "object",
|
|
32192
33631
|
"value_allowed_null": false
|
|
33632
|
+
},
|
|
33633
|
+
{
|
|
33634
|
+
"disabled": false,
|
|
33635
|
+
"document": "字幕文件地址",
|
|
33636
|
+
"example": "/subtitles/1027/310*****.vtt",
|
|
33637
|
+
"member": "string",
|
|
33638
|
+
"name": "Path",
|
|
33639
|
+
"output_required": false,
|
|
33640
|
+
"type": "string",
|
|
33641
|
+
"value_allowed_null": false
|
|
33642
|
+
},
|
|
33643
|
+
{
|
|
33644
|
+
"disabled": false,
|
|
33645
|
+
"document": "多语言翻译时返回翻译结果。\t",
|
|
33646
|
+
"example": "无",
|
|
33647
|
+
"member": "SubtitleTransResultItem",
|
|
33648
|
+
"name": "SubtitleResults",
|
|
33649
|
+
"output_required": false,
|
|
33650
|
+
"type": "list",
|
|
33651
|
+
"value_allowed_null": false
|
|
32193
33652
|
}
|
|
32194
33653
|
],
|
|
32195
33654
|
"usage": "out"
|
|
@@ -32325,7 +33784,7 @@
|
|
|
32325
33784
|
},
|
|
32326
33785
|
{
|
|
32327
33786
|
"disabled": false,
|
|
32328
|
-
"document": "
|
|
33787
|
+
"document": "智能字幕视频源语言列表:\n\n`zh`:简体中文\n`yue`:中文粵语\n`zh-PY`:中英粤\n`zh_medical`:中文医疗\n`zh_dialect`:中文方言\n`prime_zh`:中英方言\n`zh_en`:中英\n`en`:英语\n`ja`:日语\n`ko`:韩语\n`fr`:法语\n`es`:西班牙语\n`it`:意大利语\n`de`:德语\n`tr`:土耳其语\n`ru`:俄语\n`pt`:葡萄牙语(巴西)\n`pt-PT`:葡萄牙语(葡萄牙)\n`vi`:越南语\n`id`:印度尼西亚语\n`ms`:马来语\n`th`:泰语\n`ar`:阿拉伯语\n`hi`:印地语\n`fil`:菲律宾语\n`auto`:自动识别(仅在纯字幕翻译中支持)",
|
|
32329
33788
|
"example": "zh",
|
|
32330
33789
|
"member": "string",
|
|
32331
33790
|
"name": "VideoSrcLanguage",
|
|
@@ -32335,7 +33794,7 @@
|
|
|
32335
33794
|
},
|
|
32336
33795
|
{
|
|
32337
33796
|
"disabled": false,
|
|
32338
|
-
"document": "智能字幕文件格式\n vtt: WebVTT 格式\n不填或填空:不生成字幕文件\n注意:此字段可能返回 null,表示取不到有效值。",
|
|
33797
|
+
"document": "智能字幕文件格式\n- vtt: WebVTT 格式\n- srt: SRT格式\n- original:与源字幕文件一致(用于纯字幕翻译模版)\n- 不填或填空:不生成字幕文件\n注意:此字段可能返回 null,表示取不到有效值。",
|
|
32339
33798
|
"example": "vtt",
|
|
32340
33799
|
"member": "string",
|
|
32341
33800
|
"name": "SubtitleFormat",
|
|
@@ -32365,7 +33824,7 @@
|
|
|
32365
33824
|
},
|
|
32366
33825
|
{
|
|
32367
33826
|
"disabled": false,
|
|
32368
|
-
"document": "字幕翻译目标语言\n当TranslateSwitch为ON的时候生效\n
|
|
33827
|
+
"document": "字幕翻译目标语言\n当TranslateSwitch为ON的时候生效\n`zh`:简体中文\n`zh-TW`:繁体中文\n`en`:英语\n`ja`:日语\n`ko`:韩语\n`fr`:法语\n`es`:西班牙语 \n`it`:意大利语\n`de`:德语\n`tr`:土耳其语\n`ru`:俄语\n`pt`:葡萄牙语(巴西)\n`pt-PT`:葡萄牙语(葡萄牙)\n`vi`:越南语\n`id`:印度尼西亚语 \n`ms`:马来语\n`th`:泰语\n`ar`:阿拉伯语\n`hi`:印地语\n`fil`:菲律宾语\n\n\n**注意**:多语言方式,则使用 `/` 分割,如:`en/ja`,表示英语和日语。\n\n注意:此字段可能返回 null,表示取不到有效值。",
|
|
32369
33828
|
"example": "en",
|
|
32370
33829
|
"member": "string",
|
|
32371
33830
|
"name": "TranslateDstLanguage",
|
|
@@ -32402,6 +33861,16 @@
|
|
|
32402
33861
|
"output_required": false,
|
|
32403
33862
|
"type": "string",
|
|
32404
33863
|
"value_allowed_null": true
|
|
33864
|
+
},
|
|
33865
|
+
{
|
|
33866
|
+
"disabled": false,
|
|
33867
|
+
"document": "字幕处理类型:\n- 0:ASR识别字幕\n- 1:纯字幕翻译",
|
|
33868
|
+
"example": "0",
|
|
33869
|
+
"member": "uint64",
|
|
33870
|
+
"name": "ProcessType",
|
|
33871
|
+
"output_required": false,
|
|
33872
|
+
"type": "int",
|
|
33873
|
+
"value_allowed_null": false
|
|
32405
33874
|
}
|
|
32406
33875
|
],
|
|
32407
33876
|
"usage": "out"
|
|
@@ -32411,7 +33880,7 @@
|
|
|
32411
33880
|
"members": [
|
|
32412
33881
|
{
|
|
32413
33882
|
"disabled": false,
|
|
32414
|
-
"document": "
|
|
33883
|
+
"document": "任务的类型,取值范围:\n- AsrFullTextRecognition:语音全文识别\n- TransTextRecognition:语音翻译\n- PureSubtitleTrans: 纯字幕翻译",
|
|
32415
33884
|
"example": "AsrFullTextRecognition",
|
|
32416
33885
|
"member": "string",
|
|
32417
33886
|
"name": "Type",
|
|
@@ -32438,6 +33907,16 @@
|
|
|
32438
33907
|
"output_required": false,
|
|
32439
33908
|
"type": "object",
|
|
32440
33909
|
"value_allowed_null": true
|
|
33910
|
+
},
|
|
33911
|
+
{
|
|
33912
|
+
"disabled": false,
|
|
33913
|
+
"document": "当翻译类型为:PureSubtitleTrans 是返回纯字幕文件翻译结果。\n注意:此字段可能返回 null,表示取不到有效值。",
|
|
33914
|
+
"example": "无",
|
|
33915
|
+
"member": "PureSubtitleTransResult",
|
|
33916
|
+
"name": "PureSubtitleTransTask",
|
|
33917
|
+
"output_required": false,
|
|
33918
|
+
"type": "object",
|
|
33919
|
+
"value_allowed_null": true
|
|
32441
33920
|
}
|
|
32442
33921
|
],
|
|
32443
33922
|
"usage": "out"
|
|
@@ -32702,12 +34181,38 @@
|
|
|
32702
34181
|
],
|
|
32703
34182
|
"usage": "out"
|
|
32704
34183
|
},
|
|
34184
|
+
"SpecificationDataItem": {
|
|
34185
|
+
"document": "指定规格任务统计数据。",
|
|
34186
|
+
"members": [
|
|
34187
|
+
{
|
|
34188
|
+
"disabled": false,
|
|
34189
|
+
"document": "任务规格。",
|
|
34190
|
+
"example": "",
|
|
34191
|
+
"member": "string",
|
|
34192
|
+
"name": "Specification",
|
|
34193
|
+
"required": true,
|
|
34194
|
+
"type": "string",
|
|
34195
|
+
"value_allowed_null": false
|
|
34196
|
+
},
|
|
34197
|
+
{
|
|
34198
|
+
"disabled": false,
|
|
34199
|
+
"document": "统计数据。",
|
|
34200
|
+
"example": "",
|
|
34201
|
+
"member": "TaskStatDataItem",
|
|
34202
|
+
"name": "Data",
|
|
34203
|
+
"required": true,
|
|
34204
|
+
"type": "list",
|
|
34205
|
+
"value_allowed_null": false
|
|
34206
|
+
}
|
|
34207
|
+
],
|
|
34208
|
+
"usage": "out"
|
|
34209
|
+
},
|
|
32705
34210
|
"SpekeDrm": {
|
|
32706
34211
|
"document": "FairPlay,WideVine,PlayReady 等Drm加密方式。",
|
|
32707
34212
|
"members": [
|
|
32708
34213
|
{
|
|
32709
34214
|
"disabled": false,
|
|
32710
|
-
"document": "资源标记,该字段内容为用户自定义;\n支持1-128个字符的数字、字母、下划线(_)、中划线(-)
|
|
34215
|
+
"document": "资源标记,该字段内容为用户自定义;\n支持1-128个字符的数字、字母、下划线(`_`)、中划线(-)。\n该字段对应Speke请求中的cid字段。\n注:不同DRM厂商对该字段的限制有所区别(如:华曦达不支持该字段带`_`),具体规则请与DRM厂商进行确认。",
|
|
32711
34216
|
"example": "123xx",
|
|
32712
34217
|
"member": "string",
|
|
32713
34218
|
"name": "ResourceId",
|
|
@@ -32740,7 +34245,7 @@
|
|
|
32740
34245
|
},
|
|
32741
34246
|
{
|
|
32742
34247
|
"disabled": false,
|
|
32743
|
-
"document": "
|
|
34248
|
+
"document": "加密方式,可选值:\ncbcs:PlayReady,Widevine,FairPlay,WideVine+FairPlay,Widevine+Playready,Playready+Fairplay,Widevine+Playready+Fairplay支持;\ncenc:PlayReady,Widevine,Widevine+Playready支持;\n\n若不填\nFairPlay 默认cbcs;\nPlayReady,Widevine 默认cenc;\nWideVine+FairPlay,Playready+Fairplay,Widevine+Playready+Fairplay默认cbcs;\nWidevine+Playready默认cenc;",
|
|
32744
34249
|
"example": "cbcs",
|
|
32745
34250
|
"member": "string",
|
|
32746
34251
|
"name": "EncryptionMethod",
|
|
@@ -32833,6 +34338,45 @@
|
|
|
32833
34338
|
],
|
|
32834
34339
|
"usage": "out"
|
|
32835
34340
|
},
|
|
34341
|
+
"StreamSelector": {
|
|
34342
|
+
"document": "选择指定的音轨或者视频输出",
|
|
34343
|
+
"members": [
|
|
34344
|
+
{
|
|
34345
|
+
"disabled": false,
|
|
34346
|
+
"document": "选择类型: PID | TRACK",
|
|
34347
|
+
"example": "PID",
|
|
34348
|
+
"member": "string",
|
|
34349
|
+
"name": "SelectorType",
|
|
34350
|
+
"output_required": false,
|
|
34351
|
+
"required": false,
|
|
34352
|
+
"type": "string",
|
|
34353
|
+
"value_allowed_null": false
|
|
34354
|
+
},
|
|
34355
|
+
{
|
|
34356
|
+
"disabled": false,
|
|
34357
|
+
"document": "根据 PID 配置选择器",
|
|
34358
|
+
"example": "无",
|
|
34359
|
+
"member": "PidSelector",
|
|
34360
|
+
"name": "PidSelector",
|
|
34361
|
+
"output_required": false,
|
|
34362
|
+
"required": false,
|
|
34363
|
+
"type": "object",
|
|
34364
|
+
"value_allowed_null": false
|
|
34365
|
+
},
|
|
34366
|
+
{
|
|
34367
|
+
"disabled": false,
|
|
34368
|
+
"document": "根据 Track 配置选择器",
|
|
34369
|
+
"example": "无",
|
|
34370
|
+
"member": "TrackSelector",
|
|
34371
|
+
"name": "TrackSelector",
|
|
34372
|
+
"output_required": false,
|
|
34373
|
+
"required": false,
|
|
34374
|
+
"type": "object",
|
|
34375
|
+
"value_allowed_null": false
|
|
34376
|
+
}
|
|
34377
|
+
],
|
|
34378
|
+
"usage": "both"
|
|
34379
|
+
},
|
|
32836
34380
|
"StreamUrlDetail": {
|
|
32837
34381
|
"document": "描述 URL 的完整信息",
|
|
32838
34382
|
"members": [
|
|
@@ -33122,6 +34666,52 @@
|
|
|
33122
34666
|
],
|
|
33123
34667
|
"usage": "both"
|
|
33124
34668
|
},
|
|
34669
|
+
"SubtitleTransResultItem": {
|
|
34670
|
+
"document": "字幕翻译输出结果",
|
|
34671
|
+
"members": [
|
|
34672
|
+
{
|
|
34673
|
+
"disabled": false,
|
|
34674
|
+
"document": "翻译标识:\n- Success\n- Error",
|
|
34675
|
+
"example": "Success",
|
|
34676
|
+
"member": "string",
|
|
34677
|
+
"name": "Status",
|
|
34678
|
+
"output_required": false,
|
|
34679
|
+
"type": "string",
|
|
34680
|
+
"value_allowed_null": false
|
|
34681
|
+
},
|
|
34682
|
+
{
|
|
34683
|
+
"disabled": false,
|
|
34684
|
+
"document": "源语言(如\"en\")",
|
|
34685
|
+
"example": "en",
|
|
34686
|
+
"member": "string",
|
|
34687
|
+
"name": "TransSrc",
|
|
34688
|
+
"output_required": false,
|
|
34689
|
+
"type": "string",
|
|
34690
|
+
"value_allowed_null": false
|
|
34691
|
+
},
|
|
34692
|
+
{
|
|
34693
|
+
"disabled": false,
|
|
34694
|
+
"document": "目标语言(如\"zh\")",
|
|
34695
|
+
"example": "zh",
|
|
34696
|
+
"member": "string",
|
|
34697
|
+
"name": "TransDst",
|
|
34698
|
+
"output_required": false,
|
|
34699
|
+
"type": "string",
|
|
34700
|
+
"value_allowed_null": false
|
|
34701
|
+
},
|
|
34702
|
+
{
|
|
34703
|
+
"disabled": false,
|
|
34704
|
+
"document": "字幕文件地址",
|
|
34705
|
+
"example": "/subtitles/1027/xxx.vtt",
|
|
34706
|
+
"member": "string",
|
|
34707
|
+
"name": "Path",
|
|
34708
|
+
"output_required": false,
|
|
34709
|
+
"type": "string",
|
|
34710
|
+
"value_allowed_null": false
|
|
34711
|
+
}
|
|
34712
|
+
],
|
|
34713
|
+
"usage": "out"
|
|
34714
|
+
},
|
|
33125
34715
|
"SuperResolutionConfig": {
|
|
33126
34716
|
"document": "超分配置",
|
|
33127
34717
|
"members": [
|
|
@@ -33520,6 +35110,78 @@
|
|
|
33520
35110
|
],
|
|
33521
35111
|
"usage": "out"
|
|
33522
35112
|
},
|
|
35113
|
+
"TaskStatData": {
|
|
35114
|
+
"document": "任务统计数据。",
|
|
35115
|
+
"members": [
|
|
35116
|
+
{
|
|
35117
|
+
"disabled": false,
|
|
35118
|
+
"document": "任务类型。\n<li>Transcode: 转码</li>\n<li>Enhance: 增强</li>\n<li>AIAnalysis: 智能分析</li>\n<li>AIRecognition: 智能识别</li>\n<li>AIReview: 内容审核</li>\n<li>Snapshot: 截图</li>\n<li>AnimatedGraphics: 转动图</li>\n<li>ImageProcess: 图片处理</li>",
|
|
35119
|
+
"example": "Transcode",
|
|
35120
|
+
"member": "string",
|
|
35121
|
+
"name": "TaskType",
|
|
35122
|
+
"output_required": true,
|
|
35123
|
+
"type": "string",
|
|
35124
|
+
"value_allowed_null": false
|
|
35125
|
+
},
|
|
35126
|
+
{
|
|
35127
|
+
"disabled": false,
|
|
35128
|
+
"document": "任务数统计数据概览。\n<li>Transcode:用量单位为秒</li>\n<li>Enhance:用量单位为秒</li>\n<li>AIAnalysis:用量单位为秒</li>\n<li>AIRecognition:用量单位为秒</li>\n<li>AIReview:用量单位为秒</li>\n<li>Snapshot:用量单位为张</li>\n<li>AnimatedGraphics: 用量单位为秒</li>\n<li>ImageProcess: 用量单位为张</li>",
|
|
35129
|
+
"example": "无",
|
|
35130
|
+
"member": "TaskStatDataItem",
|
|
35131
|
+
"name": "Summary",
|
|
35132
|
+
"output_required": true,
|
|
35133
|
+
"type": "list",
|
|
35134
|
+
"value_allowed_null": false
|
|
35135
|
+
},
|
|
35136
|
+
{
|
|
35137
|
+
"disabled": false,
|
|
35138
|
+
"document": "不同规格任务统计数据详情。\n\n1、转码规格:\n<li>Audio:纯音频</li>\n<li>Remuxing:转封装</li>\n<li>其他转码规格:{TYPE}.{CODEC}.{SPECIFICATION}</li> 其中 TYPE 取值\n Standard:普通转码\n TESHD-10:视频极速高清\n TESHD-20:音频极速高清\n TESHD-30:音视频极速高清\n TESHD-30-SDK:音视频极速高清SDK按时长计费\n TESHD-30-SDKCores:音视频极速高清SDK按核心数计费\n Edit:视频编辑\n 其中 CODEC 取值\n H264:H.264 编码\n H265:H.265 编码\n AV1:AV1 编码\n MV-HEVC:MV-HEVC 编码\n 其中 SPECIFICATION 取值\n SD:标清\n HD:高清\n FHD:全高清\n 2K:2K\n 4K:4K\n例如 TESHD-10.H265.HD 表示 H.265 编码方式高清极速高清转码\n\n2、增强规格:视频增强格式:{TYPE}.{CODEC}.{SPECIFICATION}.{FPS},其中 CODEC 和 SPECIFICATION 同转码,FPS在原子类型时才存在;音频增强格式:{TYPE}。\n增强TYPE 取值:\n<li>Enhance:通用增强类型,可能是任意一种原子增强类型</li>\n<li>原子增强类型</li> 视频原子增强类型取值:\n Sdr2hdr:SDR2HDR\n SuperResolution:超分\n InsertFrame:插帧\n ComprehensiveEnhancement:综合增强\n NoiseReduction:视频降噪\n ColorEnhancement:色彩增强\n RemoveScratches:去划痕\n Deburr:去毛刺\n DetailEnhancement:细节增强\n LightEnhancement:低光照增强\n FaceEnhancement:人脸增强\n 音频原子增强类型取值:\n AudioNoiseReduction\n VolumeBalance\n AudioBeautify\n AudioSeparation\n\n3、截图规格:\n<li>ImageSprite:雪碧图</li>\n<li>SampleSnapshot:采样截图</li>\n<li>SnapshotByTime:时间点截图</li>\n4、图片处理规格:{TYPE}.{CODEC}.{SPECIFICATION}\n<li> ImageCompression:图片编码</li>\n<li> ImageSuperResolution:图片超分</li>\n<li> EnhanceImageColor:图片色彩增强</li>\n5、智能分析规格:\n<li>AIAnalysis:分析大类,对于未拆分的</li>\n<li>VideoTag:视频标签</li>\n<li>VideoClassification:视频分类</li>\n<li>SmartCover:智能封面</li>\n<li>FrameLabel:帧标签</li>\n<li>VideoSplit:视频拆条</li>\n<li>Highlights:精彩集锦</li>\n<li>OpeningAndEnding:片头片尾</li>\n6、智能识别规格:\n<li>AIRecognition:识别大类,对于未拆分的</li>\n<li>FaceRecognition:人脸识别</li>\n<li>TextRecognition:文字识别</li>\n<li>ObjectRecognition:物体识别</li>\n<li>VoiceRecognition:语音识别</li>\n<li>VoiceTranslation:语音翻译</li>\n7、内容审核、转动图无细分规格。",
|
|
35139
|
+
"example": "无",
|
|
35140
|
+
"member": "SpecificationDataItem",
|
|
35141
|
+
"name": "Details",
|
|
35142
|
+
"output_required": true,
|
|
35143
|
+
"type": "list",
|
|
35144
|
+
"value_allowed_null": false
|
|
35145
|
+
}
|
|
35146
|
+
],
|
|
35147
|
+
"usage": "out"
|
|
35148
|
+
},
|
|
35149
|
+
"TaskStatDataItem": {
|
|
35150
|
+
"document": "任务统计数据,包括任务数和用量。",
|
|
35151
|
+
"members": [
|
|
35152
|
+
{
|
|
35153
|
+
"disabled": false,
|
|
35154
|
+
"document": "数据所在时间区间的开始时间,使用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#iso-.E6.97.A5.E6.9C.9F.E6.A0.BC.E5.BC.8F)。如:当时间粒度为天,2018-12-01T00:00:00+08:00,表示2018年12月1日(含)到2018年12月2日(不含)区间。",
|
|
35155
|
+
"example": "",
|
|
35156
|
+
"member": "string",
|
|
35157
|
+
"name": "Time",
|
|
35158
|
+
"required": true,
|
|
35159
|
+
"type": "string",
|
|
35160
|
+
"value_allowed_null": false
|
|
35161
|
+
},
|
|
35162
|
+
{
|
|
35163
|
+
"disabled": false,
|
|
35164
|
+
"document": "任务数。",
|
|
35165
|
+
"example": "",
|
|
35166
|
+
"member": "int64",
|
|
35167
|
+
"name": "Count",
|
|
35168
|
+
"required": true,
|
|
35169
|
+
"type": "int",
|
|
35170
|
+
"value_allowed_null": false
|
|
35171
|
+
},
|
|
35172
|
+
{
|
|
35173
|
+
"disabled": false,
|
|
35174
|
+
"document": "任务用量。",
|
|
35175
|
+
"example": "",
|
|
35176
|
+
"member": "int64",
|
|
35177
|
+
"name": "Usage",
|
|
35178
|
+
"required": true,
|
|
35179
|
+
"type": "int",
|
|
35180
|
+
"value_allowed_null": false
|
|
35181
|
+
}
|
|
35182
|
+
],
|
|
35183
|
+
"usage": "out"
|
|
35184
|
+
},
|
|
33523
35185
|
"TerrorismConfigureInfo": {
|
|
33524
35186
|
"document": "涉敏任务控制参数",
|
|
33525
35187
|
"members": [
|
|
@@ -33928,6 +35590,34 @@
|
|
|
33928
35590
|
],
|
|
33929
35591
|
"usage": "both"
|
|
33930
35592
|
},
|
|
35593
|
+
"TrackSelector": {
|
|
35594
|
+
"document": "音视频轨道选择",
|
|
35595
|
+
"members": [
|
|
35596
|
+
{
|
|
35597
|
+
"disabled": false,
|
|
35598
|
+
"document": "视频轨道序号,从1开始.",
|
|
35599
|
+
"example": "[1,2]",
|
|
35600
|
+
"member": "int64",
|
|
35601
|
+
"name": "VideoIndex",
|
|
35602
|
+
"output_required": false,
|
|
35603
|
+
"required": false,
|
|
35604
|
+
"type": "list",
|
|
35605
|
+
"value_allowed_null": false
|
|
35606
|
+
},
|
|
35607
|
+
{
|
|
35608
|
+
"disabled": false,
|
|
35609
|
+
"document": "音频轨道序号,从1开始.",
|
|
35610
|
+
"example": "[1,2]",
|
|
35611
|
+
"member": "int64",
|
|
35612
|
+
"name": "AudioIndex",
|
|
35613
|
+
"output_required": false,
|
|
35614
|
+
"required": false,
|
|
35615
|
+
"type": "list",
|
|
35616
|
+
"value_allowed_null": false
|
|
35617
|
+
}
|
|
35618
|
+
],
|
|
35619
|
+
"usage": "both"
|
|
35620
|
+
},
|
|
33931
35621
|
"TranscodeTaskInput": {
|
|
33932
35622
|
"document": "转码任务输入参数类型",
|
|
33933
35623
|
"members": [
|
|
@@ -33975,6 +35665,17 @@
|
|
|
33975
35665
|
"type": "list",
|
|
33976
35666
|
"value_allowed_null": false
|
|
33977
35667
|
},
|
|
35668
|
+
{
|
|
35669
|
+
"disabled": false,
|
|
35670
|
+
"document": "数字水印参数。\n注意:此字段可能返回 null,表示取不到有效值。",
|
|
35671
|
+
"example": "无",
|
|
35672
|
+
"member": "BlindWatermarkInput",
|
|
35673
|
+
"name": "BlindWatermark",
|
|
35674
|
+
"output_required": false,
|
|
35675
|
+
"required": false,
|
|
35676
|
+
"type": "object",
|
|
35677
|
+
"value_allowed_null": true
|
|
35678
|
+
},
|
|
33978
35679
|
{
|
|
33979
35680
|
"disabled": false,
|
|
33980
35681
|
"document": "马赛克列表,最大可支持 10 张。",
|
|
@@ -35049,20 +36750,22 @@
|
|
|
35049
36750
|
"members": [
|
|
35050
36751
|
{
|
|
35051
36752
|
"disabled": false,
|
|
35052
|
-
"document": "
|
|
36753
|
+
"document": "插帧帧率配置(旧)。新用户建议使用FrameRateWithDen配置插帧帧率,支持分数,且效果更好。注意,FrameRate 与FrameRateWithDen 只能二选一,同时配置可能导致任务失败。源帧率大于等于目标帧率时能力不会生效。\n\n注意:此字段可能返回 null,表示取不到有效值。",
|
|
35053
36754
|
"example": "无",
|
|
35054
36755
|
"member": "FrameRateConfig",
|
|
35055
36756
|
"name": "FrameRate",
|
|
36757
|
+
"output_required": true,
|
|
35056
36758
|
"required": false,
|
|
35057
36759
|
"type": "object",
|
|
35058
36760
|
"value_allowed_null": true
|
|
35059
36761
|
},
|
|
35060
36762
|
{
|
|
35061
36763
|
"disabled": false,
|
|
35062
|
-
"document": "
|
|
36764
|
+
"document": "超分配置。源分辨率高于目标分辨率时不对视频做处理。注意与大模型增强不可同时开启。\n\n注意:此字段可能返回 null,表示取不到有效值。",
|
|
35063
36765
|
"example": "无",
|
|
35064
36766
|
"member": "SuperResolutionConfig",
|
|
35065
36767
|
"name": "SuperResolution",
|
|
36768
|
+
"output_required": true,
|
|
35066
36769
|
"required": false,
|
|
35067
36770
|
"type": "object",
|
|
35068
36771
|
"value_allowed_null": true
|
|
@@ -35073,26 +36776,29 @@
|
|
|
35073
36776
|
"example": "无",
|
|
35074
36777
|
"member": "HdrConfig",
|
|
35075
36778
|
"name": "Hdr",
|
|
36779
|
+
"output_required": true,
|
|
35076
36780
|
"required": false,
|
|
35077
36781
|
"type": "object",
|
|
35078
36782
|
"value_allowed_null": true
|
|
35079
36783
|
},
|
|
35080
36784
|
{
|
|
35081
36785
|
"disabled": false,
|
|
35082
|
-
"document": "
|
|
36786
|
+
"document": "视频降噪配置。注意与大模型增强不可同时开启。\n\n注意:此字段可能返回 null,表示取不到有效值。",
|
|
35083
36787
|
"example": "无",
|
|
35084
36788
|
"member": "VideoDenoiseConfig",
|
|
35085
36789
|
"name": "Denoise",
|
|
36790
|
+
"output_required": true,
|
|
35086
36791
|
"required": false,
|
|
35087
36792
|
"type": "object",
|
|
35088
36793
|
"value_allowed_null": true
|
|
35089
36794
|
},
|
|
35090
36795
|
{
|
|
35091
36796
|
"disabled": false,
|
|
35092
|
-
"document": "
|
|
36797
|
+
"document": "综合增强配置。注意大模型、综合增强、去毛刺三项里最多配置一项\n注意:此字段可能返回 null,表示取不到有效值。",
|
|
35093
36798
|
"example": "无",
|
|
35094
36799
|
"member": "ImageQualityEnhanceConfig",
|
|
35095
36800
|
"name": "ImageQualityEnhance",
|
|
36801
|
+
"output_required": true,
|
|
35096
36802
|
"required": false,
|
|
35097
36803
|
"type": "object",
|
|
35098
36804
|
"value_allowed_null": true
|
|
@@ -35103,56 +36809,73 @@
|
|
|
35103
36809
|
"example": "无",
|
|
35104
36810
|
"member": "ColorEnhanceConfig",
|
|
35105
36811
|
"name": "ColorEnhance",
|
|
36812
|
+
"output_required": true,
|
|
35106
36813
|
"required": false,
|
|
35107
36814
|
"type": "object",
|
|
35108
36815
|
"value_allowed_null": true
|
|
35109
36816
|
},
|
|
35110
36817
|
{
|
|
35111
36818
|
"disabled": false,
|
|
35112
|
-
"document": "
|
|
36819
|
+
"document": "低光照增强配置。\n注意:此字段可能返回 null,表示取不到有效值。",
|
|
35113
36820
|
"example": "无",
|
|
35114
|
-
"member": "
|
|
35115
|
-
"name": "
|
|
36821
|
+
"member": "LowLightEnhanceConfig",
|
|
36822
|
+
"name": "LowLightEnhance",
|
|
36823
|
+
"output_required": true,
|
|
35116
36824
|
"required": false,
|
|
35117
36825
|
"type": "object",
|
|
35118
36826
|
"value_allowed_null": true
|
|
35119
36827
|
},
|
|
35120
36828
|
{
|
|
35121
36829
|
"disabled": false,
|
|
35122
|
-
"document": "
|
|
36830
|
+
"document": "去划痕配置。\n注意:此字段可能返回 null,表示取不到有效值。",
|
|
35123
36831
|
"example": "无",
|
|
35124
|
-
"member": "
|
|
35125
|
-
"name": "
|
|
36832
|
+
"member": "ScratchRepairConfig",
|
|
36833
|
+
"name": "ScratchRepair",
|
|
36834
|
+
"output_required": true,
|
|
35126
36835
|
"required": false,
|
|
35127
36836
|
"type": "object",
|
|
35128
36837
|
"value_allowed_null": true
|
|
35129
36838
|
},
|
|
35130
36839
|
{
|
|
35131
36840
|
"disabled": false,
|
|
35132
|
-
"document": "
|
|
36841
|
+
"document": "去伪影(毛刺)配置。注意大模型、综合增强、去毛刺三项里最多配置一项\n注意:此字段可能返回 null,表示取不到有效值。",
|
|
35133
36842
|
"example": "无",
|
|
35134
|
-
"member": "
|
|
35135
|
-
"name": "
|
|
36843
|
+
"member": "ArtifactRepairConfig",
|
|
36844
|
+
"name": "ArtifactRepair",
|
|
36845
|
+
"output_required": true,
|
|
35136
36846
|
"required": false,
|
|
35137
36847
|
"type": "object",
|
|
35138
36848
|
"value_allowed_null": true
|
|
35139
36849
|
},
|
|
35140
36850
|
{
|
|
35141
36851
|
"disabled": false,
|
|
35142
|
-
"document": "
|
|
36852
|
+
"document": "增强场景配置,可选值:\n<li>common(通用),通用增强参数,适用于各种视频类型的基础优化参数,提升整体画质。</li>\n<li>AIGC,整体分辨率提升,利用AI技术提升视频整体分辨率,增强画面清晰度。</li>\n<li>short_play(短剧),增强面部与字幕细节,突出人物面部表情细节和字幕清晰度,提升观剧体验。</li>\n<li>short_video(短视频),优化复杂多样的画质问题,针对短视频的复杂场景,优化画质,解决多种视觉问题。</li>\n<li>game(游戏视频),修复运动模糊,提升细节,重点提升游戏细节清晰度,恢复运动模糊区域,使游戏画面内容更清晰,更丰富。</li>\n<li>HD_movie_series(超高清影视剧),获得超高清流畅效果,针对广电/OTT超高清视频的诉求,生成4K 60fps HDR的超高清标准视频。支持广电场景格式标准要求。</li>\n<li>LQ_material(低清素材/老片修复),整体分辨率提升,针对老旧视频由于拍摄年代较久存在的分辨率不足、模糊失真、划痕损伤和色温等问题进行专门优化。</li>\n<li>lecture(秀场/电商/大会/讲座),美化提升面部效果,针对秀场/电商/大会/讲座等存在人物进行讲解的场景,进行人脸区域、噪声消除、毛刺处理的专门优化。</li>\n<li>填空字符串代表不使用增强场景</li>\n注意:此字段可能返回 null,表示取不到有效值。",
|
|
36853
|
+
"example": "common",
|
|
36854
|
+
"member": "string",
|
|
36855
|
+
"name": "EnhanceSceneType",
|
|
36856
|
+
"output_required": false,
|
|
36857
|
+
"required": false,
|
|
36858
|
+
"type": "string",
|
|
36859
|
+
"value_allowed_null": true
|
|
36860
|
+
},
|
|
36861
|
+
{
|
|
36862
|
+
"disabled": false,
|
|
36863
|
+
"document": "大模型增强配置。注意大模型、综合增强、去毛刺三项里最多配置一项。且不可与超分、降噪同时开启。\n\n注意:此字段可能返回 null,表示取不到有效值。",
|
|
35143
36864
|
"example": "无",
|
|
35144
|
-
"member": "
|
|
35145
|
-
"name": "
|
|
36865
|
+
"member": "DiffusionEnhanceConfig",
|
|
36866
|
+
"name": "DiffusionEnhance",
|
|
36867
|
+
"output_required": false,
|
|
35146
36868
|
"required": false,
|
|
35147
36869
|
"type": "object",
|
|
35148
36870
|
"value_allowed_null": true
|
|
35149
36871
|
},
|
|
35150
36872
|
{
|
|
35151
36873
|
"disabled": false,
|
|
35152
|
-
"document": "
|
|
36874
|
+
"document": "新插帧帧率配置,支持分数。注意与FrameRate二选一。源帧率大于等于目标帧率时能力不会生效。\n\n注意:此字段可能返回 null,表示取不到有效值。",
|
|
35153
36875
|
"example": "无",
|
|
35154
|
-
"member": "
|
|
35155
|
-
"name": "
|
|
36876
|
+
"member": "FrameRateWithDenConfig",
|
|
36877
|
+
"name": "FrameRateWithDen",
|
|
36878
|
+
"output_required": false,
|
|
35156
36879
|
"required": false,
|
|
35157
36880
|
"type": "object",
|
|
35158
36881
|
"value_allowed_null": true
|
|
@@ -35165,7 +36888,7 @@
|
|
|
35165
36888
|
"members": [
|
|
35166
36889
|
{
|
|
35167
36890
|
"disabled": false,
|
|
35168
|
-
"document": "视频流的编码格式,可选值:\n<li>h264:H.264 编码</li>\n<li>h265:H.265 编码</li>\n<li>h266:H.266 编码</li>\n<li>av1:AOMedia Video 1 编码</li>\n<li>vp8:VP8 编码</li>\n<li>vp9:VP9 编码</li>\n<li>mpeg2:MPEG2 编码</li>\n<li>dnxhd:DNxHD 编码</li>\n<li>mv-hevc:MV-HEVC 编码</li>\n\n注意:av1 编码容器目前只支持 mp4 ,webm,mkv。\n注意:H.266 编码容器目前只支持 mp4 ,hls,ts,mov。\n注意:VP8、VP9编码容器目前只支持webm,mkv。\n注意:MPEG2、dnxhd 编码容器目前只支持mxf。\n注意:MV-HEVC编码容器目前只支持mp4,hls,mov。其中hls格式只支持mp4
|
|
36891
|
+
"document": "视频流的编码格式,可选值:\n<li>h264:H.264 编码</li>\n<li>h265:H.265 编码</li>\n<li>h266:H.266 编码</li>\n<li>av1:AOMedia Video 1 编码</li>\n<li>vp8:VP8 编码</li>\n<li>vp9:VP9 编码</li>\n<li>mpeg2:MPEG2 编码</li>\n<li>dnxhd:DNxHD 编码</li>\n<li>mv-hevc:MV-HEVC 编码</li>\n\n注意:av1 编码容器目前只支持 mp4 ,webm,mkv。\n注意:H.266 编码容器目前只支持 mp4 ,hls,ts,mov。\n注意:VP8、VP9编码容器目前只支持webm,mkv。\n注意:MPEG2、dnxhd 编码容器目前只支持mxf。\n注意:MV-HEVC编码容器目前只支持mp4,hls,mov。其中hls格式只支持mp4分片格式。且要求输入源为全景视频(带多视角)。",
|
|
35169
36892
|
"example": "h264",
|
|
35170
36893
|
"member": "string",
|
|
35171
36894
|
"name": "Codec",
|
|
@@ -35275,7 +36998,7 @@
|
|
|
35275
36998
|
},
|
|
35276
36999
|
{
|
|
35277
37000
|
"disabled": false,
|
|
35278
|
-
"document": "分片平均时长,范围:(0-10],单位:秒\n不填表示自动,将根据视频的GOP等特征自动选择合适的分片时长。\n
|
|
37001
|
+
"document": "分片平均时长,范围:(0-10],单位:秒\n不填表示自动,将根据视频的GOP等特征自动选择合适的分片时长。\n注意:此字段可能返回 null,表示取不到有效值。",
|
|
35279
37002
|
"example": "10",
|
|
35280
37003
|
"member": "uint64",
|
|
35281
37004
|
"name": "HlsTime",
|
|
@@ -35468,7 +37191,7 @@
|
|
|
35468
37191
|
"members": [
|
|
35469
37192
|
{
|
|
35470
37193
|
"disabled": false,
|
|
35471
|
-
"document": "视频流的编码格式,可选值:\n<li>h264:H.264 编码</li>\n<li>h265:H.265 编码</li>\n<li>h266:H.266 编码</li>\n<li>av1:AOMedia Video 1 编码</li>\n<li>vp8:VP8 编码</li>\n<li>vp9:VP9 编码</li>\n<li>mpeg2:MPEG2 编码</li>\n<li>dnxhd:DNxHD 编码</li>\n<li>mv-hevc:MV-HEVC 编码</li>\n\n注意:av1 编码容器目前只支持 mp4 ,webm,mkv。\n注意:H.266 编码容器目前只支持 mp4 ,hls,ts,mov。\n注意:VP8、VP9编码容器目前只支持webm,mkv。\n注意:MPEG2、dnxhd 编码容器目前只支持mxf。\n注意:MV-HEVC编码容器目前只支持mp4,hls,mov。其中hls格式只支持mp4
|
|
37194
|
+
"document": "视频流的编码格式,可选值:\n<li>h264:H.264 编码</li>\n<li>h265:H.265 编码</li>\n<li>h266:H.266 编码</li>\n<li>av1:AOMedia Video 1 编码</li>\n<li>vp8:VP8 编码</li>\n<li>vp9:VP9 编码</li>\n<li>mpeg2:MPEG2 编码</li>\n<li>dnxhd:DNxHD 编码</li>\n<li>mv-hevc:MV-HEVC 编码</li>\n\n注意:av1 编码容器目前只支持 mp4 ,webm,mkv。\n注意:H.266 编码容器目前只支持 mp4 ,hls,ts,mov。\n注意:VP8、VP9编码容器目前只支持webm,mkv。\n注意:MPEG2、dnxhd 编码容器目前只支持mxf。\n注意:MV-HEVC编码容器目前只支持mp4,hls,mov。其中hls格式只支持mp4分片格式。且要求输入源为全景视频(带多视角)。\n注意:此字段可能返回 null,表示取不到有效值。",
|
|
35472
37195
|
"example": "h264",
|
|
35473
37196
|
"member": "string",
|
|
35474
37197
|
"name": "Codec",
|