tccli 3.0.1391.1__py2.py3-none-any.whl → 3.0.1414.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.
Potentially problematic release.
This version of tccli might be problematic. Click here for more details.
- tccli/__init__.py +1 -1
- tccli/services/__init__.py +2 -1
- tccli/services/ai3d/v20250513/api.json +22 -4
- tccli/services/aiart/aiart_client.py +173 -67
- tccli/services/aiart/v20221229/api.json +193 -0
- tccli/services/aiart/v20221229/examples.json +16 -0
- tccli/services/apm/apm_client.py +53 -0
- tccli/services/apm/v20210622/api.json +354 -0
- tccli/services/apm/v20210622/examples.json +8 -0
- tccli/services/asr/v20190614/api.json +3 -3
- tccli/services/autoscaling/v20180419/api.json +24 -2
- tccli/services/batch/v20170312/api.json +1 -1
- tccli/services/bda/bda_client.py +15 -704
- tccli/services/bda/v20200324/api.json +107 -1819
- tccli/services/bda/v20200324/examples.json +0 -176
- tccli/services/billing/billing_client.py +326 -8
- tccli/services/billing/v20180709/api.json +2200 -255
- tccli/services/billing/v20180709/examples.json +48 -0
- tccli/services/cam/v20190116/api.json +4 -4
- tccli/services/captcha/v20190722/api.json +3 -3
- tccli/services/cat/v20180409/api.json +7 -7
- tccli/services/ccc/ccc_client.py +235 -76
- tccli/services/ccc/v20200210/api.json +502 -18
- tccli/services/ccc/v20200210/examples.json +24 -0
- tccli/services/cdb/cdb_client.py +106 -0
- tccli/services/cdb/v20170320/api.json +257 -44
- tccli/services/cdb/v20170320/examples.json +22 -6
- tccli/services/cdn/cdn_client.py +4 -163
- tccli/services/cdn/v20180606/api.json +61 -310
- tccli/services/cdn/v20180606/examples.json +1 -25
- tccli/services/cdwdoris/v20211228/api.json +51 -12
- tccli/services/cdwpg/v20201230/api.json +11 -1
- tccli/services/cdwpg/v20201230/examples.json +1 -1
- tccli/services/cfg/v20210820/api.json +11 -1
- tccli/services/cfs/cfs_client.py +41 -94
- tccli/services/cfs/v20190719/api.json +171 -55
- tccli/services/cfs/v20190719/examples.json +1 -9
- tccli/services/cfw/v20190904/api.json +122 -10
- tccli/services/ckafka/ckafka_client.py +188 -29
- tccli/services/ckafka/v20190819/api.json +277 -4
- tccli/services/ckafka/v20190819/examples.json +25 -1
- tccli/services/clb/clb_client.py +0 -265
- tccli/services/clb/v20180317/api.json +130 -296
- tccli/services/clb/v20180317/examples.json +12 -40
- tccli/services/cloudapp/v20220530/api.json +55 -0
- tccli/services/cloudaudit/v20190319/api.json +11 -0
- tccli/services/cloudhsm/v20191112/api.json +10 -10
- tccli/services/cls/v20201016/api.json +63 -45
- tccli/services/cls/v20201016/examples.json +10 -4
- tccli/services/csip/v20221121/api.json +53 -3
- tccli/services/ctem/v20231128/api.json +320 -0
- tccli/services/ctem/v20231128/examples.json +3 -3
- tccli/services/cvm/cvm_client.py +0 -212
- tccli/services/cvm/v20170312/api.json +91 -843
- tccli/services/cvm/v20170312/examples.json +32 -58
- tccli/services/cynosdb/cynosdb_client.py +167 -8
- tccli/services/cynosdb/v20190107/api.json +1126 -148
- tccli/services/cynosdb/v20190107/examples.json +31 -7
- tccli/services/dbbrain/dbbrain_client.py +246 -87
- tccli/services/dbbrain/v20191016/api.json +74 -62
- tccli/services/dbbrain/v20191016/examples.json +1 -1
- tccli/services/dbbrain/v20210527/api.json +601 -177
- tccli/services/dbbrain/v20210527/examples.json +28 -4
- tccli/services/dc/v20180410/api.json +101 -3
- tccli/services/dcdb/v20180411/api.json +1 -1
- tccli/services/dlc/dlc_client.py +53 -0
- tccli/services/dlc/v20210125/api.json +237 -24
- tccli/services/dlc/v20210125/examples.json +12 -4
- tccli/services/dnspod/dnspod_client.py +106 -0
- tccli/services/dnspod/v20210323/api.json +126 -20
- tccli/services/dnspod/v20210323/examples.json +17 -7
- tccli/services/dsgc/v20190723/api.json +73 -15
- tccli/services/dts/v20180330/api.json +4 -4
- tccli/services/dts/v20211206/api.json +408 -127
- tccli/services/dts/v20211206/examples.json +15 -9
- tccli/services/eb/v20210416/api.json +41 -1
- tccli/services/eb/v20210416/examples.json +1 -1
- tccli/services/emr/v20190103/api.json +56 -9
- tccli/services/emr/v20190103/examples.json +5 -5
- tccli/services/es/es_client.py +273 -8
- tccli/services/es/v20180416/api.json +845 -33
- tccli/services/es/v20180416/examples.json +33 -1
- tccli/services/es/v20250101/api.json +135 -2
- tccli/services/es/v20250101/examples.json +8 -0
- tccli/services/ess/ess_client.py +509 -32
- tccli/services/ess/v20201111/api.json +1366 -113
- tccli/services/ess/v20201111/examples.json +94 -10
- tccli/services/essbasic/v20210526/api.json +265 -27
- tccli/services/essbasic/v20210526/examples.json +12 -12
- tccli/services/facefusion/v20220927/api.json +1 -1
- tccli/services/gaap/v20180529/api.json +18 -8
- tccli/services/gme/gme_client.py +53 -0
- tccli/services/gme/v20180711/api.json +241 -1
- tccli/services/gme/v20180711/examples.json +8 -0
- tccli/services/gs/gs_client.py +216 -4
- tccli/services/gs/v20191118/api.json +202 -1
- tccli/services/gs/v20191118/examples.json +32 -0
- tccli/services/gwlb/gwlb_client.py +53 -0
- tccli/services/gwlb/v20240906/api.json +150 -0
- tccli/services/gwlb/v20240906/examples.json +8 -0
- tccli/services/hai/v20230812/api.json +5 -5
- tccli/services/hunyuan/v20230901/api.json +3 -3
- tccli/services/hunyuan/v20230901/examples.json +1 -1
- tccli/services/iai/v20180301/api.json +227 -207
- tccli/services/iai/v20180301/examples.json +26 -26
- tccli/services/iai/v20200303/api.json +4 -4
- tccli/services/iai/v20200303/examples.json +1 -1
- tccli/services/ioa/ioa_client.py +265 -0
- tccli/services/ioa/v20220601/api.json +781 -85
- tccli/services/ioa/v20220601/examples.json +46 -0
- tccli/services/iotexplorer/iotexplorer_client.py +387 -16
- tccli/services/iotexplorer/v20190423/api.json +1183 -63
- tccli/services/iotexplorer/v20190423/examples.json +92 -0
- tccli/services/keewidb/v20220308/api.json +69 -17
- tccli/services/keewidb/v20220308/examples.json +5 -5
- tccli/services/lcic/v20220817/api.json +61 -15
- tccli/services/lighthouse/v20200324/api.json +193 -24
- tccli/services/lighthouse/v20200324/examples.json +9 -3
- tccli/services/live/v20180801/api.json +6 -6
- tccli/services/live/v20180801/examples.json +7 -1
- tccli/services/lke/lke_client.py +40 -93
- tccli/services/lke/v20231130/api.json +943 -390
- tccli/services/lke/v20231130/examples.json +38 -46
- tccli/services/lkeap/v20240522/api.json +39 -12
- tccli/services/lkeap/v20240522/examples.json +12 -0
- tccli/services/mariadb/v20170312/api.json +1 -1
- tccli/services/mna/v20210119/api.json +11 -2
- tccli/services/mna/v20210119/examples.json +1 -1
- tccli/services/mongodb/mongodb_client.py +334 -16
- tccli/services/mongodb/v20190725/api.json +1092 -383
- tccli/services/mongodb/v20190725/examples.json +69 -21
- tccli/services/monitor/monitor_client.py +106 -0
- tccli/services/monitor/v20180724/api.json +383 -12
- tccli/services/monitor/v20180724/examples.json +24 -2
- tccli/services/mps/mps_client.py +220 -8
- tccli/services/mps/v20190612/api.json +1999 -179
- tccli/services/mps/v20190612/examples.json +56 -6
- tccli/services/mqtt/v20240516/api.json +10 -0
- tccli/services/mqtt/v20240516/examples.json +3 -9
- tccli/services/nlp/v20190408/api.json +6 -6
- tccli/services/oceanus/oceanus_client.py +318 -0
- tccli/services/oceanus/v20190422/api.json +461 -26
- tccli/services/oceanus/v20190422/examples.json +50 -2
- tccli/services/ocr/ocr_client.py +41 -253
- tccli/services/ocr/v20181119/api.json +153 -659
- tccli/services/ocr/v20181119/examples.json +8 -40
- tccli/services/omics/v20221128/api.json +90 -7
- tccli/services/organization/v20210331/api.json +46 -7
- tccli/services/postgres/v20170312/api.json +333 -77
- tccli/services/postgres/v20170312/examples.json +37 -31
- tccli/services/privatedns/privatedns_client.py +641 -58
- tccli/services/privatedns/v20201028/api.json +930 -19
- tccli/services/privatedns/v20201028/examples.json +91 -3
- tccli/services/pts/v20210728/api.json +2 -2
- tccli/services/redis/v20180412/api.json +303 -109
- tccli/services/redis/v20180412/examples.json +12 -12
- tccli/services/region/v20220627/api.json +1 -1
- tccli/services/rum/v20210622/api.json +22 -4
- tccli/services/rum/v20210622/examples.json +2 -2
- tccli/services/sms/v20190711/api.json +12 -12
- tccli/services/sms/v20190711/examples.json +9 -3
- tccli/services/sms/v20210111/api.json +13 -13
- tccli/services/sms/v20210111/examples.json +8 -2
- tccli/services/sqlserver/v20180328/api.json +46 -7
- tccli/services/sqlserver/v20180328/examples.json +2 -2
- tccli/services/ssl/v20191205/api.json +28 -0
- tccli/services/svp/v20240125/api.json +14 -4
- tccli/services/tag/v20180813/api.json +3 -3
- tccli/services/tat/v20201028/api.json +22 -3
- tccli/services/tcb/v20180608/api.json +1 -1
- tccli/services/tcss/tcss_client.py +228 -69
- tccli/services/tcss/v20201101/api.json +273 -25
- tccli/services/tcss/v20201101/examples.json +26 -2
- tccli/services/teo/teo_client.py +317 -52
- tccli/services/teo/v20220901/api.json +1824 -242
- tccli/services/teo/v20220901/examples.json +109 -21
- tccli/services/thpc/thpc_client.py +57 -4
- tccli/services/thpc/v20230321/api.json +163 -21
- tccli/services/thpc/v20230321/examples.json +13 -5
- tccli/services/tione/tione_client.py +163 -4
- tccli/services/tione/v20211111/api.json +285 -21
- tccli/services/tione/v20211111/examples.json +27 -3
- tccli/services/tke/tke_client.py +8 -8
- tccli/services/tke/v20180525/api.json +168 -130
- tccli/services/tke/v20180525/examples.json +20 -20
- tccli/services/tke/v20220501/api.json +215 -3
- tccli/services/tke/v20220501/examples.json +8 -0
- tccli/services/tms/tms_client.py +106 -0
- tccli/services/tms/v20201229/api.json +249 -3
- tccli/services/tms/v20201229/examples.json +16 -0
- tccli/services/tmt/v20180321/api.json +78 -1
- tccli/services/trabbit/v20230418/api.json +271 -4
- tccli/services/trabbit/v20230418/examples.json +9 -3
- tccli/services/trocket/v20230308/api.json +4 -4
- tccli/services/trro/trro_client.py +106 -0
- tccli/services/trro/v20220325/api.json +456 -0
- tccli/services/trro/v20220325/examples.json +16 -0
- tccli/services/trtc/v20190722/api.json +197 -49
- tccli/services/trtc/v20190722/examples.json +4 -4
- tccli/services/tse/v20201207/api.json +69 -2
- tccli/services/tse/v20201207/examples.json +3 -3
- tccli/services/tsf/v20180326/api.json +70 -7
- tccli/services/tsf/v20180326/examples.json +2 -2
- tccli/services/vclm/v20240523/api.json +145 -0
- tccli/services/vclm/v20240523/examples.json +16 -0
- tccli/services/vclm/vclm_client.py +106 -0
- tccli/services/vcube/v20220410/api.json +1 -1
- tccli/services/vod/v20180717/api.json +7 -7
- tccli/services/vpc/v20170312/api.json +1216 -70
- tccli/services/vpc/v20170312/examples.json +139 -3
- tccli/services/vpc/vpc_client.py +1023 -122
- tccli/services/vrs/v20200824/api.json +11 -11
- tccli/services/vrs/v20200824/examples.json +1 -1
- tccli/services/vtc/v20240223/api.json +14 -14
- tccli/services/waf/v20180125/api.json +812 -143
- tccli/services/waf/v20180125/examples.json +2 -2
- tccli/services/wedata/v20210820/api.json +1281 -601
- tccli/services/wedata/v20210820/examples.json +127 -157
- tccli/services/wedata/v20250806/api.json +19335 -0
- tccli/services/wedata/v20250806/examples.json +999 -0
- tccli/services/wedata/wedata_client.py +7072 -1131
- {tccli-3.0.1391.1.dist-info → tccli-3.0.1414.1.dist-info}/METADATA +9 -7
- {tccli-3.0.1391.1.dist-info → tccli-3.0.1414.1.dist-info}/RECORD +226 -224
- {tccli-3.0.1391.1.dist-info → tccli-3.0.1414.1.dist-info}/WHEEL +1 -1
- {tccli-3.0.1391.1.dist-info → tccli-3.0.1414.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1391.1.dist-info/license_files → tccli-3.0.1414.1.dist-info/licenses}/LICENSE +0 -0
|
@@ -133,7 +133,7 @@
|
|
|
133
133
|
"CreateLiveRecordTemplate": [
|
|
134
134
|
{
|
|
135
135
|
"document": "创建直播录制模板",
|
|
136
|
-
"input": "POST / HTTP/1.1\nHost: mps.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateLiveRecordTemplate\n<公共请求参数>\n\n{\n \"HLSConfigure\": {\n \"ItemDuration\": 10,\n \"Interval\": 3600\n },\n \"Name\": \"模板1\",\n \"Comment\": \"
|
|
136
|
+
"input": "POST / HTTP/1.1\nHost: mps.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateLiveRecordTemplate\n<公共请求参数>\n\n{\n \"HLSConfigure\": {\n \"ItemDuration\": 10,\n \"Interval\": 3600\n },\n \"Name\": \"模板1\",\n \"Comment\": \"模版说明\"\n}",
|
|
137
137
|
"output": "{\n \"Response\": {\n \"Definition\": 20001,\n \"RequestId\": \"12ae8cxc-dce3-4151-9cyt-5594145287e1\"\n }\n}",
|
|
138
138
|
"title": "创建直播录制模板"
|
|
139
139
|
}
|
|
@@ -184,6 +184,20 @@
|
|
|
184
184
|
"title": "设置转码规则"
|
|
185
185
|
}
|
|
186
186
|
],
|
|
187
|
+
"CreateSmartEraseTemplate": [
|
|
188
|
+
{
|
|
189
|
+
"document": "创建带有提取和翻译功能的擦除字幕模板",
|
|
190
|
+
"input": "POST / HTTP/1.1\nHost: mps.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateSmartEraseTemplate\n<公共请求参数>\n\n{\n \"Name\": \"擦除字幕模板2\",\n \"EraseType\": \"subtitle\",\n \"EraseSubtitleConfig\": {\n \"SubtitleEraseMethod\": \"auto\",\n \"SubtitleModel\": \"standard\",\n \"OcrSwitch\": \"ON\",\n \"SubtitleLang\": \"zh_en\",\n \"SubtitleFormat\": \"vtt\",\n \"TransSwitch\": \"ON\",\n \"TransDstLang\": \"en\"\n }\n}",
|
|
191
|
+
"output": "{\n \"Response\": {\n \"Definition\": 200409,\n \"RequestId\": \"ac14b422-1c7b-407d-9b95-530f1eea063d\"\n }\n}",
|
|
192
|
+
"title": "创建带有提取和翻译功能的擦除字幕模板"
|
|
193
|
+
},
|
|
194
|
+
{
|
|
195
|
+
"document": "创建具有对预设区域检测文本并擦除,同时对指定时间段内指定区域直接擦除能力的擦除字幕模板",
|
|
196
|
+
"input": "POST / HTTP/1.1\nHost: mps.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateSmartEraseTemplate\n<公共请求参数>\n\n{\n \"Name\": \"擦除字幕模板2\",\n \"EraseType\": \"subtitle\",\n \"EraseSubtitleConfig\": {\n \"SubtitleEraseMethod\": \"auto\",\n \"SubtitleModel\": \"standard\",\n \"CustomAreas\": [\n {\n \"BeginMs\": 200,\n \"EndMs\": 3000,\n \"Areas\": [\n {\n \"LeftTopX\": 0.05,\n \"LeftTopY\": 0.1,\n \"RightBottomX\": 0.75,\n \"RightBottomY\": 0.9,\n \"Unit\": 1\n }\n ]\n }\n ]\n }\n}",
|
|
197
|
+
"output": "{\n \"Response\": {\n \"Definition\": 200410,\n \"RequestId\": \"835f2ecd-8666-4717-998b-02680437a8ef\"\n }\n}",
|
|
198
|
+
"title": "创建同时具有自动擦除和区域擦除能力的擦除字幕模板"
|
|
199
|
+
}
|
|
200
|
+
],
|
|
187
201
|
"CreateSmartSubtitleTemplate": [
|
|
188
202
|
{
|
|
189
203
|
"document": "",
|
|
@@ -273,8 +287,8 @@
|
|
|
273
287
|
"CreateWatermarkTemplate": [
|
|
274
288
|
{
|
|
275
289
|
"document": "",
|
|
276
|
-
"input": "
|
|
277
|
-
"output": "{\n \"Response\": {\n \"Definition\":
|
|
290
|
+
"input": "POST / HTTP/1.1\nHost: mps.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateWatermarkTemplate\n<公共请求参数>\n\n{\n \"Name\": \"水印模板1\",\n \"Comment\": \"svg水印\",\n \"Type\": \"svg\",\n \"CoordinateOrigin\": \"TopRight\",\n \"XPos\": \"5%\",\n \"YPos\": \"5%\",\n \"ImageTemplate\": {\n \"ImageContent\": \"\",\n \"Width\": \"10%\",\n \"Height\": \"0px\",\n \"RepeatType\": \"once\"\n },\n \"TextTemplate\": {\n \"FontType\": \"arial.ttf\",\n \"FontSize\": \"10px\",\n \"FontColor\": \"#ffffff\",\n \"FontAlpha\": 0.5\n },\n \"SvgTemplate\": {\n \"Width\": \"10%\",\n \"Height\": \"0px\"\n }\n}",
|
|
291
|
+
"output": "{\n \"Response\": {\n \"Definition\": 123,\n \"ImageUrl\": \"\",\n \"RequestId\": \"93dda61a-c2c5-465d-a78c-0860997fb01b\"\n }\n}",
|
|
278
292
|
"title": "创建水印模板"
|
|
279
293
|
}
|
|
280
294
|
],
|
|
@@ -408,6 +422,14 @@
|
|
|
408
422
|
"title": "示例"
|
|
409
423
|
}
|
|
410
424
|
],
|
|
425
|
+
"DeleteSmartEraseTemplate": [
|
|
426
|
+
{
|
|
427
|
+
"document": "删除指定智能擦除模板",
|
|
428
|
+
"input": "POST / HTTP/1.1\nHost: mps.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeleteSmartEraseTemplate\n<公共请求参数>\n\n{\n \"Definition\": 200019\n}",
|
|
429
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"3d3a3b90-9be7-4a3c-bd53-52fe399d976c\"\n }\n}",
|
|
430
|
+
"title": "删除指定智能擦除模板"
|
|
431
|
+
}
|
|
432
|
+
],
|
|
411
433
|
"DeleteSmartSubtitleTemplate": [
|
|
412
434
|
{
|
|
413
435
|
"document": "删除用户自定义智能字幕模板。",
|
|
@@ -648,6 +670,20 @@
|
|
|
648
670
|
"title": "示例"
|
|
649
671
|
}
|
|
650
672
|
],
|
|
673
|
+
"DescribeSmartEraseTemplates": [
|
|
674
|
+
{
|
|
675
|
+
"document": "查询包括预设模板和自定义模板在内的所有智能擦除模板信息",
|
|
676
|
+
"input": "POST / HTTP/1.1\nHost: mps.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeSmartEraseTemplates\n<公共请求参数>\n\n{}",
|
|
677
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"e2ad2688-ca7c-4f85-bbb0-1cfbdf258013\",\n \"SmartEraseTemplateSet\": [\n {\n \"AliasName\": \"FaceAndLicensePlateBlur\",\n \"Comment\": \"\",\n \"CreateTime\": \"2025-07-15T10:51:04+08:00\",\n \"Definition\": 302,\n \"ErasePrivacyConfig\": {\n \"PrivacyModel\": \"blur\",\n \"PrivacyTargets\": [\n \"plate\",\n \"face\"\n ]\n },\n \"EraseSubtitleConfig\": null,\n \"EraseType\": \"privacy\",\n \"EraseWatermarkConfig\": null,\n \"Name\": \"人脸和车牌模糊\",\n \"Type\": \"Preset\",\n \"UpdateTime\": \"2025-07-15T10:51:04+08:00\"\n },\n {\n \"AliasName\": \"FaceBlur\",\n \"Comment\": \"\",\n \"CreateTime\": \"2025-07-15T10:51:04+08:00\",\n \"Definition\": 301,\n \"ErasePrivacyConfig\": {\n \"PrivacyModel\": \"blur\",\n \"PrivacyTargets\": [\n \"face\"\n ]\n },\n \"EraseSubtitleConfig\": null,\n \"EraseType\": \"privacy\",\n \"EraseWatermarkConfig\": null,\n \"Name\": \"人脸模糊\",\n \"Type\": \"Preset\",\n \"UpdateTime\": \"2025-07-15T10:51:04+08:00\"\n },\n {\n \"AliasName\": \"WatermarkRemoval-AdvancedVersion\",\n \"Comment\": \"\",\n \"CreateTime\": \"2025-07-15T10:51:04+08:00\",\n \"Definition\": 201,\n \"ErasePrivacyConfig\": null,\n \"EraseSubtitleConfig\": null,\n \"EraseType\": \"watermark\",\n \"EraseWatermarkConfig\": {\n \"WatermarkEraseMethod\": \"auto\",\n \"WatermarkModel\": \"advanced\"\n },\n \"Name\": \"去水印-高级版\",\n \"Type\": \"Preset\",\n \"UpdateTime\": \"2025-07-15T10:51:04+08:00\"\n },\n {\n \"AliasName\": \"SubtitleRemoval_OCRExtractSubtitlesAndTranslateToEnglish\",\n \"Comment\": \"\",\n \"CreateTime\": \"2025-07-15T10:51:04+08:00\",\n \"Definition\": 103,\n \"ErasePrivacyConfig\": null,\n \"EraseSubtitleConfig\": {\n \"OcrSwitch\": \"ON\",\n \"SubtitleEraseMethod\": \"auto\",\n \"SubtitleFormat\": \"vtt\",\n \"SubtitleLang\": \"zh_en\",\n \"SubtitleModel\": \"standard\",\n \"TransDstLang\": \"en\",\n \"TransSwitch\": \"ON\"\n },\n \"EraseType\": \"subtitle\",\n \"EraseWatermarkConfig\": null,\n \"Name\": \"去字幕_OCR提取字幕并翻译为英文\",\n \"Type\": \"Preset\",\n \"UpdateTime\": \"2025-07-15T18:36:53+08:00\"\n },\n {\n \"AliasName\": \"SubtitleRemovalAndOCRExtractSubtitles\",\n \"Comment\": \"\",\n \"CreateTime\": \"2025-07-15T10:51:04+08:00\",\n \"Definition\": 102,\n \"ErasePrivacyConfig\": null,\n \"EraseSubtitleConfig\": {\n \"OcrSwitch\": \"ON\",\n \"SubtitleEraseMethod\": \"auto\",\n \"SubtitleFormat\": \"vtt\",\n \"SubtitleLang\": \"zh_en\",\n \"SubtitleModel\": \"standard\",\n \"TransSwitch\": \"OFF\"\n },\n \"EraseType\": \"subtitle\",\n \"EraseWatermarkConfig\": null,\n \"Name\": \"去字幕_OCR提取字幕\",\n \"Type\": \"Preset\",\n \"UpdateTime\": \"2025-07-15T18:36:53+08:00\"\n },\n {\n \"AliasName\": \"SubtitleRemoval\",\n \"Comment\": \"\",\n \"CreateTime\": \"2025-07-15T10:51:04+08:00\",\n \"Definition\": 101,\n \"ErasePrivacyConfig\": null,\n \"EraseSubtitleConfig\": {\n \"OcrSwitch\": \"OFF\",\n \"SubtitleEraseMethod\": \"auto\",\n \"SubtitleModel\": \"standard\",\n \"TransSwitch\": \"OFF\"\n },\n \"EraseType\": \"subtitle\",\n \"EraseWatermarkConfig\": null,\n \"Name\": \"去字幕\",\n \"Type\": \"Preset\",\n \"UpdateTime\": \"2025-07-15T10:51:04+08:00\"\n },\n {\n \"AliasName\": \"\",\n \"Comment\": \"\",\n \"CreateTime\": \"2025-08-04T15:16:25+08:00\",\n \"Definition\": 200385,\n \"ErasePrivacyConfig\": null,\n \"EraseSubtitleConfig\": {\n \"OcrSwitch\": \"OFF\",\n \"SubtitleEraseMethod\": \"auto\",\n \"SubtitleModel\": \"standard\",\n \"TransSwitch\": \"OFF\"\n },\n \"EraseType\": \"subtitle\",\n \"EraseWatermarkConfig\": null,\n \"Name\": \"测试8\",\n \"Type\": \"Custom\",\n \"UpdateTime\": \"2025-08-04T20:08:14+08:00\"\n },\n {\n \"AliasName\": \"\",\n \"Comment\": \"\",\n \"CreateTime\": \"2025-07-02T20:49:04+08:00\",\n \"Definition\": 200022,\n \"ErasePrivacyConfig\": null,\n \"EraseSubtitleConfig\": {\n \"OcrSwitch\": \"OFF\",\n \"SubtitleEraseMethod\": \"auto\",\n \"SubtitleLang\": \"zh_en\",\n \"SubtitleModel\": \"standard\",\n \"TransSwitch\": \"OFF\"\n },\n \"EraseType\": \"subtitle\",\n \"EraseWatermarkConfig\": null,\n \"Name\": \"测试7\",\n \"Type\": \"Custom\",\n \"UpdateTime\": \"2025-08-04T20:08:14+08:00\"\n },\n {\n \"AliasName\": \"\",\n \"Comment\": \"\",\n \"CreateTime\": \"2025-07-02T20:48:48+08:00\",\n \"Definition\": 200021,\n \"ErasePrivacyConfig\": null,\n \"EraseSubtitleConfig\": {\n \"OcrSwitch\": \"OFF\",\n \"SubtitleEraseMethod\": \"auto\",\n \"SubtitleModel\": \"standard\",\n \"TransSwitch\": \"OFF\"\n },\n \"EraseType\": \"subtitle\",\n \"EraseWatermarkConfig\": null,\n \"Name\": \"测试6\",\n \"Type\": \"Custom\",\n \"UpdateTime\": \"2025-08-04T20:08:14+08:00\"\n },\n {\n \"AliasName\": \"\",\n \"Comment\": \"\",\n \"CreateTime\": \"2025-07-02T19:21:24+08:00\",\n \"Definition\": 200019,\n \"ErasePrivacyConfig\": null,\n \"EraseSubtitleConfig\": {\n \"OcrSwitch\": \"OFF\",\n \"SubtitleEraseMethod\": \"custom\",\n \"SubtitleModel\": \"standard\",\n \"TransSwitch\": \"OFF\"\n },\n \"EraseType\": \"subtitle\",\n \"EraseWatermarkConfig\": null,\n \"Name\": \"测试5\",\n \"Type\": \"Custom\",\n \"UpdateTime\": \"2025-08-04T20:08:14+08:00\"\n }\n ],\n \"TotalCount\": 14\n }\n}",
|
|
678
|
+
"title": "查询所有智能擦除模板"
|
|
679
|
+
},
|
|
680
|
+
{
|
|
681
|
+
"document": "查询指定智能擦除模板信息",
|
|
682
|
+
"input": "POST / HTTP/1.1\nHost: mps.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeSmartEraseTemplates\n<公共请求参数>\n\n{\n \"Definitions\": [\n 200019\n ]\n}",
|
|
683
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"83c6c7c2-3dab-4c6a-bedb-227371c038c0\",\n \"SmartEraseTemplateSet\": [\n {\n \"AliasName\": \"\",\n \"Comment\": \"\",\n \"CreateTime\": \"2025-07-02T19:21:24+08:00\",\n \"Definition\": 200019,\n \"ErasePrivacyConfig\": null,\n \"EraseSubtitleConfig\": {\n \"OcrSwitch\": \"OFF\",\n \"SubtitleEraseMethod\": \"custom\",\n \"SubtitleModel\": \"standard\",\n \"TransSwitch\": \"OFF\"\n },\n \"EraseType\": \"subtitle\",\n \"EraseWatermarkConfig\": null,\n \"Name\": \"测试5\",\n \"Type\": \"Custom\",\n \"UpdateTime\": \"2025-08-04T20:08:14+08:00\"\n }\n ],\n \"TotalCount\": 1\n }\n}",
|
|
684
|
+
"title": "查询指定智能擦除模板"
|
|
685
|
+
}
|
|
686
|
+
],
|
|
651
687
|
"DescribeSmartSubtitleTemplates": [
|
|
652
688
|
{
|
|
653
689
|
"document": "",
|
|
@@ -772,7 +808,7 @@
|
|
|
772
808
|
{
|
|
773
809
|
"document": "查询任务结果",
|
|
774
810
|
"input": "https://mps.tencentcloudapi.com/?Action=DescribeTaskDetail\n&TaskId=235303****-WorkflowTask-80108cc3380155d98b2e3573a48a******\n&<公共请求参数>",
|
|
775
|
-
"output": "{\n \"Response\": {\n \"TaskType\": \"WorkflowTask\",\n \"Status\": \"FINISH\",\n \"CreateTime\": \"2019-07-16T06:21:27Z\",\n \"BeginProcessTime\": \"2019-07-16T06:21:28Z\",\n \"FinishTime\": \"2019-07-16T06:21:46Z\",\n \"WorkflowTask\": {\n \"TaskId\": \"235303****-WorkflowTask-80108cc3380155d98b2e3573a48a******\",\n \"Status\": \"FINISH\",\n \"ErrCode\": 0,\n \"Message\": \"\",\n \"InputInfo\": {\n \"Type\": \"COS\",\n \"CosInputInfo\": {\n \"Bucket\": \"vodtestbj-235303****\",\n \"Region\": \"ap-beijing\",\n \"Object\": \"/input/videoplayback.mp4\"\n },\n \"S3InputInfo\": null,\n \"UrlInputInfo\": null\n },\n \"MetaData\": {\n \"AudioDuration\": 380.9465637207031,\n \"AudioStreamSet\": [\n {\n \"Channel\": 0,\n \"Bitrate\": 95999,\n \"Codec\": \"aac\",\n \"Codecs\": \"mp4a.40.2\",\n \"Loudness\": 0,\n \"SamplingRate\": 44100\n }\n ],\n \"Bitrate\": 409657,\n \"Container\": \"mov,mp4,m4a,3gp,3g2,mj2\",\n \"Duration\": 380.9465637207031,\n \"Height\": 360,\n \"Rotate\": 0,\n \"Size\": 19626862,\n \"VideoDuration\": 380.8804931640625,\n \"VideoStreamSet\": [\n {\n \"Bitrate\": 313658,\n \"Codec\": \"h264\",\n \"Codecs\": \"avc1.ffe100\",\n \"Fps\": 29,\n \"Height\": 360,\n \"HdrType\": \"\",\n \"ColorPrimaries\": \"\",\n \"ColorSpace\": \"\",\n \"ColorTransfer\": \"\",\n \"Width\": 480\n }\n ],\n \"Width\": 480\n },\n \"MediaProcessResultSet\": [\n {\n \"Type\": \"Transcode\",\n \"TranscodeTask\": {\n \"Status\": \"SUCCESS\",\n \"ErrCode\": 0,\n \"Message\": \"SUCCESS\",\n \"ErrCodeExt\": \"SUCCESS\",\n \"Progress\": 100,\n \"Input\": {\n \"Definition\": 210,\n \"WatermarkSet\": [],\n \"MosaicSet\": [],\n \"RawParameter\": null,\n \"EndTimeOffset\": 0,\n \"OverrideParameter\": null,\n \"HeadTailParameter\": null,\n \"StartTimeOffset\": 0,\n \"OutputStorage\": {\n \"Type\": \"COS\",\n \"CosOutputStorage\": {\n \"Bucket\": \"vodtestgz-235303****\",\n \"Region\": \"ap-guangzhou\"\n },\n \"S3OutputStorage\": null\n },\n \"OutputObjectPath\": \"/hello/world/what/ever/videoplayback_transcode111_210\",\n \"SegmentObjectName\": \"/hello/world/what/ever/no/problem/videoplayback_transcode11_210_{number}\",\n \"ObjectNumberFormat\": {\n \"InitialValue\": 2,\n \"Increment\": 3,\n \"MinLength\": 1,\n \"PlaceHolder\": \"0\"\n }\n },\n \"Output\": {\n \"OutputStorage\": {\n \"Type\": \"COS\",\n \"CosOutputStorage\": {\n \"Bucket\": \"vodtestgz-235303****\",\n \"Region\": \"ap-guangzhou\"\n },\n \"S3OutputStorage\": null\n },\n \"Path\": \"/hello/world/what/ever/videoplayback_transcode111_210.m3u8\",\n \"Definition\": 210,\n \"Bitrate\": 353297,\n \"Height\": 240,\n \"Width\": 320,\n \"Size\": 5692,\n \"Duration\": 380.9580078125,\n \"Container\": \"hls,applehttp\",\n \"Md5\": \"ae0dfe7c7336291d6243463b7bb14fea\",\n \"VideoStreamSet\": [\n {\n \"Bitrate\": 302307,\n \"Codec\": \"h264\",\n \"Codecs\": \"avc1.ffe100\",\n \"Fps\": 24,\n \"Height\": 240,\n \"HdrType\": \"\",\n \"ColorPrimaries\": \"\",\n \"ColorSpace\": \"\",\n \"ColorTransfer\": \"\",\n \"Width\": 320\n }\n ],\n \"AudioStreamSet\": [\n {\n \"Channel\": 0,\n \"Bitrate\": 50990,\n \"Codec\": \"aac\",\n \"Codecs\": \"mp4a.40.2\",\n \"Loudness\": 0,\n \"SamplingRate\": 44100\n }\n ]\n }\n },\n \"AnimatedGraphicTask\": null,\n \"SnapshotByTimeOffsetTask\": null,\n \"SampleSnapshotTask\": null,\n \"ImageSpriteTask\": null\n }\n ],\n \"AiAnalysisResultSet\": [],\n \"AiRecognitionResultSet\": [],\n \"AiContentReviewResultSet\": [],\n \"AiQualityControlTaskResult\": null\n },\n \"TaskNotifyConfig\": null,\n \"EditMediaTask\": null,\n \"LiveStreamProcessTask\": null,\n \"ScheduleTask\": null,\n \"LiveScheduleTask\": null,\n \"TasksPriority\": 0,\n \"SessionId\": \"\",\n \"SessionContext\": \"\",\n \"ExtInfo\": \"\",\n \"RequestId\": \"04db7d25-f590-414a-a341-8f1584f15f84\"\n }\n}",
|
|
811
|
+
"output": "{\n \"Response\": {\n \"TaskType\": \"WorkflowTask\",\n \"Status\": \"FINISH\",\n \"CreateTime\": \"2019-07-16T06:21:27Z\",\n \"BeginProcessTime\": \"2019-07-16T06:21:28Z\",\n \"FinishTime\": \"2019-07-16T06:21:46Z\",\n \"WorkflowTask\": {\n \"TaskId\": \"235303****-WorkflowTask-80108cc3380155d98b2e3573a48a******\",\n \"Status\": \"FINISH\",\n \"ErrCode\": 0,\n \"Message\": \"\",\n \"InputInfo\": {\n \"Type\": \"COS\",\n \"CosInputInfo\": {\n \"Bucket\": \"vodtestbj-235303****\",\n \"Region\": \"ap-beijing\",\n \"Object\": \"/input/videoplayback.mp4\"\n },\n \"S3InputInfo\": null,\n \"UrlInputInfo\": null\n },\n \"MetaData\": {\n \"AudioDuration\": 380.9465637207031,\n \"AudioStreamSet\": [\n {\n \"Channel\": 0,\n \"Bitrate\": 95999,\n \"Codec\": \"aac\",\n \"Codecs\": \"mp4a.40.2\",\n \"Loudness\": 0,\n \"SamplingRate\": 44100\n }\n ],\n \"Bitrate\": 409657,\n \"Container\": \"mov,mp4,m4a,3gp,3g2,mj2\",\n \"Duration\": 380.9465637207031,\n \"Height\": 360,\n \"Rotate\": 0,\n \"Size\": 19626862,\n \"VideoDuration\": 380.8804931640625,\n \"VideoStreamSet\": [\n {\n \"Bitrate\": 313658,\n \"Codec\": \"h264\",\n \"Codecs\": \"avc1.ffe100\",\n \"Fps\": 29,\n \"Height\": 360,\n \"HdrType\": \"\",\n \"ColorPrimaries\": \"\",\n \"ColorSpace\": \"\",\n \"ColorTransfer\": \"\",\n \"Width\": 480\n }\n ],\n \"Width\": 480\n },\n \"MediaProcessResultSet\": [\n {\n \"Type\": \"Transcode\",\n \"TranscodeTask\": {\n \"Status\": \"SUCCESS\",\n \"ErrCode\": 0,\n \"Message\": \"SUCCESS\",\n \"ErrCodeExt\": \"SUCCESS\",\n \"Progress\": 100,\n \"Input\": {\n \"Definition\": 210,\n \"WatermarkSet\": [],\n \"MosaicSet\": [],\n \"RawParameter\": null,\n \"EndTimeOffset\": 0,\n \"OverrideParameter\": null,\n \"HeadTailParameter\": null,\n \"StartTimeOffset\": 0,\n \"OutputStorage\": {\n \"Type\": \"COS\",\n \"CosOutputStorage\": {\n \"Bucket\": \"vodtestgz-235303****\",\n \"Region\": \"ap-guangzhou\"\n },\n \"S3OutputStorage\": null\n },\n \"OutputObjectPath\": \"/hello/world/what/ever/videoplayback_transcode111_210\",\n \"SegmentObjectName\": \"/hello/world/what/ever/no/problem/videoplayback_transcode11_210_{number}\",\n \"ObjectNumberFormat\": {\n \"InitialValue\": 2,\n \"Increment\": 3,\n \"MinLength\": 1,\n \"PlaceHolder\": \"0\"\n }\n },\n \"Output\": {\n \"OutputStorage\": {\n \"Type\": \"COS\",\n \"CosOutputStorage\": {\n \"Bucket\": \"vodtestgz-235303****\",\n \"Region\": \"ap-guangzhou\"\n },\n \"S3OutputStorage\": null\n },\n \"Path\": \"/hello/world/what/ever/videoplayback_transcode111_210.m3u8\",\n \"Definition\": 210,\n \"Bitrate\": 353297,\n \"Height\": 240,\n \"Width\": 320,\n \"Size\": 5692,\n \"Duration\": 380.9580078125,\n \"Container\": \"hls,applehttp\",\n \"Md5\": \"ae0dfe7c7336291d6243463b7bb14fea\",\n \"VideoStreamSet\": [\n {\n \"Bitrate\": 302307,\n \"Codec\": \"h264\",\n \"Codecs\": \"avc1.ffe100\",\n \"Fps\": 24,\n \"Height\": 240,\n \"HdrType\": \"\",\n \"ColorPrimaries\": \"\",\n \"ColorSpace\": \"\",\n \"ColorTransfer\": \"\",\n \"Width\": 320\n }\n ],\n \"AudioStreamSet\": [\n {\n \"Channel\": 0,\n \"Bitrate\": 50990,\n \"Codec\": \"aac\",\n \"Codecs\": \"mp4a.40.2\",\n \"Loudness\": 0,\n \"SamplingRate\": 44100\n }\n ]\n }\n },\n \"AnimatedGraphicTask\": null,\n \"SnapshotByTimeOffsetTask\": null,\n \"SampleSnapshotTask\": null,\n \"ImageSpriteTask\": null,\n \"AdaptiveDynamicStreamingTask\": null\n }\n ],\n \"AiAnalysisResultSet\": [],\n \"AiRecognitionResultSet\": [],\n \"AiContentReviewResultSet\": [],\n \"AiQualityControlTaskResult\": null\n },\n \"TaskNotifyConfig\": null,\n \"EditMediaTask\": null,\n \"LiveStreamProcessTask\": null,\n \"ScheduleTask\": null,\n \"LiveScheduleTask\": null,\n \"TasksPriority\": 0,\n \"SessionId\": \"\",\n \"SessionContext\": \"\",\n \"ExtInfo\": \"\",\n \"RequestId\": \"04db7d25-f590-414a-a341-8f1584f15f84\"\n }\n}",
|
|
776
812
|
"title": "获取任务详情"
|
|
777
813
|
}
|
|
778
814
|
],
|
|
@@ -846,7 +882,7 @@
|
|
|
846
882
|
{
|
|
847
883
|
"document": "查询 ID 为78459的工作流。",
|
|
848
884
|
"input": "https://mps.tencentcloudapi.com/?Action=DescribeWorkflows\n&WorkflowIds.0=78459\n&<公共请求参数>",
|
|
849
|
-
"output": "{\n \"Response\": {\n \"TotalCount\": 1,\n \"WorkflowInfoSet\": [\n {\n \"WorkflowId\": 0,\n \"WorkflowName\": \"abc\",\n \"Status\": \"abc\",\n \"Trigger\": {\n \"Type\": \"abc\",\n \"CosFileUploadTrigger\": {\n \"Bucket\": \"abc\",\n \"Region\": \"abc\",\n \"Dir\": \"abc\",\n \"Formats\": [\n \"abc\"\n ]\n },\n \"AwsS3FileUploadTrigger\": {\n \"S3Bucket\": \"abc\",\n \"S3Region\": \"abc\",\n \"Dir\": \"abc\",\n \"Formats\": [\n \"abc\"\n ],\n \"S3SecretId\": \"abc\",\n \"S3SecretKey\": \"abc\",\n \"AwsSQS\": {\n \"SQSRegion\": \"abc\",\n \"SQSQueueName\": \"abc\",\n \"S3SecretId\": \"abc\",\n \"S3SecretKey\": \"abc\"\n }\n }\n },\n \"OutputStorage\": {\n \"Type\": \"abc\",\n \"CosOutputStorage\": {\n \"Bucket\": \"abc\",\n \"Region\": \"abc\"\n },\n \"S3OutputStorage\": {\n \"S3Bucket\": \"abc\",\n \"S3Region\": \"abc\",\n \"S3SecretId\": \"abc\",\n \"S3SecretKey\": \"abc\"\n }\n },\n \"MediaProcessTask\": {\n \"TranscodeTaskSet\": [\n {\n \"Definition\": 1,\n \"RawParameter\": {\n \"Container\": \"abc\",\n \"RemoveVideo\": 0,\n \"RemoveAudio\": 0,\n \"VideoTemplate\": {\n \"Codec\": \"abc\",\n \"Fps\": 0,\n \"Bitrate\": 0,\n \"ResolutionAdaptive\": \"abc\",\n \"Width\": 1,\n \"Height\": 1,\n \"Gop\": 1,\n \"FillType\": \"abc\",\n \"Vcrf\": 1,\n \"HlsTime\": 1,\n \"SegmentType\": 0\n },\n \"AudioTemplate\": {\n \"Codec\": \"abc\",\n \"Bitrate\": 0,\n \"SampleRate\": 1,\n \"AudioChannel\": 0\n },\n \"TEHDConfig\": {\n \"Type\": \"abc\",\n \"MaxVideoBitrate\": 0\n },\n \"StdExtInfo\": \"abc\",\n \"EnhanceConfig\": {\n \"VideoEnhance\": {\n \"FrameRate\": {\n \"Switch\": \"abc\",\n \"Fps\": 1\n },\n \"SuperResolution\": {\n \"Switch\": \"abc\",\n \"Type\": \"abc\",\n \"Size\": 0\n },\n \"Hdr\": {\n \"Switch\": \"abc\",\n \"Type\": \"abc\"\n },\n \"Denoise\": {\n \"Switch\": \"abc\",\n \"Type\": \"abc\"\n },\n \"ImageQualityEnhance\": {\n \"Switch\": \"abc\",\n \"Type\": \"abc\"\n },\n \"ColorEnhance\": {\n \"Switch\": \"abc\",\n \"Type\": \"abc\"\n },\n \"SharpEnhance\": {\n \"Switch\": \"abc\",\n \"Intensity\": 0\n },\n \"FaceEnhance\": {\n \"Switch\": \"abc\",\n \"Intensity\": 0\n },\n \"LowLightEnhance\": {\n \"Switch\": \"abc\",\n \"Type\": \"abc\"\n },\n \"ScratchRepair\": {\n \"Switch\": \"abc\",\n \"Intensity\": 0\n },\n \"ArtifactRepair\": {\n \"Switch\": \"abc\",\n \"Type\": \"abc\"\n }\n },\n \"AudioEnhance\": {\n \"Denoise\": {\n \"Switch\": \"abc\"\n },\n \"Separate\": {\n \"Switch\": \"abc\",\n \"Type\": \"abc\",\n \"Track\": \"abc\"\n },\n \"VolumeBalance\": {\n \"Switch\": \"abc\",\n \"Type\": \"abc\"\n },\n \"Beautify\": {\n \"Switch\": \"abc\",\n \"Types\": [\n \"abc\"\n ]\n }\n }\n }\n },\n \"OverrideParameter\": {\n \"Container\": \"abc\",\n \"RemoveVideo\": 1,\n \"RemoveAudio\": 1,\n \"VideoTemplate\": {\n \"Codec\": \"abc\",\n \"Fps\": 0,\n \"Bitrate\": 0,\n \"ResolutionAdaptive\": \"abc\",\n \"Width\": 1,\n \"Height\": 1,\n \"Gop\": 1,\n \"FillType\": \"abc\",\n \"Vcrf\": 1,\n \"ContentAdaptStream\": 1,\n \"HlsTime\": 1,\n \"SegmentType\": 0\n },\n \"AudioTemplate\": {\n \"Codec\": \"abc\",\n \"Bitrate\": 0,\n \"SampleRate\": 1,\n \"AudioChannel\": 0,\n \"StreamSelects\": [\n 0\n ]\n },\n \"TEHDConfig\": {\n \"Type\": \"abc\",\n \"MaxVideoBitrate\": 0\n },\n \"SubtitleTemplate\": {\n \"Path\": \"abc\",\n \"StreamIndex\": 0,\n \"FontType\": \"abc\",\n \"FontSize\": \"abc\",\n \"FontColor\": \"abc\",\n \"FontAlpha\": 0\n },\n \"AddonAudioStream\": [\n {\n \"Type\": \"abc\",\n \"CosInputInfo\": {\n \"Bucket\": \"abc\",\n \"Region\": \"abc\",\n \"Object\": \"abc\"\n },\n \"UrlInputInfo\": {\n \"Url\": \"abc\"\n },\n \"S3InputInfo\": {\n \"S3Bucket\": \"abc\",\n \"S3Region\": \"abc\",\n \"S3Object\": \"abc\",\n \"S3SecretId\": \"abc\",\n \"S3SecretKey\": \"abc\"\n }\n }\n ],\n \"StdExtInfo\": \"abc\",\n \"AddOnSubtitles\": [\n {\n \"Type\": \"abc\",\n \"Subtitle\": {\n \"Type\": \"abc\",\n \"CosInputInfo\": {\n \"Bucket\": \"abc\",\n \"Region\": \"abc\",\n \"Object\": \"abc\"\n },\n \"UrlInputInfo\": {\n \"Url\": \"abc\"\n },\n \"S3InputInfo\": {\n \"S3Bucket\": \"abc\",\n \"S3Region\": \"abc\",\n \"S3Object\": \"abc\",\n \"S3SecretId\": \"abc\",\n \"S3SecretKey\": \"abc\"\n }\n }\n }\n ]\n },\n \"WatermarkSet\": [\n {\n \"Definition\": 1,\n \"RawParameter\": {\n \"Type\": \"abc\",\n \"CoordinateOrigin\": \"abc\",\n \"XPos\": \"abc\",\n \"YPos\": \"abc\",\n \"ImageTemplate\": {\n \"ImageContent\": {\n \"Type\": \"abc\",\n \"CosInputInfo\": {\n \"Bucket\": \"abc\",\n \"Region\": \"abc\",\n \"Object\": \"abc\"\n },\n \"UrlInputInfo\": {\n \"Url\": \"abc\"\n },\n \"S3InputInfo\": {\n \"S3Bucket\": \"abc\",\n \"S3Region\": \"abc\",\n \"S3Object\": \"abc\",\n \"S3SecretId\": \"abc\",\n \"S3SecretKey\": \"abc\"\n }\n },\n \"Width\": \"abc\",\n \"Height\": \"abc\",\n \"RepeatType\": \"abc\"\n }\n },\n \"TextContent\": \"abc\",\n \"SvgContent\": \"abc\",\n \"StartTimeOffset\": 0,\n \"EndTimeOffset\": 0\n }\n ],\n \"MosaicSet\": [\n {\n \"CoordinateOrigin\": \"abc\",\n \"XPos\": \"abc\",\n \"YPos\": \"abc\",\n \"Width\": \"abc\",\n \"Height\": \"abc\",\n \"StartTimeOffset\": 0,\n \"EndTimeOffset\": 0\n }\n ],\n \"StartTimeOffset\": 0,\n \"EndTimeOffset\": 0,\n \"OutputStorage\": {\n \"Type\": \"abc\",\n \"CosOutputStorage\": {\n \"Bucket\": \"abc\",\n \"Region\": \"abc\"\n },\n \"S3OutputStorage\": {\n \"S3Bucket\": \"abc\",\n \"S3Region\": \"abc\",\n \"S3SecretId\": \"abc\",\n \"S3SecretKey\": \"abc\"\n }\n },\n \"OutputObjectPath\": \"abc\",\n \"SegmentObjectName\": \"abc\",\n \"ObjectNumberFormat\": {\n \"InitialValue\": 1,\n \"Increment\": 1,\n \"MinLength\": 1,\n \"PlaceHolder\": \"abc\"\n },\n \"HeadTailParameter\": {}\n }\n ],\n \"AnimatedGraphicTaskSet\": [\n {\n \"Definition\": 1,\n \"StartTimeOffset\": 0,\n \"EndTimeOffset\": 0,\n \"OutputStorage\": {\n \"Type\": \"abc\",\n \"CosOutputStorage\": {\n \"Bucket\": \"abc\",\n \"Region\": \"abc\"\n },\n \"S3OutputStorage\": {\n \"S3Bucket\": \"abc\",\n \"S3Region\": \"abc\",\n \"S3SecretId\": \"abc\",\n \"S3SecretKey\": \"abc\"\n }\n },\n \"OutputObjectPath\": \"abc\"\n }\n ],\n \"SnapshotByTimeOffsetTaskSet\": [\n {\n \"Definition\": 1,\n \"OutputStorage\": {\n \"Type\": \"abc\",\n \"CosOutputStorage\": {\n \"Bucket\": \"abc\",\n \"Region\": \"abc\"\n },\n \"S3OutputStorage\": {\n \"S3Bucket\": \"abc\",\n \"S3Region\": \"abc\",\n \"S3SecretId\": \"abc\",\n \"S3SecretKey\": \"abc\"\n }\n },\n \"ExtTimeOffsetSet\": [\n \"abc\"\n ],\n \"TimeOffsetSet\": [\n 0\n ],\n \"WatermarkSet\": [\n {\n \"Definition\": 1,\n \"RawParameter\": {\n \"Type\": \"abc\",\n \"CoordinateOrigin\": \"abc\",\n \"XPos\": \"abc\",\n \"YPos\": \"abc\",\n \"ImageTemplate\": {\n \"Width\": \"abc\",\n \"Height\": \"abc\",\n \"RepeatType\": \"abc\"\n }\n },\n \"TextContent\": \"abc\",\n \"SvgContent\": \"abc\",\n \"StartTimeOffset\": 0,\n \"EndTimeOffset\": 0\n }\n ],\n \"OutputObjectPath\": \"abc\",\n \"ObjectNumberFormat\": {\n \"InitialValue\": 1,\n \"Increment\": 1,\n \"MinLength\": 1,\n \"PlaceHolder\": \"abc\"\n }\n }\n ],\n \"SampleSnapshotTaskSet\": [\n {\n \"Definition\": 1,\n \"OutputStorage\": {\n \"Type\": \"abc\",\n \"CosOutputStorage\": {\n \"Bucket\": \"abc\",\n \"Region\": \"abc\"\n },\n \"S3OutputStorage\": {\n \"S3Bucket\": \"abc\",\n \"S3Region\": \"abc\",\n \"S3SecretId\": \"abc\",\n \"S3SecretKey\": \"abc\"\n }\n },\n \"WatermarkSet\": [\n {\n \"Definition\": 1,\n \"RawParameter\": {\n \"Type\": \"abc\",\n \"CoordinateOrigin\": \"abc\",\n \"XPos\": \"abc\",\n \"YPos\": \"abc\",\n \"ImageTemplate\": {\n \"Width\": \"abc\",\n \"Height\": \"abc\",\n \"RepeatType\": \"abc\"\n }\n },\n \"TextContent\": \"abc\",\n \"SvgContent\": \"abc\",\n \"StartTimeOffset\": 0,\n \"EndTimeOffset\": 0\n }\n ],\n \"OutputObjectPath\": \"abc\",\n \"ObjectNumberFormat\": {\n \"InitialValue\": 1,\n \"Increment\": 1,\n \"MinLength\": 1,\n \"PlaceHolder\": \"abc\"\n }\n }\n ],\n \"ImageSpriteTaskSet\": [\n {\n \"Definition\": 1,\n \"OutputObjectPath\": \"abc\",\n \"WebVttObjectName\": \"abc\"\n }\n ],\n \"AdaptiveDynamicStreamingTaskSet\": [\n {\n \"Definition\": 1,\n \"WatermarkSet\": [\n {\n \"Definition\": 1,\n \"RawParameter\": {\n \"Type\": \"abc\",\n \"CoordinateOrigin\": \"abc\",\n \"XPos\": \"abc\",\n \"YPos\": \"abc\",\n \"ImageTemplate\": {\n \"ImageContent\": {\n \"Type\": \"abc\",\n \"CosInputInfo\": {\n \"Bucket\": \"abc\",\n \"Region\": \"abc\",\n \"Object\": \"abc\"\n },\n \"UrlInputInfo\": {\n \"Url\": \"abc\"\n },\n \"S3InputInfo\": {\n \"S3Bucket\": \"abc\",\n \"S3Region\": \"abc\",\n \"S3Object\": \"abc\",\n \"S3SecretId\": \"abc\",\n \"S3SecretKey\": \"abc\"\n }\n },\n \"Width\": \"abc\",\n \"Height\": \"abc\",\n \"RepeatType\": \"abc\"\n }\n },\n \"TextContent\": \"abc\",\n \"SvgContent\": \"abc\",\n \"StartTimeOffset\": 0,\n \"EndTimeOffset\": 0\n }\n ],\n \"OutputStorage\": {\n \"Type\": \"abc\",\n \"CosOutputStorage\": {\n \"Bucket\": \"abc\",\n \"Region\": \"abc\"\n },\n \"S3OutputStorage\": {\n \"S3Bucket\": \"abc\",\n \"S3Region\": \"abc\",\n \"S3SecretId\": \"abc\",\n \"S3SecretKey\": \"abc\"\n }\n },\n \"OutputObjectPath\": \"abc\",\n \"SubStreamObjectName\": \"abc\",\n \"SegmentObjectName\": \"abc\",\n \"AddOnSubtitles\": [\n {\n \"Type\": \"abc\"\n }\n ],\n \"DrmInfo\": {\n \"Type\": \"abc\",\n \"SimpleAesDrm\": {\n \"Uri\": \"abc\",\n \"Key\": \"abc\",\n \"Vector\": \"abc\"\n }\n },\n \"DefinitionType\": \"abc\"\n }\n ]\n },\n \"AiContentReviewTask\": {\n \"Definition\": 1\n },\n \"AiAnalysisTask\": {\n \"Definition\": 1,\n \"ExtendedParameter\": \"abc\"\n },\n \"AiRecognitionTask\": {\n \"Definition\": 1\n },\n \"TaskNotifyConfig\": {\n \"NotifyType\": \"abc\",\n \"NotifyMode\": \"abc\",\n \"NotifyUrl\": \"abc\",\n \"CmqModel\": \"abc\",\n \"CmqRegion\": \"abc\",\n \"TopicName\": \"abc\",\n \"QueueName\": \"abc\",\n \"AwsSQS\": {\n \"SQSRegion\": \"abc\",\n \"SQSQueueName\": \"abc\",\n \"S3SecretId\": \"abc\",\n \"S3SecretKey\": \"abc\"\n },\n \"NotifyKey\": \"abc\"\n },\n \"TaskPriority\": 0,\n \"OutputDir\": \"abc\",\n \"CreateTime\": \"abc\",\n \"UpdateTime\": \"abc\"\n }\n ],\n \"RequestId\": \"abc\"\n }\n}",
|
|
885
|
+
"output": "{\n \"Response\": {\n \"TotalCount\": 1,\n \"WorkflowInfoSet\": [\n {\n \"WorkflowId\": 0,\n \"WorkflowName\": \"abc\",\n \"Status\": \"abc\",\n \"Trigger\": {\n \"Type\": \"abc\",\n \"CosFileUploadTrigger\": {\n \"Bucket\": \"abc\",\n \"Region\": \"abc\",\n \"Dir\": \"abc\",\n \"Formats\": [\n \"abc\"\n ]\n },\n \"AwsS3FileUploadTrigger\": {\n \"S3Bucket\": \"abc\",\n \"S3Region\": \"abc\",\n \"Dir\": \"abc\",\n \"Formats\": [\n \"abc\"\n ],\n \"S3SecretId\": \"abc\",\n \"S3SecretKey\": \"abc\",\n \"AwsSQS\": {\n \"SQSRegion\": \"abc\",\n \"SQSQueueName\": \"abc\",\n \"S3SecretId\": \"abc\",\n \"S3SecretKey\": \"abc\"\n }\n }\n },\n \"OutputStorage\": {\n \"Type\": \"abc\",\n \"CosOutputStorage\": {\n \"Bucket\": \"abc\",\n \"Region\": \"abc\"\n },\n \"S3OutputStorage\": {\n \"S3Bucket\": \"abc\",\n \"S3Region\": \"abc\",\n \"S3SecretId\": \"abc\",\n \"S3SecretKey\": \"abc\"\n }\n },\n \"MediaProcessTask\": {\n \"TranscodeTaskSet\": [\n {\n \"Definition\": 1,\n \"RawParameter\": {\n \"Container\": \"abc\",\n \"RemoveVideo\": 0,\n \"RemoveAudio\": 0,\n \"VideoTemplate\": {\n \"Codec\": \"abc\",\n \"Fps\": 0,\n \"Bitrate\": 0,\n \"ResolutionAdaptive\": \"abc\",\n \"Width\": 1,\n \"Height\": 1,\n \"Gop\": 1,\n \"FillType\": \"abc\",\n \"Vcrf\": 1,\n \"HlsTime\": 1,\n \"SegmentType\": 0\n },\n \"AudioTemplate\": {\n \"Codec\": \"abc\",\n \"Bitrate\": 0,\n \"SampleRate\": 1,\n \"AudioChannel\": 0\n },\n \"TEHDConfig\": {\n \"Type\": \"abc\",\n \"MaxVideoBitrate\": 0\n },\n \"StdExtInfo\": \"abc\",\n \"EnhanceConfig\": {\n \"VideoEnhance\": {\n \"FrameRate\": {\n \"Switch\": \"abc\",\n \"Fps\": 1\n },\n \"SuperResolution\": {\n \"Switch\": \"abc\",\n \"Type\": \"abc\",\n \"Size\": 0\n },\n \"Hdr\": {\n \"Switch\": \"abc\",\n \"Type\": \"abc\"\n },\n \"Denoise\": {\n \"Switch\": \"abc\",\n \"Type\": \"abc\"\n },\n \"ImageQualityEnhance\": {\n \"Switch\": \"abc\",\n \"Type\": \"abc\"\n },\n \"ColorEnhance\": {\n \"Switch\": \"abc\",\n \"Type\": \"abc\"\n },\n \"LowLightEnhance\": {\n \"Switch\": \"abc\",\n \"Type\": \"abc\"\n },\n \"ScratchRepair\": {\n \"Switch\": \"abc\",\n \"Intensity\": 0\n },\n \"ArtifactRepair\": {\n \"Switch\": \"abc\",\n \"Type\": \"abc\"\n }\n },\n \"AudioEnhance\": {\n \"Denoise\": {\n \"Switch\": \"abc\"\n },\n \"Separate\": {\n \"Switch\": \"abc\",\n \"Type\": \"abc\",\n \"Track\": \"abc\"\n },\n \"VolumeBalance\": {\n \"Switch\": \"abc\",\n \"Type\": \"abc\"\n },\n \"Beautify\": {\n \"Switch\": \"abc\",\n \"Types\": [\n \"abc\"\n ]\n }\n }\n }\n },\n \"OverrideParameter\": {\n \"Container\": \"abc\",\n \"RemoveVideo\": 1,\n \"RemoveAudio\": 1,\n \"VideoTemplate\": {\n \"Codec\": \"abc\",\n \"Fps\": 0,\n \"Bitrate\": 0,\n \"ResolutionAdaptive\": \"abc\",\n \"Width\": 1,\n \"Height\": 1,\n \"Gop\": 1,\n \"FillType\": \"abc\",\n \"Vcrf\": 1,\n \"ContentAdaptStream\": 1,\n \"HlsTime\": 1,\n \"SegmentType\": 0\n },\n \"AudioTemplate\": {\n \"Codec\": \"abc\",\n \"Bitrate\": 0,\n \"SampleRate\": 1,\n \"AudioChannel\": 0,\n \"StreamSelects\": [\n 0\n ]\n },\n \"TEHDConfig\": {\n \"Type\": \"abc\",\n \"MaxVideoBitrate\": 0\n },\n \"SubtitleTemplate\": {\n \"Path\": \"abc\",\n \"StreamIndex\": 0,\n \"FontType\": \"abc\",\n \"FontSize\": \"abc\",\n \"FontColor\": \"abc\",\n \"FontAlpha\": 0\n },\n \"AddonAudioStream\": [\n {\n \"Type\": \"abc\",\n \"CosInputInfo\": {\n \"Bucket\": \"abc\",\n \"Region\": \"abc\",\n \"Object\": \"abc\"\n },\n \"UrlInputInfo\": {\n \"Url\": \"abc\"\n },\n \"S3InputInfo\": {\n \"S3Bucket\": \"abc\",\n \"S3Region\": \"abc\",\n \"S3Object\": \"abc\",\n \"S3SecretId\": \"abc\",\n \"S3SecretKey\": \"abc\"\n }\n }\n ],\n \"StdExtInfo\": \"abc\",\n \"AddOnSubtitles\": [\n {\n \"Type\": \"abc\",\n \"Subtitle\": {\n \"Type\": \"abc\",\n \"CosInputInfo\": {\n \"Bucket\": \"abc\",\n \"Region\": \"abc\",\n \"Object\": \"abc\"\n },\n \"UrlInputInfo\": {\n \"Url\": \"abc\"\n },\n \"S3InputInfo\": {\n \"S3Bucket\": \"abc\",\n \"S3Region\": \"abc\",\n \"S3Object\": \"abc\",\n \"S3SecretId\": \"abc\",\n \"S3SecretKey\": \"abc\"\n }\n }\n }\n ]\n },\n \"WatermarkSet\": [\n {\n \"Definition\": 1,\n \"RawParameter\": {\n \"Type\": \"abc\",\n \"CoordinateOrigin\": \"abc\",\n \"XPos\": \"abc\",\n \"YPos\": \"abc\",\n \"ImageTemplate\": {\n \"ImageContent\": {\n \"Type\": \"abc\",\n \"CosInputInfo\": {\n \"Bucket\": \"abc\",\n \"Region\": \"abc\",\n \"Object\": \"abc\"\n },\n \"UrlInputInfo\": {\n \"Url\": \"abc\"\n },\n \"S3InputInfo\": {\n \"S3Bucket\": \"abc\",\n \"S3Region\": \"abc\",\n \"S3Object\": \"abc\",\n \"S3SecretId\": \"abc\",\n \"S3SecretKey\": \"abc\"\n }\n },\n \"Width\": \"abc\",\n \"Height\": \"abc\",\n \"RepeatType\": \"abc\"\n }\n },\n \"TextContent\": \"abc\",\n \"SvgContent\": \"abc\",\n \"StartTimeOffset\": 0,\n \"EndTimeOffset\": 0\n }\n ],\n \"MosaicSet\": [\n {\n \"CoordinateOrigin\": \"abc\",\n \"XPos\": \"abc\",\n \"YPos\": \"abc\",\n \"Width\": \"abc\",\n \"Height\": \"abc\",\n \"StartTimeOffset\": 0,\n \"EndTimeOffset\": 0\n }\n ],\n \"StartTimeOffset\": 0,\n \"EndTimeOffset\": 0,\n \"OutputStorage\": {\n \"Type\": \"abc\",\n \"CosOutputStorage\": {\n \"Bucket\": \"abc\",\n \"Region\": \"abc\"\n },\n \"S3OutputStorage\": {\n \"S3Bucket\": \"abc\",\n \"S3Region\": \"abc\",\n \"S3SecretId\": \"abc\",\n \"S3SecretKey\": \"abc\"\n }\n },\n \"OutputObjectPath\": \"abc\",\n \"SegmentObjectName\": \"abc\",\n \"ObjectNumberFormat\": {\n \"InitialValue\": 1,\n \"Increment\": 1,\n \"MinLength\": 1,\n \"PlaceHolder\": \"abc\"\n },\n \"HeadTailParameter\": {}\n }\n ],\n \"AnimatedGraphicTaskSet\": [\n {\n \"Definition\": 1,\n \"StartTimeOffset\": 0,\n \"EndTimeOffset\": 0,\n \"OutputStorage\": {\n \"Type\": \"abc\",\n \"CosOutputStorage\": {\n \"Bucket\": \"abc\",\n \"Region\": \"abc\"\n },\n \"S3OutputStorage\": {\n \"S3Bucket\": \"abc\",\n \"S3Region\": \"abc\",\n \"S3SecretId\": \"abc\",\n \"S3SecretKey\": \"abc\"\n }\n },\n \"OutputObjectPath\": \"abc\"\n }\n ],\n \"SnapshotByTimeOffsetTaskSet\": [\n {\n \"Definition\": 1,\n \"OutputStorage\": {\n \"Type\": \"abc\",\n \"CosOutputStorage\": {\n \"Bucket\": \"abc\",\n \"Region\": \"abc\"\n },\n \"S3OutputStorage\": {\n \"S3Bucket\": \"abc\",\n \"S3Region\": \"abc\",\n \"S3SecretId\": \"abc\",\n \"S3SecretKey\": \"abc\"\n }\n },\n \"ExtTimeOffsetSet\": [\n \"abc\"\n ],\n \"TimeOffsetSet\": [\n 0\n ],\n \"WatermarkSet\": [\n {\n \"Definition\": 1,\n \"RawParameter\": {\n \"Type\": \"abc\",\n \"CoordinateOrigin\": \"abc\",\n \"XPos\": \"abc\",\n \"YPos\": \"abc\",\n \"ImageTemplate\": {\n \"Width\": \"abc\",\n \"Height\": \"abc\",\n \"RepeatType\": \"abc\"\n }\n },\n \"TextContent\": \"abc\",\n \"SvgContent\": \"abc\",\n \"StartTimeOffset\": 0,\n \"EndTimeOffset\": 0\n }\n ],\n \"OutputObjectPath\": \"abc\",\n \"ObjectNumberFormat\": {\n \"InitialValue\": 1,\n \"Increment\": 1,\n \"MinLength\": 1,\n \"PlaceHolder\": \"abc\"\n }\n }\n ],\n \"SampleSnapshotTaskSet\": [\n {\n \"Definition\": 1,\n \"OutputStorage\": {\n \"Type\": \"abc\",\n \"CosOutputStorage\": {\n \"Bucket\": \"abc\",\n \"Region\": \"abc\"\n },\n \"S3OutputStorage\": {\n \"S3Bucket\": \"abc\",\n \"S3Region\": \"abc\",\n \"S3SecretId\": \"abc\",\n \"S3SecretKey\": \"abc\"\n }\n },\n \"WatermarkSet\": [\n {\n \"Definition\": 1,\n \"RawParameter\": {\n \"Type\": \"abc\",\n \"CoordinateOrigin\": \"abc\",\n \"XPos\": \"abc\",\n \"YPos\": \"abc\",\n \"ImageTemplate\": {\n \"Width\": \"abc\",\n \"Height\": \"abc\",\n \"RepeatType\": \"abc\"\n }\n },\n \"TextContent\": \"abc\",\n \"SvgContent\": \"abc\",\n \"StartTimeOffset\": 0,\n \"EndTimeOffset\": 0\n }\n ],\n \"OutputObjectPath\": \"abc\",\n \"ObjectNumberFormat\": {\n \"InitialValue\": 1,\n \"Increment\": 1,\n \"MinLength\": 1,\n \"PlaceHolder\": \"abc\"\n }\n }\n ],\n \"ImageSpriteTaskSet\": [\n {\n \"Definition\": 1,\n \"OutputObjectPath\": \"abc\",\n \"WebVttObjectName\": \"abc\"\n }\n ],\n \"AdaptiveDynamicStreamingTaskSet\": [\n {\n \"Definition\": 1,\n \"WatermarkSet\": [\n {\n \"Definition\": 1,\n \"RawParameter\": {\n \"Type\": \"abc\",\n \"CoordinateOrigin\": \"abc\",\n \"XPos\": \"abc\",\n \"YPos\": \"abc\",\n \"ImageTemplate\": {\n \"ImageContent\": {\n \"Type\": \"abc\",\n \"CosInputInfo\": {\n \"Bucket\": \"abc\",\n \"Region\": \"abc\",\n \"Object\": \"abc\"\n },\n \"UrlInputInfo\": {\n \"Url\": \"abc\"\n },\n \"S3InputInfo\": {\n \"S3Bucket\": \"abc\",\n \"S3Region\": \"abc\",\n \"S3Object\": \"abc\",\n \"S3SecretId\": \"abc\",\n \"S3SecretKey\": \"abc\"\n }\n },\n \"Width\": \"abc\",\n \"Height\": \"abc\",\n \"RepeatType\": \"abc\"\n }\n },\n \"TextContent\": \"abc\",\n \"SvgContent\": \"abc\",\n \"StartTimeOffset\": 0,\n \"EndTimeOffset\": 0\n }\n ],\n \"OutputStorage\": {\n \"Type\": \"abc\",\n \"CosOutputStorage\": {\n \"Bucket\": \"abc\",\n \"Region\": \"abc\"\n },\n \"S3OutputStorage\": {\n \"S3Bucket\": \"abc\",\n \"S3Region\": \"abc\",\n \"S3SecretId\": \"abc\",\n \"S3SecretKey\": \"abc\"\n }\n },\n \"OutputObjectPath\": \"abc\",\n \"SubStreamObjectName\": \"abc\",\n \"SegmentObjectName\": \"abc\",\n \"AddOnSubtitles\": [\n {\n \"Type\": \"abc\"\n }\n ],\n \"DrmInfo\": {\n \"Type\": \"abc\",\n \"SimpleAesDrm\": {\n \"Uri\": \"abc\",\n \"Key\": \"abc\",\n \"Vector\": \"abc\"\n }\n },\n \"DefinitionType\": \"abc\"\n }\n ]\n },\n \"AiContentReviewTask\": {\n \"Definition\": 1\n },\n \"AiAnalysisTask\": {\n \"Definition\": 1,\n \"ExtendedParameter\": \"abc\"\n },\n \"AiRecognitionTask\": {\n \"Definition\": 1\n },\n \"TaskNotifyConfig\": {\n \"NotifyType\": \"abc\",\n \"NotifyMode\": \"abc\",\n \"NotifyUrl\": \"abc\",\n \"CmqModel\": \"abc\",\n \"CmqRegion\": \"abc\",\n \"TopicName\": \"abc\",\n \"QueueName\": \"abc\",\n \"AwsSQS\": {\n \"SQSRegion\": \"abc\",\n \"SQSQueueName\": \"abc\",\n \"S3SecretId\": \"abc\",\n \"S3SecretKey\": \"abc\"\n },\n \"NotifyKey\": \"abc\"\n },\n \"TaskPriority\": 0,\n \"OutputDir\": \"abc\",\n \"CreateTime\": \"abc\",\n \"UpdateTime\": \"abc\"\n }\n ],\n \"RequestId\": \"abc\"\n }\n}",
|
|
850
886
|
"title": "查询特定工作流"
|
|
851
887
|
}
|
|
852
888
|
],
|
|
@@ -1076,6 +1112,20 @@
|
|
|
1076
1112
|
"title": "修改编排"
|
|
1077
1113
|
}
|
|
1078
1114
|
],
|
|
1115
|
+
"ModifySmartEraseTemplate": [
|
|
1116
|
+
{
|
|
1117
|
+
"document": "修改擦除字幕模板,打开OCR提取以及翻译功能",
|
|
1118
|
+
"input": "POST / HTTP/1.1\nHost: mps.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifySmartEraseTemplate\n<公共请求参数>\n\n{\n \"Definition\": 200410,\n \"EraseSubtitleConfig\": {\n \"SubtitleEraseMethod\": \"auto\",\n \"SubtitleModel\": \"standard\",\n \"OcrSwitch\": \"ON\",\n \"SubtitleLang\": \"zh_en\",\n \"SubtitleFormat\": \"vtt\",\n \"TransSwitch\": \"ON\",\n \"TransDstLang\": \"en\"\n }\n}",
|
|
1119
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"84265f8e-43ec-4449-9521-b9332f64ee79\"\n }\n}",
|
|
1120
|
+
"title": "修改擦除字幕模板打开提取功能"
|
|
1121
|
+
},
|
|
1122
|
+
{
|
|
1123
|
+
"document": "修改擦除水印模板,将擦除水印模型更改为高级版",
|
|
1124
|
+
"input": "POST / HTTP/1.1\nHost: mps.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifySmartEraseTemplate\n<公共请求参数>\n\n{\n \"Definition\": 200407,\n \"EraseWatermarkConfig\": {\n \"WatermarkEraseMethod\": \"auto\",\n \"WatermarkModel\": \"advanced\"\n }\n}",
|
|
1125
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"e4d526f3-f1bb-4030-9f0d-00df485a7eae\"\n }\n}",
|
|
1126
|
+
"title": "修改擦除水印模板更改模型"
|
|
1127
|
+
}
|
|
1128
|
+
],
|
|
1079
1129
|
"ModifySmartSubtitleTemplate": [
|
|
1080
1130
|
{
|
|
1081
1131
|
"document": "",
|
|
@@ -1174,7 +1224,7 @@
|
|
|
1174
1224
|
{
|
|
1175
1225
|
"document": "解析事件通知内容",
|
|
1176
1226
|
"input": "POST / HTTP/1.1\nHost: mps.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ParseNotification\n<公共请求参数>\n\n{\n \"Content\": \"{\\\"EventType\\\":\\\"ProcedureStateChanged\\\",XXX\"\n}",
|
|
1177
|
-
"output": "{\n \"Response\": {\n \"EventType\": \"WorkflowTask\",\n \"WorkflowTaskEvent\": {\n \"TaskId\": \"1256768367-Procedure-475b7237438a39560b9879a4556cb177t1\",\n \"Status\": \"FINISH\",\n \"ErrCode\": 0,\n \"Message\": \"\",\n \"InputInfo\": {\n \"Type\": \"COS\",\n \"CosInputInfo\": {\n \"Bucket\": \"TopRankVideo-125xxx88\",\n \"Region\": \"ap-chongqing\",\n \"Object\": \"/movie/201907/WildAnimal.mov\"\n },\n \"UrlInputInfo\": null,\n \"S3InputInfo\": null\n },\n \"MetaData\": {\n \"AudioDuration\": 59.990001678467,\n \"AudioStreamSet\": [\n {\n \"Bitrate\": 383854,\n \"SamplingRate\": 48000,\n \"Codec\": \"aac\",\n \"Channel\": 0,\n \"Loudness\": 0,\n \"Codecs\": \"
|
|
1227
|
+
"output": "{\n \"Response\": {\n \"EventType\": \"WorkflowTask\",\n \"WorkflowTaskEvent\": {\n \"TaskId\": \"1256768367-Procedure-475b7237438a39560b9879a4556cb177t1\",\n \"Status\": \"FINISH\",\n \"ErrCode\": 0,\n \"Message\": \"\",\n \"InputInfo\": {\n \"Type\": \"COS\",\n \"CosInputInfo\": {\n \"Bucket\": \"TopRankVideo-125xxx88\",\n \"Region\": \"ap-chongqing\",\n \"Object\": \"/movie/201907/WildAnimal.mov\"\n },\n \"UrlInputInfo\": null,\n \"S3InputInfo\": null\n },\n \"MetaData\": {\n \"AudioDuration\": 59.990001678467,\n \"AudioStreamSet\": [\n {\n \"Bitrate\": 383854,\n \"SamplingRate\": 48000,\n \"Codec\": \"aac\",\n \"Channel\": 0,\n \"Loudness\": 0,\n \"Codecs\": \"mp4a.40.2\"\n }\n ],\n \"Bitrate\": 1021028,\n \"Container\": \"mov,mp4,m4a,3gp,3g2,mj2\",\n \"Duration\": 60,\n \"Height\": 480,\n \"Rotate\": 0,\n \"Size\": 7700180,\n \"VideoDuration\": 60,\n \"VideoStreamSet\": [\n {\n \"Bitrate\": 637174,\n \"Codec\": \"h264\",\n \"Fps\": 23,\n \"Height\": 480,\n \"Width\": 640,\n \"ColorPrimaries\": \"bt470bg\",\n \"ColorSpace\": \"gbr\",\n \"ColorTransfer\": \"bt709\",\n \"HdrType\": \"sdr\",\n \"Codecs\": \"avc1.ffe100\"\n }\n ],\n \"Width\": 640\n },\n \"MediaProcessResultSet\": [\n {\n \"Type\": \"Transcode\",\n \"TranscodeTask\": {\n \"Status\": \"SUCCESS\",\n \"ErrCodeExt\": \"SUCCESS\",\n \"ErrCode\": 0,\n \"Message\": \"SUCCESS\",\n \"Progress\": 0,\n \"Input\": {\n \"Definition\": 20,\n \"WatermarkSet\": null,\n \"OutputObjectPath\": \"\",\n \"RawParameter\": null,\n \"StartTimeOffset\": 0,\n \"EndTimeOffset\": 0,\n \"OverrideParameter\": null,\n \"ObjectNumberFormat\": null,\n \"OutputStorage\": null,\n \"SegmentObjectName\": \"\",\n \"HeadTailParameter\": null,\n \"MosaicSet\": []\n },\n \"Output\": {\n \"OutputStorage\": {\n \"Type\": \"COS\",\n \"CosOutputStorage\": {\n \"Bucket\": \"test-123\",\n \"Region\": \"ap-nanjing\"\n },\n \"S3OutputStorage\": {\n \"S3Bucket\": \"test-223\",\n \"S3Region\": \"us-east-1\",\n \"S3SecretId\": \"TEST**************K5W\",\n \"S3SecretKey\": \"testab****************0SS\"\n }\n },\n \"Path\": \"/movie/201907/WildAnimal_transcode_20.mp4\",\n \"Size\": 4189073,\n \"Container\": \"mov,mp4,m4a,3gp,3g2,mj2\",\n \"Height\": 480,\n \"Width\": 640,\n \"Bitrate\": 552218,\n \"Md5\": \"eff7031ad7877865f9a3240e9ab165ad\",\n \"Duration\": 60.04700088501,\n \"VideoStreamSet\": [\n {\n \"Bitrate\": 503727,\n \"Codec\": \"h264\",\n \"Fps\": 24,\n \"Height\": 480,\n \"Width\": 640,\n \"ColorPrimaries\": \"bt470bg\",\n \"ColorSpace\": \"gbr\",\n \"ColorTransfer\": \"bt709\",\n \"HdrType\": \"sdr\",\n \"Codecs\": \"avc1.ffe100\"\n }\n ],\n \"AudioStreamSet\": [\n {\n \"Bitrate\": 48491,\n \"Codec\": \"aac\",\n \"SamplingRate\": 44100,\n \"Channel\": 0,\n \"Loudness\": 0,\n \"Codecs\": \"mp4a.40.2\"\n }\n ],\n \"Definition\": 0\n }\n },\n \"AnimatedGraphicTask\": null,\n \"SnapshotByTimeOffsetTask\": null,\n \"SampleSnapshotTask\": null,\n \"ImageSpriteTask\": null,\n \"AdaptiveDynamicStreamingTask\": null\n }\n ],\n \"AiQualityControlTaskResult\": null,\n \"AiAnalysisResultSet\": [],\n \"AiRecognitionResultSet\": [],\n \"AiContentReviewResultSet\": []\n },\n \"RequestId\": \"335bdaa3-db0e-46ce-9946-51941d9cb0f5\",\n \"ScheduleTaskEvent\": null,\n \"EditMediaTaskEvent\": null,\n \"SessionId\": \"\",\n \"SessionContext\": \"\"\n }\n}",
|
|
1178
1228
|
"title": "解析事件通知内容"
|
|
1179
1229
|
}
|
|
1180
1230
|
],
|
|
@@ -3366,6 +3366,16 @@
|
|
|
3366
3366
|
"type": "int",
|
|
3367
3367
|
"value_allowed_null": false
|
|
3368
3368
|
},
|
|
3369
|
+
{
|
|
3370
|
+
"disabled": false,
|
|
3371
|
+
"document": "服务端tls支持的协议,使用“,”分割。例如:TLSv1.3,TLSv1.2,TLSv1.1,TLSv1",
|
|
3372
|
+
"example": "TLSv1.3,TLSv1.2,TLSv1.1,TLSv1",
|
|
3373
|
+
"member": "string",
|
|
3374
|
+
"name": "TransportLayerSecurity",
|
|
3375
|
+
"output_required": false,
|
|
3376
|
+
"type": "string",
|
|
3377
|
+
"value_allowed_null": false
|
|
3378
|
+
},
|
|
3369
3379
|
{
|
|
3370
3380
|
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
|
3371
3381
|
"member": "string",
|
|
@@ -274,16 +274,10 @@
|
|
|
274
274
|
],
|
|
275
275
|
"DescribeInstance": [
|
|
276
276
|
{
|
|
277
|
-
"document": "
|
|
278
|
-
"input": "POST / HTTP/1.1\nHost: mqtt.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeInstance\n<公共请求参数>\n\n{\n \"InstanceId\": \"mqtt-
|
|
279
|
-
"output": "{\n \"
|
|
277
|
+
"document": "",
|
|
278
|
+
"input": "POST / HTTP/1.1\nHost: mqtt.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeInstance\n<公共请求参数>\n\n{\n \"InstanceId\": \"mqtt-7peanr83\"\n}",
|
|
279
|
+
"output": "{\n \"Response\": {\n \"AuthorizationPolicy\": false,\n \"AuthorizationPolicyLimit\": 20,\n \"AutoSubscriptionPolicyLimit\": 10,\n \"AutomaticActivation\": true,\n \"ClientNumLimit\": 4000,\n \"CreatedTime\": 1756879989,\n \"DestroyTime\": 0,\n \"DeviceCertificateProvisionType\": \"API\",\n \"ExpiryTime\": 1759471988911,\n \"InstanceId\": \"mqtt-7peanr83\",\n \"InstanceName\": \"instance-1\",\n \"InstanceStatus\": \"RUNNING\",\n \"InstanceType\": \"PRO\",\n \"MaxCaNum\": 20,\n \"MaxSubscription\": 120000,\n \"MaxSubscriptionPerClient\": 30,\n \"MaxTopicFilterPerAutoSubscriptionPolicy\": 20,\n \"MaxTopicFilterPerSharedSubscriptionGroup\": 10,\n \"MessageRate\": -1,\n \"PayMode\": \"PREPAID\",\n \"RegistrationCode\": \"client-test\",\n \"Remark\": \"\",\n \"RenewFlag\": 1,\n \"ServerCertLimit\": 3,\n \"SharedSubscriptionGroupLimit\": 20,\n \"SkuCode\": \"pro_2k_2\",\n \"TopicNum\": 0,\n \"TopicNumLimit\": 300,\n \"TopicPrefixSlashLimit\": 2,\n \"TpsLimit\": 2000,\n \"TransportLayerSecurity\": \"TLSv1.3,TLSv1.2,TLSv1.1,TLSv1\",\n \"TrustedCaLimit\": 3,\n \"UseDefaultServerCert\": true,\n \"X509Mode\": \"BYOC\",\n \"RequestId\": \"8a95a551-ca77-45f6-aa00-77a090cac898\"\n }\n}",
|
|
280
280
|
"title": "示例"
|
|
281
|
-
},
|
|
282
|
-
{
|
|
283
|
-
"document": "查询MQTT实例详情信息",
|
|
284
|
-
"input": "POST / HTTP/1.1\nHost: mqtt.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeInstance\n<公共请求参数>\n\n{\n \"InstanceId\": \"mqtt-zj944d74\"\n}",
|
|
285
|
-
"output": "{\n \"Error\": null,\n \"RequestId\": null,\n \"Response\": {\n \"AuthorizationPolicy\": true,\n \"AuthorizationPolicyLimit\": 20,\n \"AutoSubscriptionPolicyLimit\": 10,\n \"AutomaticActivation\": false,\n \"ClientNumLimit\": 6000,\n \"CreatedTime\": 1736236715,\n \"DestroyTime\": 0,\n \"DeviceCertificateProvisionType\": \"JITP\",\n \"ExpiryTime\": 0,\n \"InstanceId\": \"mqtt-zj944d74\",\n \"InstanceName\": \"seiroli-byoc-test-0107\",\n \"InstanceStatus\": \"RUNNING\",\n \"InstanceType\": \"PRO\",\n \"MaxCaNum\": 20,\n \"MaxSubscription\": 180000,\n \"MaxSubscriptionPerClient\": 30,\n \"MaxTopicFilterPerAutoSubscriptionPolicy\": 5,\n \"MaxTopicFilterPerSharedSubscriptionGroup\": 10,\n \"PayMode\": \"POSTPAID\",\n \"RegistrationCode\": \"bf2ead84-e9e2-478e-a153-3b6baa9b78b1\",\n \"Remark\": \"\",\n \"RenewFlag\": 1,\n \"RequestId\": \"a71557b4-34ca-46b0-ab51-2420bf4555c2\",\n \"SharedSubscriptionGroupLimit\": 20,\n \"SkuCode\": \"pro_6k_1\",\n \"TopicNum\": 2,\n \"TopicNumLimit\": 300,\n \"TpsLimit\": 6000,\n \"X509Mode\": \"BYOC\"\n }\n}",
|
|
286
|
-
"title": "查询MQTT实例详情信息"
|
|
287
281
|
}
|
|
288
282
|
],
|
|
289
283
|
"DescribeInstanceList": [
|
|
@@ -8,25 +8,25 @@
|
|
|
8
8
|
"status": "online"
|
|
9
9
|
},
|
|
10
10
|
"ClassifyContent": {
|
|
11
|
-
"document": "文本分类接口能够对用户输入的文章进行自动分类,将其映射到具体的类目上,用户只需要提供待分类的文本,而无需关注具体实现。该功能定义了一套较为完备的[三级分类体系](https://cloud.tencent.com/document/product/271/94286),积累了数百万的语料,经过多轮迭代优化打造了较先进的深度学习模型,以保证效果不断提升。",
|
|
11
|
+
"document": "NLP技术的句子相似度、相似词召回、文本分类、对联生成、诗词生成、词相似度、文本润色、句子生成和文本补全API接口将于2025年10月31日下线,届时将无法正常调用。为了避免对您的业务造成影响,请您尽快做好相关业务调整。如果您有NLP技术的产品需求,推荐您调用腾讯混元大模型(https://cloud.tencent.com/product/tclm)。\n\n文本分类接口能够对用户输入的文章进行自动分类,将其映射到具体的类目上,用户只需要提供待分类的文本,而无需关注具体实现。该功能定义了一套较为完备的[三级分类体系](https://cloud.tencent.com/document/product/271/94286),积累了数百万的语料,经过多轮迭代优化打造了较先进的深度学习模型,以保证效果不断提升。",
|
|
12
12
|
"input": "ClassifyContentRequest",
|
|
13
13
|
"name": "文本分类V2",
|
|
14
14
|
"output": "ClassifyContentResponse",
|
|
15
|
-
"status": "
|
|
15
|
+
"status": "deprecated"
|
|
16
16
|
},
|
|
17
17
|
"ComposeCouplet": {
|
|
18
|
-
"document": "对联生成接口根据用户输入的命题关键词,智能生成一副完整的春联,包括上联、下联和横批。该接口利用先进的自然语言处理技术,确保生成的春联既符合传统对仗、对韵、对义的要求,又具有新意和创意,为用户提供独特的春节祝福。",
|
|
18
|
+
"document": "NLP技术的句子相似度、相似词召回、文本分类、对联生成、诗词生成、词相似度、文本润色、句子生成和文本补全API接口将于2025年10月31日下线,届时将无法正常调用。为了避免对您的业务造成影响,请您尽快做好相关业务调整。如果您有NLP技术的产品需求,推荐您调用腾讯混元大模型(https://cloud.tencent.com/product/tclm)。\n\n对联生成接口根据用户输入的命题关键词,智能生成一副完整的春联,包括上联、下联和横批。该接口利用先进的自然语言处理技术,确保生成的春联既符合传统对仗、对韵、对义的要求,又具有新意和创意,为用户提供独特的春节祝福。",
|
|
19
19
|
"input": "ComposeCoupletRequest",
|
|
20
20
|
"name": "对联生成",
|
|
21
21
|
"output": "ComposeCoupletResponse",
|
|
22
|
-
"status": "
|
|
22
|
+
"status": "deprecated"
|
|
23
23
|
},
|
|
24
24
|
"EvaluateSentenceSimilarity": {
|
|
25
|
-
"document": "通过计算句子间的语义相似性,帮助您快速找到文本中重复或相似的句子,用于文本聚类、相似问题检索等应用场景。",
|
|
25
|
+
"document": "NLP技术的句子相似度、相似词召回、文本分类、对联生成、诗词生成、词相似度、文本润色、句子生成和文本补全API接口将于2025年10月31日下线,届时将无法正常调用。为了避免对您的业务造成影响,请您尽快做好相关业务调整。如果您有NLP技术的产品需求,推荐您调用腾讯混元大模型(https://cloud.tencent.com/product/tclm)。\n\n通过计算句子间的语义相似性,帮助您快速找到文本中重复或相似的句子,用于文本聚类、相似问题检索等应用场景。",
|
|
26
26
|
"input": "EvaluateSentenceSimilarityRequest",
|
|
27
27
|
"name": "句子相似度V2",
|
|
28
28
|
"output": "EvaluateSentenceSimilarityResponse",
|
|
29
|
-
"status": "
|
|
29
|
+
"status": "deprecated"
|
|
30
30
|
},
|
|
31
31
|
"ParseWords": {
|
|
32
32
|
"document": "通过精准地对文本进行分词、词性标注、命名实体识别等功能,助您更好地理解文本内容,挖掘出潜在的价值信息。",
|