tccli 3.0.1229.1__py2.py3-none-any.whl → 3.0.1230.1__py2.py3-none-any.whl
Sign up to get free protection for your applications and to get access to all the features.
- tccli/__init__.py +1 -1
- tccli/services/aiart/aiart_client.py +57 -4
- tccli/services/aiart/v20221229/api.json +99 -10
- tccli/services/aiart/v20221229/examples.json +8 -0
- tccli/services/batch/v20170312/api.json +15 -8
- tccli/services/cfw/v20190904/api.json +1 -1
- tccli/services/cwp/v20180228/api.json +1 -1
- tccli/services/cynosdb/cynosdb_client.py +110 -57
- tccli/services/cynosdb/v20190107/api.json +166 -18
- tccli/services/cynosdb/v20190107/examples.json +14 -0
- tccli/services/dbbrain/v20210527/api.json +3 -1
- tccli/services/emr/emr_client.py +110 -4
- tccli/services/emr/v20190103/api.json +645 -0
- tccli/services/emr/v20190103/examples.json +16 -0
- tccli/services/iotexplorer/v20190423/api.json +10 -0
- tccli/services/ivld/v20210903/api.json +25 -25
- tccli/services/ivld/v20210903/examples.json +1 -1
- tccli/services/lcic/v20220817/api.json +2 -2
- tccli/services/lke/v20231130/api.json +4 -4
- tccli/services/mps/v20190612/api.json +54 -1
- tccli/services/ocr/v20181119/api.json +108 -28
- tccli/services/postgres/v20170312/api.json +221 -219
- tccli/services/postgres/v20170312/examples.json +36 -36
- tccli/services/tdmq/v20200217/api.json +2 -2
- tccli/services/trtc/v20190722/api.json +4 -8
- tccli/services/vclm/v20240523/api.json +3 -3
- tccli/services/vod/v20180717/api.json +17 -17
- tccli/services/vpc/v20170312/api.json +493 -27
- tccli/services/vpc/v20170312/examples.json +67 -11
- tccli/services/vpc/vpc_client.py +475 -104
- {tccli-3.0.1229.1.dist-info → tccli-3.0.1230.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1229.1.dist-info → tccli-3.0.1230.1.dist-info}/RECORD +35 -35
- {tccli-3.0.1229.1.dist-info → tccli-3.0.1230.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1229.1.dist-info → tccli-3.0.1230.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1229.1.dist-info → tccli-3.0.1230.1.dist-info}/license_files/LICENSE +0 -0
@@ -16,6 +16,14 @@
|
|
16
16
|
"title": "test"
|
17
17
|
}
|
18
18
|
],
|
19
|
+
"CreateCloudInstance": [
|
20
|
+
{
|
21
|
+
"document": "创建EMR容器实例",
|
22
|
+
"input": "POST / HTTP/1.1\nHost: emr.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateCloudInstance\n<公共请求参数>\n\n{\n \"InstanceName\": \"EMR-dzrgkpwq\",\n \"LoginSettings\": {\n \"Password\": \"xxxxxxxxxx\"\n },\n \"VPCSettings\": {\n \"SubnetId\": \"subnet-xxxxo3x0\",\n \"VpcId\": \"vpc-xxxxqmqz\"\n },\n \"CosBucket\": \"coslcl-xxxxxxxxxx\",\n \"ExternalService\": [],\n \"CloudResources\": [\n {\n \"ComponentName\": \"QuorumPeerMain\",\n \"PodNumber\": 3,\n \"LimitCpu\": 1,\n \"LimitMemory\": 2,\n \"Service\": \"ZOOKEEPER\",\n \"VolumeDir\": {\n \"VolumeType\": \"NEW_PVC\",\n \"HostPath\": {\n \"Path\": \"\",\n \"Type\": \"DirectoryOrCreate\"\n }\n },\n \"Disks\": [\n {\n \"DiskType\": \"CLOUD_PREMIUM\",\n \"DiskCapacity\": 100,\n \"DiskNumber\": 1\n }\n ]\n },\n {\n \"ComponentName\": \"Slapd\",\n \"PodNumber\": 2,\n \"LimitCpu\": 1,\n \"LimitMemory\": 2,\n \"Service\": \"OPENLDAP\",\n \"VolumeDir\": {\n \"VolumeType\": \"NEW_PVC\",\n \"HostPath\": {\n \"Path\": \"\",\n \"Type\": \"DirectoryOrCreate\"\n }\n },\n \"Disks\": [\n {\n \"DiskType\": \"CLOUD_PREMIUM\",\n \"DiskCapacity\": 100,\n \"DiskNumber\": 1\n }\n ]\n },\n {\n \"ComponentName\": \"HiveServer2Node\",\n \"PodNumber\": 1,\n \"LimitCpu\": 1,\n \"LimitMemory\": 2,\n \"Service\": \"HIVESERVER2\",\n \"VolumeDir\": {\n \"VolumeType\": \"NEW_PVC\",\n \"HostPath\": {\n \"Path\": \"\",\n \"Type\": \"DirectoryOrCreate\"\n }\n },\n \"Disks\": [\n {\n \"DiskType\": \"CLOUD_PREMIUM\",\n \"DiskCapacity\": 100,\n \"DiskNumber\": 1\n }\n ]\n },\n {\n \"ComponentName\": \"HiveMetaStoreNode\",\n \"PodNumber\": 1,\n \"LimitCpu\": 1,\n \"LimitMemory\": 2,\n \"Service\": \"METASTORE\",\n \"VolumeDir\": {\n \"VolumeType\": \"NEW_PVC\",\n \"HostPath\": {\n \"Path\": \"\",\n \"Type\": \"DirectoryOrCreate\"\n }\n },\n \"Disks\": [\n {\n \"DiskType\": \"CLOUD_PREMIUM\",\n \"DiskCapacity\": 100,\n \"DiskNumber\": 1\n }\n ]\n },\n {\n \"ComponentName\": \"SparkJobHistoryServer\",\n \"PodNumber\": 1,\n \"LimitCpu\": 2,\n \"LimitMemory\": 4,\n \"Service\": \"SPARK\",\n \"VolumeDir\": {\n \"VolumeType\": \"NEW_PVC\",\n \"HostPath\": {\n \"Path\": \"\",\n \"Type\": \"DirectoryOrCreate\"\n }\n },\n \"Disks\": [\n {\n \"DiskType\": \"CLOUD_PREMIUM\",\n \"DiskCapacity\": 100,\n \"DiskNumber\": 1\n }\n ]\n }\n ],\n \"Tags\": [\n {\n \"TagKey\": \"test-key\",\n \"TagValue\": \"v1\"\n }\n ],\n \"MetaDBInfo\": {\n \"MetaType\": \"EMR_DEFAULT_META\"\n },\n \"Software\": [\n \"zookeeper-3.6.3\",\n \"metastore-3.1.3\",\n \"openldap-2.4.44\",\n \"hiveserver2-3.1.3\",\n \"spark-3.3.2\"\n ],\n \"ClusterClass\": \"EMR-TKE\",\n \"PlatFormType\": \"tke\",\n \"EksClusterId\": \"cls-xxxxxl3o\",\n \"ProductId\": 60,\n \"SgId\": \"sg-1111123nt\",\n \"ZoneId\": 1000010\n}",
|
23
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"d830face-6587-4263-8ab0-56bda2657xxx\",\n \"InstanceId\": \"emr-xxxx\"\n }\n}",
|
24
|
+
"title": "创建EMR容器实例"
|
25
|
+
}
|
26
|
+
],
|
19
27
|
"CreateCluster": [
|
20
28
|
{
|
21
29
|
"document": "",
|
@@ -376,6 +384,14 @@
|
|
376
384
|
"title": "修改YARN资源调度的全局配置"
|
377
385
|
}
|
378
386
|
],
|
387
|
+
"ModifyPodNum": [
|
388
|
+
{
|
389
|
+
"document": "调整容器集群Pod数量",
|
390
|
+
"input": "POST / HTTP/1.1\nHost: emr.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyPodNum\n<公共请求参数>\n\n{\n \"InstanceId\": \"emr-ikoyp9nw\",\n \"ServiceGroup\": 44,\n \"ServiceType\": 93,\n \"PodNum\": 3\n}",
|
391
|
+
"output": "{\n \"Response\": {\n \"InstanceId\": \"emr-ikoyp9nw\",\n \"FlowId\": 0,\n \"RequestId\": \"abc\"\n }\n}",
|
392
|
+
"title": "调整容器集群Pod数量"
|
393
|
+
}
|
394
|
+
],
|
379
395
|
"ModifyResourcePools": [
|
380
396
|
{
|
381
397
|
"document": "",
|
@@ -4000,6 +4000,16 @@
|
|
4000
4000
|
"type": "string",
|
4001
4001
|
"value_allowed_null": true
|
4002
4002
|
},
|
4003
|
+
{
|
4004
|
+
"disabled": false,
|
4005
|
+
"document": "量产状态 0:任务创建,未量产;1:处理中;2:量产结束上传结果中;3:任务完成\n注意:此字段可能返回 null,表示取不到有效值。",
|
4006
|
+
"example": "3",
|
4007
|
+
"member": "int64",
|
4008
|
+
"name": "Status",
|
4009
|
+
"output_required": false,
|
4010
|
+
"type": "int",
|
4011
|
+
"value_allowed_null": true
|
4012
|
+
},
|
4003
4013
|
{
|
4004
4014
|
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
4005
4015
|
"member": "string",
|
@@ -106,7 +106,7 @@
|
|
106
106
|
"status": "online"
|
107
107
|
},
|
108
108
|
"DescribeCustomPersons": {
|
109
|
-
"document": "
|
109
|
+
"document": "批量描述自定义人物",
|
110
110
|
"input": "DescribeCustomPersonsRequest",
|
111
111
|
"name": "批量描述自定义人物",
|
112
112
|
"output": "DescribeCustomPersonsResponse",
|
@@ -228,7 +228,7 @@
|
|
228
228
|
{
|
229
229
|
"disabled": false,
|
230
230
|
"document": "图片数据base64之后的结果",
|
231
|
-
"example": "
|
231
|
+
"example": "Qk0WWgsAAADYAoAAA...AtQEAADcCAAABABPD",
|
232
232
|
"member": "string",
|
233
233
|
"name": "Image",
|
234
234
|
"required": false,
|
@@ -679,7 +679,7 @@
|
|
679
679
|
{
|
680
680
|
"disabled": false,
|
681
681
|
"document": "原始图片base64编码后的数据",
|
682
|
-
"example": "
|
682
|
+
"example": "Qk0WWgsAAADYAoAAA...AtQEAADcCAAABABPD",
|
683
683
|
"member": "string",
|
684
684
|
"name": "Image",
|
685
685
|
"required": false,
|
@@ -1146,7 +1146,7 @@
|
|
1146
1146
|
{
|
1147
1147
|
"disabled": false,
|
1148
1148
|
"document": "自定义分类ID",
|
1149
|
-
"example": "
|
1149
|
+
"example": "\"99\"",
|
1150
1150
|
"member": "string",
|
1151
1151
|
"name": "CategoryId",
|
1152
1152
|
"output_required": true,
|
@@ -1471,7 +1471,7 @@
|
|
1471
1471
|
"example": "123",
|
1472
1472
|
"member": "int64",
|
1473
1473
|
"name": "TotalCount",
|
1474
|
-
"
|
1474
|
+
"output_required": true,
|
1475
1475
|
"type": "int",
|
1476
1476
|
"value_allowed_null": false
|
1477
1477
|
},
|
@@ -1481,7 +1481,7 @@
|
|
1481
1481
|
"example": "无",
|
1482
1482
|
"member": "CustomPersonInfo",
|
1483
1483
|
"name": "PersonInfoSet",
|
1484
|
-
"
|
1484
|
+
"output_required": true,
|
1485
1485
|
"type": "list",
|
1486
1486
|
"value_allowed_null": false
|
1487
1487
|
},
|
@@ -1966,7 +1966,7 @@
|
|
1966
1966
|
"example": "无",
|
1967
1967
|
"member": "ImageOcr",
|
1968
1968
|
"name": "OcrSet",
|
1969
|
-
"
|
1969
|
+
"output_required": true,
|
1970
1970
|
"type": "list",
|
1971
1971
|
"value_allowed_null": true
|
1972
1972
|
},
|
@@ -1976,7 +1976,7 @@
|
|
1976
1976
|
"example": "无",
|
1977
1977
|
"member": "MultiLevelTag",
|
1978
1978
|
"name": "FrameTagSet",
|
1979
|
-
"
|
1979
|
+
"output_required": true,
|
1980
1980
|
"type": "object",
|
1981
1981
|
"value_allowed_null": true
|
1982
1982
|
},
|
@@ -1986,7 +1986,7 @@
|
|
1986
1986
|
"example": "无",
|
1987
1987
|
"member": "MultiLevelPersonInfo",
|
1988
1988
|
"name": "MultiLevelPersonInfoSet",
|
1989
|
-
"
|
1989
|
+
"output_required": true,
|
1990
1990
|
"type": "list",
|
1991
1991
|
"value_allowed_null": true
|
1992
1992
|
},
|
@@ -1996,7 +1996,7 @@
|
|
1996
1996
|
"example": "无",
|
1997
1997
|
"member": "ImageLogo",
|
1998
1998
|
"name": "TvLogo",
|
1999
|
-
"
|
1999
|
+
"output_required": true,
|
2000
2000
|
"type": "object",
|
2001
2001
|
"value_allowed_null": true
|
2002
2002
|
},
|
@@ -2006,7 +2006,7 @@
|
|
2006
2006
|
"example": "无",
|
2007
2007
|
"member": "ImageLogo",
|
2008
2008
|
"name": "SourceLogo",
|
2009
|
-
"
|
2009
|
+
"output_required": true,
|
2010
2010
|
"type": "object",
|
2011
2011
|
"value_allowed_null": true
|
2012
2012
|
}
|
@@ -2536,7 +2536,7 @@
|
|
2536
2536
|
"example": "340000",
|
2537
2537
|
"member": "int64",
|
2538
2538
|
"name": "FileSize",
|
2539
|
-
"
|
2539
|
+
"output_required": true,
|
2540
2540
|
"type": "int",
|
2541
2541
|
"value_allowed_null": false
|
2542
2542
|
},
|
@@ -2546,7 +2546,7 @@
|
|
2546
2546
|
"example": "\"d228d21b68688c14dcb7275b806398fc\"",
|
2547
2547
|
"member": "string",
|
2548
2548
|
"name": "MD5",
|
2549
|
-
"
|
2549
|
+
"output_required": true,
|
2550
2550
|
"type": "string",
|
2551
2551
|
"value_allowed_null": false
|
2552
2552
|
},
|
@@ -2556,7 +2556,7 @@
|
|
2556
2556
|
"example": "20.00",
|
2557
2557
|
"member": "float",
|
2558
2558
|
"name": "Duration",
|
2559
|
-
"
|
2559
|
+
"output_required": true,
|
2560
2560
|
"type": "float",
|
2561
2561
|
"value_allowed_null": true
|
2562
2562
|
},
|
@@ -2566,7 +2566,7 @@
|
|
2566
2566
|
"example": "500",
|
2567
2567
|
"member": "int64",
|
2568
2568
|
"name": "NumFrames",
|
2569
|
-
"
|
2569
|
+
"output_required": true,
|
2570
2570
|
"type": "int",
|
2571
2571
|
"value_allowed_null": true
|
2572
2572
|
},
|
@@ -2576,7 +2576,7 @@
|
|
2576
2576
|
"example": "1920",
|
2577
2577
|
"member": "int64",
|
2578
2578
|
"name": "Width",
|
2579
|
-
"
|
2579
|
+
"output_required": true,
|
2580
2580
|
"type": "int",
|
2581
2581
|
"value_allowed_null": true
|
2582
2582
|
},
|
@@ -2586,7 +2586,7 @@
|
|
2586
2586
|
"example": "1080",
|
2587
2587
|
"member": "int64",
|
2588
2588
|
"name": "Height",
|
2589
|
-
"
|
2589
|
+
"output_required": true,
|
2590
2590
|
"type": "int",
|
2591
2591
|
"value_allowed_null": true
|
2592
2592
|
},
|
@@ -2596,7 +2596,7 @@
|
|
2596
2596
|
"example": "25",
|
2597
2597
|
"member": "float",
|
2598
2598
|
"name": "FPS",
|
2599
|
-
"
|
2599
|
+
"output_required": true,
|
2600
2600
|
"type": "float",
|
2601
2601
|
"value_allowed_null": true
|
2602
2602
|
},
|
@@ -2606,7 +2606,7 @@
|
|
2606
2606
|
"example": "5000",
|
2607
2607
|
"member": "int64",
|
2608
2608
|
"name": "BitRate",
|
2609
|
-
"
|
2609
|
+
"output_required": true,
|
2610
2610
|
"type": "int",
|
2611
2611
|
"value_allowed_null": true
|
2612
2612
|
}
|
@@ -2766,17 +2766,17 @@
|
|
2766
2766
|
"example": "\"941d96ae-52d9-4401-be6a-fcf1bab6a214\"",
|
2767
2767
|
"member": "string",
|
2768
2768
|
"name": "ImageId",
|
2769
|
-
"
|
2769
|
+
"output_required": true,
|
2770
2770
|
"type": "string",
|
2771
2771
|
"value_allowed_null": false
|
2772
2772
|
},
|
2773
2773
|
{
|
2774
2774
|
"disabled": false,
|
2775
2775
|
"document": "自定义人脸图片的URL,存储在IVLDCustomPreson存储桶内",
|
2776
|
-
"example": "
|
2776
|
+
"example": "https://example-123456.cos.ap-guangzho.myqcloud.com/example.jpg",
|
2777
2777
|
"member": "string",
|
2778
2778
|
"name": "ImageURL",
|
2779
|
-
"
|
2779
|
+
"output_required": true,
|
2780
2780
|
"type": "string",
|
2781
2781
|
"value_allowed_null": false
|
2782
2782
|
},
|
@@ -2786,7 +2786,7 @@
|
|
2786
2786
|
"example": "OK",
|
2787
2787
|
"member": "string",
|
2788
2788
|
"name": "ErrorCode",
|
2789
|
-
"
|
2789
|
+
"output_required": true,
|
2790
2790
|
"type": "string",
|
2791
2791
|
"value_allowed_null": false
|
2792
2792
|
},
|
@@ -2796,7 +2796,7 @@
|
|
2796
2796
|
"example": "OK",
|
2797
2797
|
"member": "string",
|
2798
2798
|
"name": "ErrorMsg",
|
2799
|
-
"
|
2799
|
+
"output_required": true,
|
2800
2800
|
"type": "string",
|
2801
2801
|
"value_allowed_null": false
|
2802
2802
|
}
|
@@ -2859,7 +2859,7 @@
|
|
2859
2859
|
{
|
2860
2860
|
"disabled": false,
|
2861
2861
|
"document": "人物的personId\n注意:此字段可能返回 null,表示取不到有效值。",
|
2862
|
-
"example": "
|
2862
|
+
"example": "person-Axgo3FYc",
|
2863
2863
|
"member": "string",
|
2864
2864
|
"name": "PersonId",
|
2865
2865
|
"output_required": false,
|
@@ -186,7 +186,7 @@
|
|
186
186
|
{
|
187
187
|
"document": "",
|
188
188
|
"input": "POST / HTTP/1.1\nHost: ivld.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeTaskDetail\n<公共请求参数>\n\n{\n \"TaskId\": \"task-l0ae7t96\"\n}",
|
189
|
-
"output": "{\n \"Response\": {\n \"AudioTaskData\": null,\n \"ImageTaskData\": null,\n \"TextTaskData\": null,\n \"RequestId\": \"a18b2219-445f-43b9-b844-077d72ebcb85\",\n \"TaskData\": {\n \"ShowInfo\": {\n \"AudioInfoSet\": [\n {\n \"Content\": \"这是我一四年的一件作品,制作的运行是济南的一处职工宿舍楼,材料主要是泡沫板,木板完了指导制作,周期两个月时间。\",\n \"EndTimeStamp\": 51.882,\n \"StartTimeStamp\": 0.36,\n \"Tag\": \"\"\n }\n ],\n \"ClassifiedPersonInfoSet\": [],\n \"Column\": \"\",\n \"CoverImageURL\": \"https://ai-media-251202827.cos.ap-guangzhou.myqcloud.com/%E6%98%9F%E8%A7%86%E9%A2%91.mp4_2021-11-04T12:14:17/cover/show_g8rktHiE.jpg\",\n \"Date\": \"\",\n \"FrameTagSet\": {\n \"AppearInfo\": {\n \"AudioAppearSet\": [],\n \"TextAppearSet\": [],\n \"VideoAppearSet\": [\n {\n \"EndTimeStamp\": 34.84,\n \"ImageURL\": \"https://ai-media-251202827.cos.ap-guangzhou.myqcloud.com/%E6%98%9F%E8%A7%86%E9%A2%91.mp4_2021-11-04T12:14:17/cover/lens_popjK1fY.jpg\",\n \"StartTimeStamp\": 32.56\n },\n {\n \"EndTimeStamp\": 39.52,\n \"ImageURL\": \"https://ai-media-251202827.cos.ap-guangzhou.myqcloud.com/%E6%98%9F%E8%A7%86%E9%A2%91.mp4_2021-11-04T12:14:17/cover/lens_7Mu2jPLZ.jpg\",\n \"StartTimeStamp\": 34.88\n },\n {\n \"EndTimeStamp\": 41.64,\n \"ImageURL\": \"https://ai-media-251202827.cos.ap-guangzhou.myqcloud.com/%E6%98%9F%E8%A7%86%E9%A2%91.mp4_2021-11-04T12:14:17/cover/lens_KHT2pnwl.jpg\",\n \"StartTimeStamp\": 39.56\n },\n {\n \"EndTimeStamp\": 45.44,\n \"ImageURL\": \"https://ai-media-251202827.cos.ap-guangzhou.myqcloud.com/%E6%98%9F%E8%A7%86%E9%A2%91.mp4_2021-11-04T12:14:17/cover/lens_GGvu3x4d.jpg\",\n \"StartTimeStamp\": 41.68\n },\n {\n \"EndTimeStamp\": 49.56,\n \"ImageURL\": \"https://ai-media-251202827.cos.ap-guangzhou.myqcloud.com/%E6%98%9F%E8%A7%86%E9%A2%91.mp4_2021-11-04T12:14:17/cover/lens_QAt3s6nW.jpg\",\n \"StartTimeStamp\": 45.48\n },\n {\n \"EndTimeStamp\": 39.52,\n \"ImageURL\": \"https://ai-media-251202827.cos.ap-guangzhou.myqcloud.com/%E6%98%9F%E8%A7%86%E9%A2%91.mp4_2021-11-04T12:14:17/cover/lens_7Mu2jPLZ.jpg\",\n \"StartTimeStamp\": 34.88\n },\n {\n \"EndTimeStamp\": 39.52,\n \"ImageURL\": \"https://ai-media-251202827.cos.ap-guangzhou.myqcloud.com/%E6%98%9F%E8%A7%86%E9%A2%91.mp4_2021-11-04T12:14:17/cover/lens_7Mu2jPLZ.jpg\",\n \"StartTimeStamp\": 34.88\n }\n ]\n },\n \"TagSet\": [\n {\n \"AppearIndexPairSet\": [],\n \"FirstAppear\": 0,\n \"L2TagSet\": [\n {\n \"AppearIndexPairSet\": [],\n \"FirstAppear\": 0,\n \"L3TagSet\": [\n {\n \"AppearIndexPairSet\": [\n {\n \"AppearIndex\": 3,\n \"Index\": 0\n },\n {\n \"AppearIndex\": 3,\n \"Index\": 1\n },\n {\n \"AppearIndex\": 3,\n \"Index\": 2\n },\n {\n \"AppearIndex\": 3,\n \"Index\": 3\n },\n {\n \"AppearIndex\": 3,\n \"Index\": 4\n }\n ],\n \"FirstAppear\": 3,\n \"Name\": \"建筑物\"\n }\n ],\n \"Name\": \"城市景观\"\n },\n {\n \"AppearIndexPairSet\": [],\n \"FirstAppear\": 0,\n \"L3TagSet\": [\n {\n \"AppearIndexPairSet\": [\n {\n \"AppearIndex\": 3,\n \"Index\": 5\n }\n ],\n \"FirstAppear\": 3,\n \"Name\": \"农村风貌\"\n }\n ],\n \"Name\": \"农业场景\"\n }\n ],\n \"Name\": \"场景\"\n },\n {\n \"AppearIndexPairSet\": [],\n \"FirstAppear\": 0,\n \"L2TagSet\": [\n {\n \"AppearIndexPairSet\": [],\n \"FirstAppear\": 0,\n \"L3TagSet\": [\n {\n \"AppearIndexPairSet\": [\n {\n \"AppearIndex\": 3,\n \"Index\": 6\n }\n ],\n \"FirstAppear\": 3,\n \"Name\": \"自行车\"\n }\n ],\n \"Name\": \"陆地交通工具\"\n }\n ],\n \"Name\": \"交通工具\"\n }\n ]\n },\n \"Logo\": \"\",\n \"MediaClassifierSet\": [\n \"知识科普\"\n ],\n \"Source\": \"\",\n \"SummarySet\": [],\n \"SummaryTagSet\": [],\n \"TextInfoSet\": [\n {\n \"Content\": \"这是我2014年的一个作品\",\n \"EndTimeStamp\": 39.52,\n \"StartTimeStamp\": 34.88,\n \"Tag\": \"字幕\"\n },\n {\n \"Content\": \"制作的原型是济南的一处宿舍楼\",\n \"EndTimeStamp\": 39.52,\n \"StartTimeStamp\": 34.88,\n \"Tag\": \"字幕\"\n },\n {\n \"Content\": \"材料主要是泡沫板木板瓦楞制等\",\n \"EndTimeStamp\": 45.44,\n \"StartTimeStamp\": 41.68,\n \"Tag\": \"字幕\"\n },\n {\n \"Content\": \"制作周期2个月时间\",\n \"EndTimeStamp\": 49.56,\n \"StartTimeStamp\": 45.48,\n \"Tag\": \"字幕\"\n }\n ],\n \"TextTagSet\": {\n \"AppearInfo\": {\n \"AudioAppearSet\": [\n {\n \"EndPosition\": 37,\n \"Index\": 0,\n \"StartPosition\": 34\n },\n {\n \"EndPosition\": 28,\n \"Index\": 0,\n \"StartPosition\": 25\n },\n {\n \"EndPosition\": 25,\n \"Index\": 0,\n \"StartPosition\": 23\n },\n {\n \"EndPosition\": 20,\n \"Index\": 0,\n \"StartPosition\": 18\n }\n ],\n \"TextAppearSet\": [],\n \"VideoAppearSet\": []\n },\n \"TagSet\": [\n {\n \"AppearIndexPairSet\": [],\n \"FirstAppear\": 0,\n \"L2TagSet\": [\n {\n \"AppearIndexPairSet\": [],\n \"FirstAppear\": 0,\n \"L3TagSet\": [\n {\n \"AppearIndexPairSet\": [\n {\n \"AppearIndex\": 1,\n \"Index\": 0\n }\n ],\n \"FirstAppear\": 1,\n \"Name\": \"泡沫板\"\n },\n {\n \"AppearIndexPairSet\": [\n {\n \"AppearIndex\": 1,\n \"Index\": 1\n }\n ],\n \"FirstAppear\": 1,\n \"Name\": \"宿舍楼\"\n }\n ],\n \"Name\": \"关键词\"\n },\n {\n \"AppearIndexPairSet\": [],\n \"FirstAppear\": 0,\n \"L3TagSet\": [\n {\n \"AppearIndexPairSet\": [\n {\n \"AppearIndex\": 1,\n \"Index\": 2\n }\n ],\n \"FirstAppear\": 1,\n \"Name\": \"职工\"\n }\n ],\n \"Name\": \"身份职位\"\n },\n {\n \"AppearIndexPairSet\": [],\n \"FirstAppear\": 0,\n \"L3TagSet\": [\n {\n \"AppearIndexPairSet\": [\n {\n \"AppearIndex\": 1,\n \"Index\": 3\n }\n ],\n \"FirstAppear\": 1,\n \"Name\": \"济南\"\n }\n ],\n \"Name\": \"地点\"\n }\n ],\n \"Name\": \"\"\n }\n ]\n },\n \"TitleSet\": [],\n \"WebMediaURL\": \"https://ai-media-251202827.cos.ap-guangzhou.myqcloud.com/%E6%98%9F%E8%A7%86%E9%A2%91.mp4\",\n \"UnknownPersonSet\": [],\n \"MultiLevelPersonInfoSet\": []\n }\n },\n \"TaskInfo\": {\n \"FailedReason\": \"\",\n \"MediaId\": \"media-tqakf1vs\",\n \"MediaName\": \"星视频\",\n \"MediaPreknownInfo\": {\n \"MediaLabel\": 3,\n \"MediaLang\": 1,\n \"MediaSecondLabel\": 0,\n \"MediaType\": 2\n },\n \"TaskCreateTime\": \"2021-11-04T12:14:17+08:00\",\n \"TaskId\": \"task-l0ae7t96\",\n \"TaskName\": \"\",\n \"TaskProgress\": 0,\n \"TaskStartTime\": \"2021-11-04T12:14:18+08:00\",\n \"TaskStatus\": 8,\n \"TaskTimeCost\": 110,\n \"CallbackURL\": \"http://example.com/api/callback\",\n \"Label\": \"xxx\",\n \"TextMetadata\": null,\n \"ImageMetadata\": null,\n \"AudioMetadata\": null,\n \"Metadata\": null\n }\n }\n}",
|
189
|
+
"output": "{\n \"Response\": {\n \"AudioTaskData\": null,\n \"ImageTaskData\": null,\n \"TextTaskData\": null,\n \"RequestId\": \"a18b2219-445f-43b9-b844-077d72ebcb85\",\n \"TaskData\": {\n \"ShowInfo\": {\n \"AudioInfoSet\": [\n {\n \"Content\": \"这是我一四年的一件作品,制作的运行是济南的一处职工宿舍楼,材料主要是泡沫板,木板完了指导制作,周期两个月时间。\",\n \"EndTimeStamp\": 51.882,\n \"StartTimeStamp\": 0.36,\n \"Tag\": \"\"\n }\n ],\n \"ClassifiedPersonInfoSet\": [],\n \"Column\": \"\",\n \"CoverImageURL\": \"https://ai-media-251202827.cos.ap-guangzhou.myqcloud.com/%E6%98%9F%E8%A7%86%E9%A2%91.mp4_2021-11-04T12:14:17/cover/show_g8rktHiE.jpg\",\n \"Date\": \"\",\n \"FrameTagSet\": {\n \"AppearInfo\": {\n \"AudioAppearSet\": [],\n \"TextAppearSet\": [],\n \"VideoAppearSet\": [\n {\n \"EndTimeStamp\": 34.84,\n \"ImageURL\": \"https://ai-media-251202827.cos.ap-guangzhou.myqcloud.com/%E6%98%9F%E8%A7%86%E9%A2%91.mp4_2021-11-04T12:14:17/cover/lens_popjK1fY.jpg\",\n \"StartTimeStamp\": 32.56\n },\n {\n \"EndTimeStamp\": 39.52,\n \"ImageURL\": \"https://ai-media-251202827.cos.ap-guangzhou.myqcloud.com/%E6%98%9F%E8%A7%86%E9%A2%91.mp4_2021-11-04T12:14:17/cover/lens_7Mu2jPLZ.jpg\",\n \"StartTimeStamp\": 34.88\n },\n {\n \"EndTimeStamp\": 41.64,\n \"ImageURL\": \"https://ai-media-251202827.cos.ap-guangzhou.myqcloud.com/%E6%98%9F%E8%A7%86%E9%A2%91.mp4_2021-11-04T12:14:17/cover/lens_KHT2pnwl.jpg\",\n \"StartTimeStamp\": 39.56\n },\n {\n \"EndTimeStamp\": 45.44,\n \"ImageURL\": \"https://ai-media-251202827.cos.ap-guangzhou.myqcloud.com/%E6%98%9F%E8%A7%86%E9%A2%91.mp4_2021-11-04T12:14:17/cover/lens_GGvu3x4d.jpg\",\n \"StartTimeStamp\": 41.68\n },\n {\n \"EndTimeStamp\": 49.56,\n \"ImageURL\": \"https://ai-media-251202827.cos.ap-guangzhou.myqcloud.com/%E6%98%9F%E8%A7%86%E9%A2%91.mp4_2021-11-04T12:14:17/cover/lens_QAt3s6nW.jpg\",\n \"StartTimeStamp\": 45.48\n },\n {\n \"EndTimeStamp\": 39.52,\n \"ImageURL\": \"https://ai-media-251202827.cos.ap-guangzhou.myqcloud.com/%E6%98%9F%E8%A7%86%E9%A2%91.mp4_2021-11-04T12:14:17/cover/lens_7Mu2jPLZ.jpg\",\n \"StartTimeStamp\": 34.88\n },\n {\n \"EndTimeStamp\": 39.52,\n \"ImageURL\": \"https://ai-media-251202827.cos.ap-guangzhou.myqcloud.com/%E6%98%9F%E8%A7%86%E9%A2%91.mp4_2021-11-04T12:14:17/cover/lens_7Mu2jPLZ.jpg\",\n \"StartTimeStamp\": 34.88\n }\n ]\n },\n \"TagSet\": [\n {\n \"AppearIndexPairSet\": [],\n \"FirstAppear\": 0,\n \"L2TagSet\": [\n {\n \"AppearIndexPairSet\": [],\n \"FirstAppear\": 0,\n \"L3TagSet\": [\n {\n \"AppearIndexPairSet\": [\n {\n \"AppearIndex\": 3,\n \"Index\": 0\n },\n {\n \"AppearIndex\": 3,\n \"Index\": 1\n },\n {\n \"AppearIndex\": 3,\n \"Index\": 2\n },\n {\n \"AppearIndex\": 3,\n \"Index\": 3\n },\n {\n \"AppearIndex\": 3,\n \"Index\": 4\n }\n ],\n \"FirstAppear\": 3,\n \"Name\": \"建筑物\"\n }\n ],\n \"Name\": \"城市景观\"\n },\n {\n \"AppearIndexPairSet\": [],\n \"FirstAppear\": 0,\n \"L3TagSet\": [\n {\n \"AppearIndexPairSet\": [\n {\n \"AppearIndex\": 3,\n \"Index\": 5\n }\n ],\n \"FirstAppear\": 3,\n \"Name\": \"农村风貌\"\n }\n ],\n \"Name\": \"农业场景\"\n }\n ],\n \"Name\": \"场景\"\n },\n {\n \"AppearIndexPairSet\": [],\n \"FirstAppear\": 0,\n \"L2TagSet\": [\n {\n \"AppearIndexPairSet\": [],\n \"FirstAppear\": 0,\n \"L3TagSet\": [\n {\n \"AppearIndexPairSet\": [\n {\n \"AppearIndex\": 3,\n \"Index\": 6\n }\n ],\n \"FirstAppear\": 3,\n \"Name\": \"自行车\"\n }\n ],\n \"Name\": \"陆地交通工具\"\n }\n ],\n \"Name\": \"交通工具\"\n }\n ]\n },\n \"Logo\": \"\",\n \"MediaClassifierSet\": [\n \"知识科普\"\n ],\n \"Source\": \"\",\n \"SummarySet\": [],\n \"SummaryTagSet\": [],\n \"TextInfoSet\": [\n {\n \"Content\": \"这是我2014年的一个作品\",\n \"EndTimeStamp\": 39.52,\n \"StartTimeStamp\": 34.88,\n \"Tag\": \"字幕\"\n },\n {\n \"Content\": \"制作的原型是济南的一处宿舍楼\",\n \"EndTimeStamp\": 39.52,\n \"StartTimeStamp\": 34.88,\n \"Tag\": \"字幕\"\n },\n {\n \"Content\": \"材料主要是泡沫板木板瓦楞制等\",\n \"EndTimeStamp\": 45.44,\n \"StartTimeStamp\": 41.68,\n \"Tag\": \"字幕\"\n },\n {\n \"Content\": \"制作周期2个月时间\",\n \"EndTimeStamp\": 49.56,\n \"StartTimeStamp\": 45.48,\n \"Tag\": \"字幕\"\n }\n ],\n \"TextTagSet\": {\n \"AppearInfo\": {\n \"AudioAppearSet\": [\n {\n \"EndPosition\": 37,\n \"Index\": 0,\n \"StartPosition\": 34\n },\n {\n \"EndPosition\": 28,\n \"Index\": 0,\n \"StartPosition\": 25\n },\n {\n \"EndPosition\": 25,\n \"Index\": 0,\n \"StartPosition\": 23\n },\n {\n \"EndPosition\": 20,\n \"Index\": 0,\n \"StartPosition\": 18\n }\n ],\n \"TextAppearSet\": [],\n \"VideoAppearSet\": []\n },\n \"TagSet\": [\n {\n \"AppearIndexPairSet\": [],\n \"FirstAppear\": 0,\n \"L2TagSet\": [\n {\n \"AppearIndexPairSet\": [],\n \"FirstAppear\": 0,\n \"L3TagSet\": [\n {\n \"AppearIndexPairSet\": [\n {\n \"AppearIndex\": 1,\n \"Index\": 0\n }\n ],\n \"FirstAppear\": 1,\n \"Name\": \"泡沫板\"\n },\n {\n \"AppearIndexPairSet\": [\n {\n \"AppearIndex\": 1,\n \"Index\": 1\n }\n ],\n \"FirstAppear\": 1,\n \"Name\": \"宿舍楼\"\n }\n ],\n \"Name\": \"关键词\"\n },\n {\n \"AppearIndexPairSet\": [],\n \"FirstAppear\": 0,\n \"L3TagSet\": [\n {\n \"AppearIndexPairSet\": [\n {\n \"AppearIndex\": 1,\n \"Index\": 2\n }\n ],\n \"FirstAppear\": 1,\n \"Name\": \"职工\"\n }\n ],\n \"Name\": \"身份职位\"\n },\n {\n \"AppearIndexPairSet\": [],\n \"FirstAppear\": 0,\n \"L3TagSet\": [\n {\n \"AppearIndexPairSet\": [\n {\n \"AppearIndex\": 1,\n \"Index\": 3\n }\n ],\n \"FirstAppear\": 1,\n \"Name\": \"济南\"\n }\n ],\n \"Name\": \"地点\"\n }\n ],\n \"Name\": \"\"\n }\n ]\n },\n \"TitleSet\": [],\n \"WebMediaURL\": \"https://ai-media-251202827.cos.ap-guangzhou.myqcloud.com/%E6%98%9F%E8%A7%86%E9%A2%91.mp4\",\n \"UnknownPersonSet\": [],\n \"MultiLevelPersonInfoSet\": []\n }\n },\n \"TaskInfo\": {\n \"FailedReason\": \"\",\n \"MediaId\": \"media-tqakf1vs\",\n \"MediaName\": \"星视频\",\n \"MediaPreknownInfo\": {\n \"MediaLabel\": 3,\n \"MediaLang\": 1,\n \"MediaSecondLabel\": 0,\n \"MediaType\": 2\n },\n \"TaskCreateTime\": \"2021-11-04T12:14:17+08:00\",\n \"TaskId\": \"task-l0ae7t96\",\n \"TaskName\": \"\",\n \"TaskProgress\": 0,\n \"TaskStartTime\": \"2021-11-04T12:14:18+08:00\",\n \"TaskStatus\": 8,\n \"TaskTimeCost\": 110,\n \"CallbackURL\": \"http://example.com/api/callback\",\n \"Label\": \"\",\n \"TextMetadata\": null,\n \"ImageMetadata\": null,\n \"AudioMetadata\": null,\n \"Metadata\": null\n }\n }\n}",
|
190
190
|
"title": "描述任务与任务结果"
|
191
191
|
}
|
192
192
|
],
|
@@ -1773,8 +1773,8 @@
|
|
1773
1773
|
},
|
1774
1774
|
{
|
1775
1775
|
"disabled": false,
|
1776
|
-
"document": "
|
1777
|
-
"example": "
|
1776
|
+
"document": "伪直播链接。 支持的协议以及格式: 协议:HTTP、HTTPS、RTMP、HLS 。格式:FLV、MP3、MP4、MPEG-TS、MOV、MKV、M4A。视频编码:H.264、VP8。音频编码:AAC、OPUS。",
|
1777
|
+
"example": "https://1234221212.vod-qcloud.com/425sfabhhs7814/e99049456789ghjk7399827/1INCKHSY9QMA.mp4",
|
1778
1778
|
"member": "string",
|
1779
1779
|
"name": "RecordLiveUrl",
|
1780
1780
|
"required": false,
|
@@ -589,18 +589,18 @@
|
|
589
589
|
"status": "online"
|
590
590
|
},
|
591
591
|
"ParseDoc": {
|
592
|
-
"document": "接口即将下线,请切换使用新接口:[文档解析](https://cloud.tencent.com/document/product/1759/107504)",
|
592
|
+
"document": "接口已迁移到新接口了,无调用量\n\n接口即将下线,请切换使用新接口:[文档解析](https://cloud.tencent.com/document/product/1759/107504)",
|
593
593
|
"input": "ParseDocRequest",
|
594
594
|
"name": "文档解析旧版(请迁移新接口)",
|
595
595
|
"output": "ParseDocResponse",
|
596
|
-
"status": "
|
596
|
+
"status": "deprecated"
|
597
597
|
},
|
598
598
|
"QueryParseDocResult": {
|
599
|
-
"document": "查询文档解析结果。该接口需开通文档解析原子能力后调用。文档解析原子能力内测中,如有需要请联系架构师或[联系客服](https://cloud.tencent.com/act/event/Online_service) 。",
|
599
|
+
"document": "接口已迁移到新接口了,无调用量\n\n查询文档解析结果。该接口需开通文档解析原子能力后调用。文档解析原子能力内测中,如有需要请联系架构师或[联系客服](https://cloud.tencent.com/act/event/Online_service) 。",
|
600
600
|
"input": "QueryParseDocResultRequest",
|
601
601
|
"name": "查询文档解析结果",
|
602
602
|
"output": "QueryParseDocResultResponse",
|
603
|
-
"status": "
|
603
|
+
"status": "deprecated"
|
604
604
|
},
|
605
605
|
"QueryRewrite": {
|
606
606
|
"document": "多轮改写(QueryRewrite)主要用于多轮对话中,进行指代消解和省略补全。使用本接口,无需输入prompt描述,根据对话历史即可生成更精确的用户查询。在应用场景上,本接口可应用于智能问答、对话式搜索等多种场景。\n本接口(QueryRewrite)有单账号调用上限控制,如您有提高并发限制的需求请 [联系我们](https://cloud.tencent.com/act/event/Online_service) 。",
|
@@ -16346,6 +16346,39 @@
|
|
16346
16346
|
"required": false,
|
16347
16347
|
"type": "object",
|
16348
16348
|
"value_allowed_null": true
|
16349
|
+
},
|
16350
|
+
{
|
16351
|
+
"disabled": false,
|
16352
|
+
"document": "色彩增强配置。\n注意:此字段可能返回 null,表示取不到有效值。",
|
16353
|
+
"example": "无",
|
16354
|
+
"member": "ColorEnhanceConfig",
|
16355
|
+
"name": "ColorEnhance",
|
16356
|
+
"output_required": false,
|
16357
|
+
"required": false,
|
16358
|
+
"type": "object",
|
16359
|
+
"value_allowed_null": true
|
16360
|
+
},
|
16361
|
+
{
|
16362
|
+
"disabled": false,
|
16363
|
+
"document": "细节增强配置。\n注意:此字段可能返回 null,表示取不到有效值。",
|
16364
|
+
"example": "无",
|
16365
|
+
"member": "SharpEnhanceConfig",
|
16366
|
+
"name": "SharpEnhance",
|
16367
|
+
"output_required": false,
|
16368
|
+
"required": false,
|
16369
|
+
"type": "object",
|
16370
|
+
"value_allowed_null": true
|
16371
|
+
},
|
16372
|
+
{
|
16373
|
+
"disabled": false,
|
16374
|
+
"document": "人脸增强配置。\n注意:此字段可能返回 null,表示取不到有效值。",
|
16375
|
+
"example": "无",
|
16376
|
+
"member": "FaceEnhanceConfig",
|
16377
|
+
"name": "FaceEnhance",
|
16378
|
+
"output_required": false,
|
16379
|
+
"required": false,
|
16380
|
+
"type": "object",
|
16381
|
+
"value_allowed_null": true
|
16349
16382
|
}
|
16350
16383
|
],
|
16351
16384
|
"usage": "both"
|
@@ -22592,7 +22625,7 @@
|
|
22592
22625
|
"members": [
|
22593
22626
|
{
|
22594
22627
|
"disabled": false,
|
22595
|
-
"document": "直播流处理结果类型,包含:\n<li>AiReviewResult:内容审核结果;</li>\n<li>AiRecognitionResult:内容识别结果;</li>\n<li>LiveRecordResult:直播录制结果;</li>\n<li>ProcessEof:直播流处理结束。</li>",
|
22628
|
+
"document": "直播流处理结果类型,包含:\n<li>AiReviewResult:内容审核结果;</li>\n<li>AiRecognitionResult:内容识别结果;</li>\n<li>LiveRecordResult:直播录制结果;</li>\n<li>AiQualityControlResult:媒体质检结果;</li>\n<li>ProcessEof:直播流处理结束。</li>",
|
22596
22629
|
"example": "ProcessEof",
|
22597
22630
|
"member": "string",
|
22598
22631
|
"name": "NotificationType",
|
@@ -22690,6 +22723,26 @@
|
|
22690
22723
|
"type": "string",
|
22691
22724
|
"value_allowed_null": false
|
22692
22725
|
},
|
22726
|
+
{
|
22727
|
+
"disabled": false,
|
22728
|
+
"document": "- 过期时间,事件通知签名过期 UNIX 时间戳。 - 来自媒体处理的消息通知默认过期时间是10分钟,如果一条消息通知中的 Timestamp 值所指定的时间已经过期,则可以判定这条通知无效,进而可以防止网络重放攻击。 - Timestamp 的格式为十进制 UNIX 时间戳,即从1970年01月01日(UTC/GMT 的午夜)开始所经过的秒数。\n注意:此字段可能返回 null,表示取不到有效值。",
|
22729
|
+
"example": "无",
|
22730
|
+
"member": "int64",
|
22731
|
+
"name": "Timestamp",
|
22732
|
+
"output_required": false,
|
22733
|
+
"type": "int",
|
22734
|
+
"value_allowed_null": true
|
22735
|
+
},
|
22736
|
+
{
|
22737
|
+
"disabled": false,
|
22738
|
+
"document": "事件通知安全签名 Sign = MD5(Timestamp + NotifyKey)。说明:媒体处理把Timestamp 和 TaskNotifyConfig 里面的NotifyKey 进行字符串拼接后通过 MD5 计算得出 Sign 值,并将其放在通知消息里,您的后台服务器在收到通知消息后可以根据同样的算法确认 Sign 是否正确,进而确认消息是否确实来自媒体处理后台。\n注意:此字段可能返回 null,表示取不到有效值。",
|
22739
|
+
"example": "无",
|
22740
|
+
"member": "string",
|
22741
|
+
"name": "Sign",
|
22742
|
+
"output_required": false,
|
22743
|
+
"type": "string",
|
22744
|
+
"value_allowed_null": true
|
22745
|
+
},
|
22693
22746
|
{
|
22694
22747
|
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
22695
22748
|
"member": "string",
|