tccli 3.0.1391.1__py2.py3-none-any.whl → 3.0.1393.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/services/ai3d/v20250513/api.json +2 -2
- tccli/services/asr/v20190614/api.json +1 -1
- tccli/services/cdb/v20170320/api.json +1 -1
- tccli/services/cdn/v20180606/api.json +46 -9
- tccli/services/clb/v20180317/api.json +9 -0
- tccli/services/csip/v20221121/api.json +1 -1
- tccli/services/dbbrain/dbbrain_client.py +136 -30
- tccli/services/dbbrain/v20210527/api.json +243 -0
- tccli/services/dbbrain/v20210527/examples.json +16 -0
- tccli/services/dsgc/v20190723/api.json +73 -15
- tccli/services/eb/v20210416/api.json +28 -1
- tccli/services/eb/v20210416/examples.json +1 -1
- tccli/services/es/es_client.py +53 -0
- tccli/services/es/v20180416/api.json +182 -0
- tccli/services/es/v20180416/examples.json +8 -0
- tccli/services/ess/v20201111/api.json +2 -2
- tccli/services/essbasic/v20210526/api.json +1 -1
- tccli/services/gwlb/v20240906/api.json +70 -0
- tccli/services/lcic/v20220817/api.json +49 -3
- tccli/services/lke/lke_client.py +53 -0
- tccli/services/lke/v20231130/api.json +669 -206
- tccli/services/lke/v20231130/examples.json +14 -6
- tccli/services/mps/v20190612/api.json +288 -8
- tccli/services/mps/v20190612/examples.json +1 -1
- tccli/services/oceanus/oceanus_client.py +212 -0
- tccli/services/oceanus/v20190422/api.json +294 -0
- tccli/services/oceanus/v20190422/examples.json +32 -0
- tccli/services/redis/v20180412/api.json +80 -50
- tccli/services/redis/v20180412/examples.json +2 -2
- tccli/services/sms/v20190711/api.json +1 -1
- tccli/services/sms/v20210111/api.json +1 -1
- tccli/services/tat/v20201028/api.json +12 -2
- tccli/services/tcss/v20201101/api.json +6 -6
- tccli/services/tcss/v20201101/examples.json +1 -1
- tccli/services/tione/v20211111/api.json +4 -4
- tccli/services/tione/v20211111/examples.json +2 -2
- tccli/services/vod/v20180717/api.json +6 -6
- tccli/services/vtc/v20240223/api.json +13 -13
- {tccli-3.0.1391.1.dist-info → tccli-3.0.1393.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1391.1.dist-info → tccli-3.0.1393.1.dist-info}/RECORD +44 -44
- {tccli-3.0.1391.1.dist-info → tccli-3.0.1393.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1391.1.dist-info → tccli-3.0.1393.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1391.1.dist-info → tccli-3.0.1393.1.dist-info}/license_files/LICENSE +0 -0
@@ -51,7 +51,7 @@
|
|
51
51
|
"CreateQA": [
|
52
52
|
{
|
53
53
|
"document": "创建问答",
|
54
|
-
"input": "POST / HTTP/1.1\nHost: lke.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateQA\n<公共请求参数>\n\n{\n \"BotBizId\": \"1727231073371148288\",\n \"Question\": \"
|
54
|
+
"input": "POST / HTTP/1.1\nHost: lke.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateQA\n<公共请求参数>\n\n{\n \"BotBizId\": \"1727231073371148288\",\n \"Question\": \"你是谁\",\n \"Answer\": \"我是AI小助手\",\n \"AttrRange\": 1\n}",
|
55
55
|
"output": "{\n \"Response\": {\n \"QaBizId\": \"17272310733712383\",\n \"RequestId\": \"eefbbf48-673a-4fe3-bc0f-5b45693b8962\"\n }\n}",
|
56
56
|
"title": "创建问答"
|
57
57
|
}
|
@@ -204,7 +204,7 @@
|
|
204
204
|
{
|
205
205
|
"document": "查询知识标签",
|
206
206
|
"input": "POST / HTTP/1.1\nHost: lke.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeAttributeLabel\n<公共请求参数>\n\n{\n \"BotBizId\": \"1696822786072117248\",\n \"AttributeBizId\": \"1734549420823662592\",\n \"LastLabelBizId\": \"1734549420823662593\",\n \"Limit\": 1\n}",
|
207
|
-
"output": "{\n \"Response\": {\n \"AttrKey\": \"
|
207
|
+
"output": "{\n \"Response\": {\n \"AttrKey\": \"attrkey\",\n \"AttrName\": \"诶皮爱标签\",\n \"AttributeBizId\": \"1734549420823662592\",\n \"LabelNumber\": \"1\",\n \"Labels\": [],\n \"RequestId\": \"99ff53c2-120a-4d0a-b54d-760a65852cd6\"\n }\n}",
|
208
208
|
"title": "查询知识标签"
|
209
209
|
}
|
210
210
|
],
|
@@ -268,7 +268,7 @@
|
|
268
268
|
{
|
269
269
|
"document": "获取QA详情",
|
270
270
|
"input": "POST / HTTP/1.1\nHost: lke.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeQA\n<公共请求参数>\n\n{\n \"BotBizId\": \"1887842680054218752\",\n \"QaBizId\": \"1903999940055016768\"\n}",
|
271
|
-
"output": "{\n \"Response\": {\n \"Answer\": \"
|
271
|
+
"output": "{\n \"Response\": {\n \"Answer\": \"《**哪吒之魔童闹海**》亦称《**哪吒贰之魔童闹海**》,简称《**哪吒2**》)。\",\n \"AttrLabels\": [],\n \"AttrRange\": 1,\n \"CateBizId\": \"1887842680872108032\",\n \"CustomParam\": \"\",\n \"DocBizId\": \"0\",\n \"ExpireEnd\": \"0\",\n \"ExpireStart\": \"1742783934\",\n \"FileName\": \"\",\n \"FileType\": \"\",\n \"Highlights\": [],\n \"IsAllowAccept\": false,\n \"IsAllowDelete\": true,\n \"IsAllowEdit\": true,\n \"OrgData\": \"\",\n \"PageContent\": \"\",\n \"PicAuditStatus\": 0,\n \"QaAuditStatus\": 0,\n \"QaBizId\": \"1903999940055016768\",\n \"Question\": \"哪吒2\",\n \"QuestionDesc\": \"\",\n \"RequestId\": \"7250f0e2-6d40-476a-aa15-0b5a51269a05\",\n \"SegmentBizId\": \"0\",\n \"SimilarQuestions\": [],\n \"Source\": 3,\n \"SourceDesc\": \"手动录入\",\n \"Status\": 2,\n \"StatusDesc\": \"待发布\",\n \"UpdateTime\": \"1742783970\",\n \"VideoAuditStatus\": 0\n }\n}",
|
272
272
|
"title": "获取QA详情"
|
273
273
|
}
|
274
274
|
],
|
@@ -536,10 +536,18 @@
|
|
536
536
|
{
|
537
537
|
"document": "知识标签列表",
|
538
538
|
"input": "POST / HTTP/1.1\nHost: lke.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ListAttributeLabel\n<公共请求参数>\n\n{\n \"BotBizId\": \"1696822786072117248\",\n \"PageNumber\": 1,\n \"PageSize\": 15\n}",
|
539
|
-
"output": "{\n \"Response\": {\n \"List\": [\n {\n \"AttrKey\": \"
|
539
|
+
"output": "{\n \"Response\": {\n \"List\": [\n {\n \"AttrKey\": \"AttrKey\",\n \"AttrName\": \"诶皮爱标签\",\n \"IsUpdating\": false,\n \"AttrBizId\": \"1734549420823662592\",\n \"LabelNames\": [\n \"你好\"\n ]\n }\n ],\n \"RequestId\": \"f949f7b3-c7f1-4e46-8049-db0c872dc174\",\n \"Total\": \"1\"\n }\n}",
|
540
540
|
"title": "知识标签列表"
|
541
541
|
}
|
542
542
|
],
|
543
|
+
"ListChannel": [
|
544
|
+
{
|
545
|
+
"document": "",
|
546
|
+
"input": "POST / HTTP/1.1\nHost: lke.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ListChannel\n<公共请求参数>\n\n{\n \"AppBizId\": \"1927296561029113536\",\n \"PageNumber\": 1,\n \"PageSize\": 20\n}",
|
547
|
+
"output": "{\n \"Response\": {\n \"ListChannel\": [\n {\n \"ChannelId\": \"1932046222365083648\",\n \"ChannelName\": \"微信服务号\",\n \"ChannelStatus\": 2,\n \"ChannelType\": 10000,\n \"Comment\": \"\",\n \"CreateTime\": \"1749470703\",\n \"UpdateTime\": \"1749470703\",\n \"UpdatedUser\": \"channel@qq.com\",\n \"YuanQiInfo\": {\n \"VisibleRange\": \"share\"\n }\n }\n ],\n \"RequestId\": \"bf251d0d-0409-4849-98e7-81fd7dbcc994\",\n \"Total\": 1\n }\n}",
|
548
|
+
"title": "获取发布渠道列表"
|
549
|
+
}
|
550
|
+
],
|
543
551
|
"ListDoc": [
|
544
552
|
{
|
545
553
|
"document": "",
|
@@ -727,8 +735,8 @@
|
|
727
735
|
"ModifyQA": [
|
728
736
|
{
|
729
737
|
"document": "修改问答",
|
730
|
-
"input": "POST / HTTP/1.1\nHost: lke.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyQA\n<公共请求参数>\n\n{\n \"BotBizId\": \"
|
731
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"
|
738
|
+
"input": "POST / HTTP/1.1\nHost: lke.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyQA\n<公共请求参数>\n\n{\n \"BotBizId\": \"1952993275700732800\",\n \"QaBizId\": \"1967437359001866880\",\n \"Question\": \"你是谁\",\n \"Answer\": \"我是AI小助手\",\n \"AttrRange\": 2,\n \"CateBizId\": \"1952993275713315712\",\n \"ExpireStart\": \"1757908592\"\n}",
|
739
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"2144eb35-0966-4a42-9f23-154881867b0a\"\n }\n}",
|
732
740
|
"title": "修改问答"
|
733
741
|
}
|
734
742
|
],
|
@@ -1963,7 +1963,7 @@
|
|
1963
1963
|
"members": [
|
1964
1964
|
{
|
1965
1965
|
"disabled": false,
|
1966
|
-
"document": "任务的类型,可以取的值有:\n<li>Classification:智能分类</li>\n<li>Cover:智能封面</li>\n<li>Tag:智能标签</li>\n<li>FrameTag:智能按帧标签</li>\n<li>Highlight:智能精彩集锦</li>\n<li>DeLogo:智能擦除</li>\n<li>Description:大模型摘要</li>",
|
1966
|
+
"document": "任务的类型,可以取的值有:\n<li>Classification:智能分类</li>\n<li>Cover:智能封面</li>\n<li>Tag:智能标签</li>\n<li>FrameTag:智能按帧标签</li>\n<li>Highlight:智能精彩集锦</li>\n<li>DeLogo:智能擦除</li>\n<li>Description:大模型摘要</li>\n<li>Dubbing:智能译制</li>",
|
1967
1967
|
"example": "Classification",
|
1968
1968
|
"member": "string",
|
1969
1969
|
"name": "Type",
|
@@ -2070,6 +2070,16 @@
|
|
2070
2070
|
"output_required": false,
|
2071
2071
|
"type": "object",
|
2072
2072
|
"value_allowed_null": true
|
2073
|
+
},
|
2074
|
+
{
|
2075
|
+
"disabled": false,
|
2076
|
+
"document": "视频内容分析译制任务的查询结果,当任务类型为 Dubbing 时有效。\n注意:此字段可能返回 null,表示取不到有效值。",
|
2077
|
+
"example": "无",
|
2078
|
+
"member": "AiAnalysisTaskDubbingResult",
|
2079
|
+
"name": "DubbingTask",
|
2080
|
+
"output_required": false,
|
2081
|
+
"type": "object",
|
2082
|
+
"value_allowed_null": true
|
2073
2083
|
}
|
2074
2084
|
],
|
2075
2085
|
"usage": "out"
|
@@ -2342,12 +2352,32 @@
|
|
2342
2352
|
{
|
2343
2353
|
"disabled": false,
|
2344
2354
|
"document": "擦除的字幕位置。**注意**:仅对字幕提取且开启返回字幕位置时有效。\n注意:此字段可能返回 null,表示取不到有效值。",
|
2345
|
-
"example": "
|
2355
|
+
"example": "无",
|
2346
2356
|
"member": "SubtitlePosition",
|
2347
2357
|
"name": "SubtitlePos",
|
2348
2358
|
"output_required": false,
|
2349
2359
|
"type": "object",
|
2350
2360
|
"value_allowed_null": true
|
2361
|
+
},
|
2362
|
+
{
|
2363
|
+
"disabled": false,
|
2364
|
+
"document": "音色克隆后的视频文件地址\n注意:此字段可能返回 null,表示取不到有效值。",
|
2365
|
+
"example": "/output/delogo-result-0.mp4",
|
2366
|
+
"member": "string",
|
2367
|
+
"name": "VoiceClonedVideo",
|
2368
|
+
"output_required": false,
|
2369
|
+
"type": "string",
|
2370
|
+
"value_allowed_null": true
|
2371
|
+
},
|
2372
|
+
{
|
2373
|
+
"disabled": false,
|
2374
|
+
"document": "音色克隆的标注文件地址\n注意:此字段可能返回 null,表示取不到有效值。",
|
2375
|
+
"example": "/output/delogo-result-0.json",
|
2376
|
+
"member": "string",
|
2377
|
+
"name": "VoiceClonedMarkFile",
|
2378
|
+
"output_required": false,
|
2379
|
+
"type": "string",
|
2380
|
+
"value_allowed_null": true
|
2351
2381
|
}
|
2352
2382
|
],
|
2353
2383
|
"usage": "out"
|
@@ -2496,6 +2526,114 @@
|
|
2496
2526
|
],
|
2497
2527
|
"usage": "out"
|
2498
2528
|
},
|
2529
|
+
"AiAnalysisTaskDubbingInput": {
|
2530
|
+
"document": "智能译制任务输入类型",
|
2531
|
+
"members": [
|
2532
|
+
{
|
2533
|
+
"disabled": false,
|
2534
|
+
"document": "视频译制模板 ID。",
|
2535
|
+
"example": "32",
|
2536
|
+
"member": "uint64",
|
2537
|
+
"name": "Definition",
|
2538
|
+
"output_required": true,
|
2539
|
+
"type": "int",
|
2540
|
+
"value_allowed_null": false
|
2541
|
+
}
|
2542
|
+
],
|
2543
|
+
"usage": "out"
|
2544
|
+
},
|
2545
|
+
"AiAnalysisTaskDubbingOutput": {
|
2546
|
+
"document": "智能译制结果信息",
|
2547
|
+
"members": [
|
2548
|
+
{
|
2549
|
+
"disabled": false,
|
2550
|
+
"document": "译制视频路径。",
|
2551
|
+
"example": "/output/dub-result-0.mp4",
|
2552
|
+
"member": "string",
|
2553
|
+
"name": "VideoPath",
|
2554
|
+
"output_required": true,
|
2555
|
+
"type": "string",
|
2556
|
+
"value_allowed_null": false
|
2557
|
+
},
|
2558
|
+
{
|
2559
|
+
"disabled": false,
|
2560
|
+
"document": "标记文件路径\n",
|
2561
|
+
"example": "/output/dub-result-0.json",
|
2562
|
+
"member": "string",
|
2563
|
+
"name": "SpeakerPath",
|
2564
|
+
"output_required": true,
|
2565
|
+
"type": "string",
|
2566
|
+
"value_allowed_null": false
|
2567
|
+
},
|
2568
|
+
{
|
2569
|
+
"disabled": false,
|
2570
|
+
"document": "译制视频存储位置。",
|
2571
|
+
"example": "无",
|
2572
|
+
"member": "TaskOutputStorage",
|
2573
|
+
"name": "OutputStorage",
|
2574
|
+
"output_required": true,
|
2575
|
+
"type": "object",
|
2576
|
+
"value_allowed_null": false
|
2577
|
+
}
|
2578
|
+
],
|
2579
|
+
"usage": "out"
|
2580
|
+
},
|
2581
|
+
"AiAnalysisTaskDubbingResult": {
|
2582
|
+
"document": "智能译制结果类型",
|
2583
|
+
"members": [
|
2584
|
+
{
|
2585
|
+
"disabled": false,
|
2586
|
+
"document": "任务状态,有 PROCESSING,SUCCESS 和 FAIL 三种。",
|
2587
|
+
"example": "SUCCESS",
|
2588
|
+
"member": "string",
|
2589
|
+
"name": "Status",
|
2590
|
+
"output_required": true,
|
2591
|
+
"type": "string",
|
2592
|
+
"value_allowed_null": false
|
2593
|
+
},
|
2594
|
+
{
|
2595
|
+
"disabled": false,
|
2596
|
+
"document": "错误码,0:成功,其他值:失败。",
|
2597
|
+
"example": "0",
|
2598
|
+
"member": "int64",
|
2599
|
+
"name": "ErrCode",
|
2600
|
+
"output_required": true,
|
2601
|
+
"type": "int",
|
2602
|
+
"value_allowed_null": false
|
2603
|
+
},
|
2604
|
+
{
|
2605
|
+
"disabled": false,
|
2606
|
+
"document": "错误信息。",
|
2607
|
+
"example": "SUCCESS",
|
2608
|
+
"member": "string",
|
2609
|
+
"name": "Message",
|
2610
|
+
"output_required": true,
|
2611
|
+
"type": "string",
|
2612
|
+
"value_allowed_null": false
|
2613
|
+
},
|
2614
|
+
{
|
2615
|
+
"disabled": false,
|
2616
|
+
"document": "智能译制任务输入。",
|
2617
|
+
"example": "无",
|
2618
|
+
"member": "AiAnalysisTaskDubbingInput",
|
2619
|
+
"name": "Input",
|
2620
|
+
"output_required": true,
|
2621
|
+
"type": "object",
|
2622
|
+
"value_allowed_null": false
|
2623
|
+
},
|
2624
|
+
{
|
2625
|
+
"disabled": false,
|
2626
|
+
"document": "智能译制任务输出。\n注意:此字段可能返回 null,表示取不到有效值。",
|
2627
|
+
"example": "无",
|
2628
|
+
"member": "AiAnalysisTaskDubbingOutput",
|
2629
|
+
"name": "Output",
|
2630
|
+
"output_required": true,
|
2631
|
+
"type": "object",
|
2632
|
+
"value_allowed_null": true
|
2633
|
+
}
|
2634
|
+
],
|
2635
|
+
"usage": "out"
|
2636
|
+
},
|
2499
2637
|
"AiAnalysisTaskFrameTagInput": {
|
2500
2638
|
"document": "智能按帧标签任务输入类型",
|
2501
2639
|
"members": [
|
@@ -7544,8 +7682,8 @@
|
|
7544
7682
|
"members": [
|
7545
7683
|
{
|
7546
7684
|
"disabled": false,
|
7547
|
-
"document": "类型名称。取值如下:\n\n<li>Dongjing:东京</li>\n<li>
|
7548
|
-
"example": "
|
7685
|
+
"document": "类型名称。取值如下:\n\n<li>Dongjing:东京</li>\n<li>Qingjiaopian:轻胶片</li>\n<li>Meiwei:美味</li>",
|
7686
|
+
"example": "Qingjiaopian",
|
7549
7687
|
"member": "string",
|
7550
7688
|
"name": "Type",
|
7551
7689
|
"output_required": true,
|
@@ -7566,7 +7704,7 @@
|
|
7566
7704
|
},
|
7567
7705
|
{
|
7568
7706
|
"disabled": false,
|
7569
|
-
"document": "效果强度,值范围:[
|
7707
|
+
"document": "效果强度,值范围:[-100, 100]。",
|
7570
7708
|
"example": "70",
|
7571
7709
|
"member": "int64",
|
7572
7710
|
"name": "Value",
|
@@ -16285,6 +16423,16 @@
|
|
16285
16423
|
"type": "object",
|
16286
16424
|
"value_allowed_null": true
|
16287
16425
|
},
|
16426
|
+
{
|
16427
|
+
"disabled": false,
|
16428
|
+
"document": "提取数字水印任务信息,仅当 TaskType 为 ExtractBlindWatermark,该字段有值。",
|
16429
|
+
"example": "无",
|
16430
|
+
"member": "ExtractBlindWatermarkTask",
|
16431
|
+
"name": "ExtractBlindWatermarkTask",
|
16432
|
+
"output_required": false,
|
16433
|
+
"type": "object",
|
16434
|
+
"value_allowed_null": false
|
16435
|
+
},
|
16288
16436
|
{
|
16289
16437
|
"disabled": false,
|
16290
16438
|
"document": "任务的事件通知信息。\n注意:此字段可能返回 null,表示取不到有效值。",
|
@@ -16308,7 +16456,7 @@
|
|
16308
16456
|
{
|
16309
16457
|
"disabled": false,
|
16310
16458
|
"document": "用于去重的识别码,如果七天内曾有过相同的识别码的请求,则本次的请求会返回错误。最长50个字符,不带或者带空字符串表示不做去重。",
|
16311
|
-
"example": "
|
16459
|
+
"example": "ctx-sessionid",
|
16312
16460
|
"member": "string",
|
16313
16461
|
"name": "SessionId",
|
16314
16462
|
"output_required": true,
|
@@ -16318,7 +16466,7 @@
|
|
16318
16466
|
{
|
16319
16467
|
"disabled": false,
|
16320
16468
|
"document": "来源上下文,用于透传用户请求信息,任务流状态变更回调将返回该字段值,最长1000个字符。",
|
16321
|
-
"example": "
|
16469
|
+
"example": "ctx-sessionctx",
|
16322
16470
|
"member": "string",
|
16323
16471
|
"name": "SessionContext",
|
16324
16472
|
"output_required": true,
|
@@ -16328,7 +16476,7 @@
|
|
16328
16476
|
{
|
16329
16477
|
"disabled": false,
|
16330
16478
|
"document": "扩展信息字段,仅用于特定场景。",
|
16331
|
-
"example": "\"\"",
|
16479
|
+
"example": "{\"ExtInfo\": \"\"}",
|
16332
16480
|
"member": "string",
|
16333
16481
|
"name": "ExtInfo",
|
16334
16482
|
"output_required": true,
|
@@ -17928,6 +18076,119 @@
|
|
17928
18076
|
],
|
17929
18077
|
"usage": "both"
|
17930
18078
|
},
|
18079
|
+
"ExtractBlindWatermarkTask": {
|
18080
|
+
"document": "提取视频数字水印任务信息",
|
18081
|
+
"members": [
|
18082
|
+
{
|
18083
|
+
"disabled": false,
|
18084
|
+
"document": "媒体处理任务 ID。",
|
18085
|
+
"example": "125xxx65-ExtractBlindWatermark-bffb15f07530b57bc1aabb01fac74bca",
|
18086
|
+
"member": "string",
|
18087
|
+
"name": "TaskId",
|
18088
|
+
"output_required": true,
|
18089
|
+
"type": "string",
|
18090
|
+
"value_allowed_null": false
|
18091
|
+
},
|
18092
|
+
{
|
18093
|
+
"disabled": false,
|
18094
|
+
"document": "任务流状态,取值:\n<li>WAITING:等待中;</li>\n<li>PROCESSING:处理中;</li>\n<li>FINISH:已完成。</li>",
|
18095
|
+
"example": "PROCESSING",
|
18096
|
+
"member": "string",
|
18097
|
+
"name": "Status",
|
18098
|
+
"output_required": true,
|
18099
|
+
"type": "string",
|
18100
|
+
"value_allowed_null": false
|
18101
|
+
},
|
18102
|
+
{
|
18103
|
+
"disabled": false,
|
18104
|
+
"document": "错误码,0 表示成功,其他值表示失败。",
|
18105
|
+
"example": "0",
|
18106
|
+
"member": "int64",
|
18107
|
+
"name": "ErrCode",
|
18108
|
+
"output_required": true,
|
18109
|
+
"type": "int",
|
18110
|
+
"value_allowed_null": false
|
18111
|
+
},
|
18112
|
+
{
|
18113
|
+
"disabled": false,
|
18114
|
+
"document": "错误信息。",
|
18115
|
+
"example": "NULL",
|
18116
|
+
"member": "string",
|
18117
|
+
"name": "Message",
|
18118
|
+
"output_required": true,
|
18119
|
+
"type": "string",
|
18120
|
+
"value_allowed_null": false
|
18121
|
+
},
|
18122
|
+
{
|
18123
|
+
"disabled": false,
|
18124
|
+
"document": "媒体处理的目标文件信息。",
|
18125
|
+
"example": "无",
|
18126
|
+
"member": "MediaInputInfo",
|
18127
|
+
"name": "InputInfo",
|
18128
|
+
"output_required": true,
|
18129
|
+
"type": "object",
|
18130
|
+
"value_allowed_null": false
|
18131
|
+
},
|
18132
|
+
{
|
18133
|
+
"disabled": false,
|
18134
|
+
"document": "数字水印类型,可选值:<li>blind-basic:基础版权数字水印;</li> <li>blind-ab:ab版权数字水印;</li>",
|
18135
|
+
"example": "blind-basic",
|
18136
|
+
"member": "string",
|
18137
|
+
"name": "Type",
|
18138
|
+
"output_required": true,
|
18139
|
+
"type": "string",
|
18140
|
+
"value_allowed_null": false
|
18141
|
+
},
|
18142
|
+
{
|
18143
|
+
"disabled": false,
|
18144
|
+
"document": "标记是否检测到水印,如果该参数为true, Result字段将返回水印提取结果,如果该参数为false,Result字段不会返回。",
|
18145
|
+
"example": "false",
|
18146
|
+
"member": "bool",
|
18147
|
+
"name": "IsDetected",
|
18148
|
+
"output_required": true,
|
18149
|
+
"type": "bool",
|
18150
|
+
"value_allowed_null": false
|
18151
|
+
},
|
18152
|
+
{
|
18153
|
+
"disabled": false,
|
18154
|
+
"document": "提取出的数字水印内容,当没有检测到水印时该字段不会返回。",
|
18155
|
+
"example": "数字水印文本",
|
18156
|
+
"member": "string",
|
18157
|
+
"name": "Result",
|
18158
|
+
"output_required": false,
|
18159
|
+
"type": "string",
|
18160
|
+
"value_allowed_null": false
|
18161
|
+
},
|
18162
|
+
{
|
18163
|
+
"disabled": false,
|
18164
|
+
"document": "提取数字水印配置。",
|
18165
|
+
"example": "无",
|
18166
|
+
"member": "ExtractBlindWatermarkTaskConfig",
|
18167
|
+
"name": "ExtractBlindWatermarkConfig",
|
18168
|
+
"output_required": false,
|
18169
|
+
"type": "object",
|
18170
|
+
"value_allowed_null": false
|
18171
|
+
}
|
18172
|
+
],
|
18173
|
+
"usage": "out"
|
18174
|
+
},
|
18175
|
+
"ExtractBlindWatermarkTaskConfig": {
|
18176
|
+
"document": "提取视频转码数字水印任务配置",
|
18177
|
+
"members": [
|
18178
|
+
{
|
18179
|
+
"disabled": false,
|
18180
|
+
"document": "当提取数字水印类型为blind-abseq时有效,用于指定输入视频的切片时长,单位:毫秒。\n如果不填默认切片时长为5秒。\n注意:此字段可能返回 null,表示取不到有效值。",
|
18181
|
+
"example": "5000",
|
18182
|
+
"member": "int64",
|
18183
|
+
"name": "SegmentDuration",
|
18184
|
+
"output_required": false,
|
18185
|
+
"required": true,
|
18186
|
+
"type": "int",
|
18187
|
+
"value_allowed_null": true
|
18188
|
+
}
|
18189
|
+
],
|
18190
|
+
"usage": "both"
|
18191
|
+
},
|
17931
18192
|
"FaceConfigureInfo": {
|
17932
18193
|
"document": "人脸识别任务控制参数",
|
17933
18194
|
"members": [
|
@@ -19498,6 +19759,16 @@
|
|
19498
19759
|
"output_required": false,
|
19499
19760
|
"type": "object",
|
19500
19761
|
"value_allowed_null": true
|
19762
|
+
},
|
19763
|
+
{
|
19764
|
+
"disabled": false,
|
19765
|
+
"document": "输出文件的URL。",
|
19766
|
+
"example": "https://abc123.com/output/test.jpeg",
|
19767
|
+
"member": "string",
|
19768
|
+
"name": "SignedUrl",
|
19769
|
+
"output_required": false,
|
19770
|
+
"type": "string",
|
19771
|
+
"value_allowed_null": false
|
19501
19772
|
}
|
19502
19773
|
],
|
19503
19774
|
"usage": "out"
|
@@ -27297,6 +27568,15 @@
|
|
27297
27568
|
"required": false,
|
27298
27569
|
"type": "string"
|
27299
27570
|
},
|
27571
|
+
{
|
27572
|
+
"disabled": false,
|
27573
|
+
"document": "输出路径,可以为相对路径或者绝对路径。\n若需定义输出路径,路径需以`.{format}`结尾。变量名请参考 [文件名变量说明](https://cloud.tencent.com/document/product/862/37039)。\n相对路径示例:\n<li>文件名_{变量名}.{format}</li>\n<li>文件名.{format}</li>\n绝对路径示例:\n<li>/自定义路径/文件名_{变量名}.{format}</li>\n如果不填,则默认为相对路径:{inputName}.{format}。",
|
27574
|
+
"example": "{inputName}.{format}",
|
27575
|
+
"member": "string",
|
27576
|
+
"name": "OutputPath",
|
27577
|
+
"required": false,
|
27578
|
+
"type": "string"
|
27579
|
+
},
|
27300
27580
|
{
|
27301
27581
|
"disabled": false,
|
27302
27582
|
"document": "图片处理参数。",
|
@@ -772,7 +772,7 @@
|
|
772
772
|
{
|
773
773
|
"document": "查询任务结果",
|
774
774
|
"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}",
|
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 \"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
776
|
"title": "获取任务详情"
|
777
777
|
}
|
778
778
|
],
|