tccli 3.0.1228.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 +101 -3
- tccli/services/aiart/v20221229/examples.json +8 -0
- tccli/services/batch/v20170312/api.json +15 -8
- tccli/services/cam/v20190116/api.json +25 -25
- tccli/services/cam/v20190116/examples.json +8 -8
- tccli/services/cdb/v20170320/api.json +8 -8
- tccli/services/cfw/v20190904/api.json +1 -1
- tccli/services/ckafka/v20190819/api.json +1 -1
- tccli/services/ckafka/v20190819/examples.json +14 -14
- tccli/services/clb/v20180317/api.json +1 -1
- tccli/services/cloudaudit/v20190319/api.json +15 -15
- tccli/services/cloudaudit/v20190319/examples.json +3 -3
- tccli/services/config/v20220802/api.json +70 -68
- tccli/services/config/v20220802/examples.json +6 -6
- tccli/services/cwp/v20180228/api.json +1 -1
- tccli/services/cynosdb/cynosdb_client.py +175 -16
- tccli/services/cynosdb/v20190107/api.json +292 -18
- tccli/services/cynosdb/v20190107/examples.json +30 -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/essbasic/v20210526/api.json +10 -0
- tccli/services/facefusion/v20181201/api.json +12 -6
- tccli/services/hai/v20230812/api.json +6 -6
- tccli/services/hai/v20230812/examples.json +2 -2
- 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/mqtt/mqtt_client.py +118 -12
- tccli/services/mqtt/v20240516/api.json +312 -33
- tccli/services/mqtt/v20240516/examples.json +23 -13
- tccli/services/ocr/v20181119/api.json +119 -30
- tccli/services/ocr/v20181119/examples.json +6 -6
- tccli/services/postgres/v20170312/api.json +221 -219
- tccli/services/postgres/v20170312/examples.json +36 -36
- tccli/services/pts/v20210728/api.json +22 -12
- tccli/services/redis/v20180412/api.json +14 -14
- tccli/services/scf/v20180416/api.json +12 -0
- tccli/services/ssl/v20191205/api.json +246 -173
- tccli/services/ssl/v20191205/examples.json +69 -69
- tccli/services/sts/v20180813/api.json +17 -11
- tccli/services/sts/v20180813/examples.json +6 -6
- tccli/services/tcr/v20190924/api.json +17 -17
- tccli/services/tdmq/tdmq_client.py +4 -57
- tccli/services/tdmq/v20200217/api.json +121 -202
- tccli/services/tdmq/v20200217/examples.json +29 -49
- tccli/services/trtc/v20190722/api.json +5 -9
- tccli/services/vclm/v20240523/api.json +28 -18
- tccli/services/vclm/v20240523/examples.json +2 -2
- tccli/services/vod/v20180717/api.json +18 -18
- tccli/services/vpc/v20170312/api.json +658 -163
- tccli/services/vpc/v20170312/examples.json +70 -14
- tccli/services/vpc/vpc_client.py +475 -104
- {tccli-3.0.1228.1.dist-info → tccli-3.0.1230.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1228.1.dist-info → tccli-3.0.1230.1.dist-info}/RECORD +64 -64
- {tccli-3.0.1228.1.dist-info → tccli-3.0.1230.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1228.1.dist-info → tccli-3.0.1230.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1228.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": "",
|
@@ -9205,6 +9205,16 @@
|
|
9205
9205
|
"output_required": false,
|
9206
9206
|
"type": "string",
|
9207
9207
|
"value_allowed_null": true
|
9208
|
+
},
|
9209
|
+
{
|
9210
|
+
"disabled": false,
|
9211
|
+
"document": "签署参与人在本流程中的编号ID(每个流程不同),可用此ID来定位签署参与人在本流程的签署节点。\n注意:此字段可能返回 null,表示取不到有效值。",
|
9212
|
+
"example": "yDRS4UUg********sCOsHS",
|
9213
|
+
"member": "string",
|
9214
|
+
"name": "SignId",
|
9215
|
+
"output_required": false,
|
9216
|
+
"type": "string",
|
9217
|
+
"value_allowed_null": true
|
9208
9218
|
}
|
9209
9219
|
],
|
9210
9220
|
"usage": "out"
|
@@ -223,6 +223,7 @@
|
|
223
223
|
"member": "int64",
|
224
224
|
"name": "X",
|
225
225
|
"output_required": true,
|
226
|
+
"required": false,
|
226
227
|
"type": "int",
|
227
228
|
"value_allowed_null": false
|
228
229
|
},
|
@@ -233,6 +234,7 @@
|
|
233
234
|
"member": "int64",
|
234
235
|
"name": "Y",
|
235
236
|
"output_required": true,
|
237
|
+
"required": false,
|
236
238
|
"type": "int",
|
237
239
|
"value_allowed_null": false
|
238
240
|
},
|
@@ -243,6 +245,7 @@
|
|
243
245
|
"member": "int64",
|
244
246
|
"name": "Width",
|
245
247
|
"output_required": true,
|
248
|
+
"required": false,
|
246
249
|
"type": "int",
|
247
250
|
"value_allowed_null": false
|
248
251
|
},
|
@@ -253,11 +256,12 @@
|
|
253
256
|
"member": "int64",
|
254
257
|
"name": "Height",
|
255
258
|
"output_required": true,
|
259
|
+
"required": false,
|
256
260
|
"type": "int",
|
257
261
|
"value_allowed_null": false
|
258
262
|
}
|
259
263
|
],
|
260
|
-
"usage": "
|
264
|
+
"usage": "both"
|
261
265
|
},
|
262
266
|
"FaceRect": {
|
263
267
|
"document": "人脸框信息",
|
@@ -559,25 +563,27 @@
|
|
559
563
|
{
|
560
564
|
"disabled": false,
|
561
565
|
"document": "人脸序号",
|
562
|
-
"example": "",
|
566
|
+
"example": "无",
|
563
567
|
"member": "string",
|
564
568
|
"name": "FaceId",
|
565
|
-
"
|
569
|
+
"output_required": true,
|
570
|
+
"required": false,
|
566
571
|
"type": "string",
|
567
572
|
"value_allowed_null": false
|
568
573
|
},
|
569
574
|
{
|
570
575
|
"disabled": false,
|
571
576
|
"document": "人脸框信息",
|
572
|
-
"example": "",
|
577
|
+
"example": "无",
|
573
578
|
"member": "FaceInfo",
|
574
579
|
"name": "FaceInfo",
|
575
|
-
"
|
580
|
+
"output_required": true,
|
581
|
+
"required": false,
|
576
582
|
"type": "object",
|
577
583
|
"value_allowed_null": false
|
578
584
|
}
|
579
585
|
],
|
580
|
-
"usage": "
|
586
|
+
"usage": "both"
|
581
587
|
},
|
582
588
|
"MergeInfo": {
|
583
589
|
"document": "人脸图片和待被融合的素材模板图的人脸位置信息。",
|
@@ -570,7 +570,7 @@
|
|
570
570
|
{
|
571
571
|
"disabled": false,
|
572
572
|
"document": "实例显示名称",
|
573
|
-
"example": "
|
573
|
+
"example": "hai",
|
574
574
|
"member": "string",
|
575
575
|
"name": "InstanceName",
|
576
576
|
"required": false,
|
@@ -958,7 +958,7 @@
|
|
958
958
|
{
|
959
959
|
"disabled": false,
|
960
960
|
"document": "实例id\n注意:此字段可能返回 null,表示取不到有效值。",
|
961
|
-
"example": "
|
961
|
+
"example": "hai-k31lvhiv",
|
962
962
|
"member": "string",
|
963
963
|
"name": "InstanceId",
|
964
964
|
"output_required": false,
|
@@ -1312,7 +1312,7 @@
|
|
1312
1312
|
{
|
1313
1313
|
"disabled": false,
|
1314
1314
|
"document": "默认为False,True代表只验证接口连通性",
|
1315
|
-
"example": "
|
1315
|
+
"example": "False",
|
1316
1316
|
"member": "bool",
|
1317
1317
|
"name": "DryRun",
|
1318
1318
|
"required": false,
|
@@ -1327,7 +1327,7 @@
|
|
1327
1327
|
{
|
1328
1328
|
"disabled": false,
|
1329
1329
|
"document": "task任务id",
|
1330
|
-
"example": "
|
1330
|
+
"example": "232558431",
|
1331
1331
|
"member": "uint64",
|
1332
1332
|
"name": "TaskId",
|
1333
1333
|
"output_required": false,
|
@@ -1367,7 +1367,7 @@
|
|
1367
1367
|
{
|
1368
1368
|
"disabled": false,
|
1369
1369
|
"document": "默认为False,True代表只验证接口连通性",
|
1370
|
-
"example": "
|
1370
|
+
"example": "False",
|
1371
1371
|
"member": "bool",
|
1372
1372
|
"name": "DryRun",
|
1373
1373
|
"required": false,
|
@@ -1382,7 +1382,7 @@
|
|
1382
1382
|
{
|
1383
1383
|
"disabled": false,
|
1384
1384
|
"document": "task任务id",
|
1385
|
-
"example": "
|
1385
|
+
"example": "232558431",
|
1386
1386
|
"member": "uint64",
|
1387
1387
|
"name": "TaskId",
|
1388
1388
|
"output_required": false,
|
@@ -20,7 +20,7 @@
|
|
20
20
|
{
|
21
21
|
"document": "查看指定实例hai-jklfaded的信息",
|
22
22
|
"input": "POST / HTTP/1.1\nHost: hai.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeInstances\n<公共请求参数>\n\n{\n \"InstanceIds\": [\n \"hai-jklfaded\"\n ],\n \"Offset\": 0,\n \"Limit\": 1\n}",
|
23
|
-
"output": "{\n \"Response\": {\n \"TotalCount\": 10,\n \"InstanceSet\": [\n {\n \"InstanceId\": \"hai-jklfaded\",\n \"InstanceName\": \"
|
23
|
+
"output": "{\n \"Response\": {\n \"TotalCount\": 10,\n \"InstanceSet\": [\n {\n \"InstanceId\": \"hai-jklfaded\",\n \"InstanceName\": \"hai\",\n \"InstanceState\": \"RUNNING\",\n \"ApplicationName\": \"pytorch\",\n \"BundleName\": \"基础型\",\n \"GPUPerformance\": \"8+TFlops\",\n \"GPUMemory\": \"16+GB\",\n \"CPU\": \"20C\",\n \"Memory\": \"80GB\",\n \"SystemDisk\": {\n \"DiskType\": \"CLOUD_SSD\",\n \"DiskSize\": 80\n },\n \"PrivateIpAddresses\": [\n \"1.1.1.1\"\n ],\n \"PublicIpAddresses\": [\n \"2.2.2.2\"\n ],\n \"SecurityGroupIds\": [\n \"sg-xxxxxxxx\"\n ],\n \"LatestOperation\": \"RunInstances\",\n \"LatestOperationState\": \"SUCCESS\",\n \"CreateTime\": \"2023-08-01 00:00:00\",\n \"MaxOutBandwidth\": \"10Mbps\",\n \"MaxFreeTraffic\": \"1000GB\",\n \"ConfigurationEnvironment\": \"cuda 10 | pytorch | tensorflow\",\n \"LoginServices\": [\n {\n \"ServiceName\": \"jupyter\"\n }\n ],\n \"OSType\": \"linux\"\n }\n ],\n \"RequestId\": \"41fa870d-8592-493c-b794-9fe19f23e800\"\n }\n}",
|
24
24
|
"title": "查看指定实例hai-jklfaded的信息"
|
25
25
|
}
|
26
26
|
],
|
@@ -51,7 +51,7 @@
|
|
51
51
|
"InquirePriceRunInstances": [
|
52
52
|
{
|
53
53
|
"document": "",
|
54
|
-
"input": "POST / HTTP/1.1\nHost: hai.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: InquirePriceRunInstances\n<公共请求参数>\n\n{\n \"ApplicationId\": \"app-jknfna\",\n \"BundleType\": \"S\",\n \"SystemDisk\": {\n \"DiskType\": \"CLOUD_PREMIUM\",\n \"DiskSize\": 250\n },\n \"InstanceName\": \"
|
54
|
+
"input": "POST / HTTP/1.1\nHost: hai.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: InquirePriceRunInstances\n<公共请求参数>\n\n{\n \"ApplicationId\": \"app-jknfna\",\n \"BundleType\": \"S\",\n \"SystemDisk\": {\n \"DiskType\": \"CLOUD_PREMIUM\",\n \"DiskSize\": 250\n },\n \"InstanceName\": \"hai\"\n}",
|
55
55
|
"output": "{\n \"Response\": {\n \"Price\": {\n \"InstancePrice\": {\n \"UnitPrice\": 0.88,\n \"DiscountUnitPrice\": 0.88,\n \"Discount\": 100.0,\n \"ChargeUnit\": \"HOUR\",\n \"Amount\": 1\n },\n \"CloudDiskPrice\": {\n \"UnitPrice\": 0,\n \"DiscountUnitPrice\": 0,\n \"Discount\": 0,\n \"ChargeUnit\": \"HOUR\",\n \"Amount\": 1\n }\n },\n \"RequestId\": \"abc\"\n }\n}",
|
56
56
|
"title": "发货询价"
|
57
57
|
}
|
@@ -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) 。",
|