tccli 3.0.1229.1__py2.py3-none-any.whl → 3.0.1231.1__py2.py3-none-any.whl

Sign up to get free protection for your applications and to get access to all the features.
Files changed (59) hide show
  1. tccli/__init__.py +1 -1
  2. tccli/services/aiart/aiart_client.py +110 -4
  3. tccli/services/aiart/v20221229/api.json +197 -10
  4. tccli/services/aiart/v20221229/examples.json +16 -0
  5. tccli/services/batch/v20170312/api.json +19 -14
  6. tccli/services/cam/cam_client.py +53 -0
  7. tccli/services/cam/v20190116/api.json +125 -52
  8. tccli/services/cam/v20190116/examples.json +12 -4
  9. tccli/services/cfg/v20210820/api.json +9 -0
  10. tccli/services/cfw/v20190904/api.json +1 -1
  11. tccli/services/cloudaudit/v20190319/api.json +39 -39
  12. tccli/services/cloudaudit/v20190319/examples.json +5 -5
  13. tccli/services/cvm/v20170312/api.json +53 -55
  14. tccli/services/cvm/v20170312/examples.json +3 -3
  15. tccli/services/cwp/v20180228/api.json +1 -1
  16. tccli/services/cynosdb/cynosdb_client.py +110 -57
  17. tccli/services/cynosdb/v20190107/api.json +166 -18
  18. tccli/services/cynosdb/v20190107/examples.json +14 -0
  19. tccli/services/dbbrain/v20210527/api.json +3 -1
  20. tccli/services/emr/emr_client.py +110 -4
  21. tccli/services/emr/v20190103/api.json +645 -0
  22. tccli/services/emr/v20190103/examples.json +16 -0
  23. tccli/services/es/v20180416/api.json +106 -8
  24. tccli/services/essbasic/v20210526/api.json +2 -2
  25. tccli/services/iotexplorer/v20190423/api.json +10 -0
  26. tccli/services/ivld/v20210903/api.json +25 -25
  27. tccli/services/ivld/v20210903/examples.json +1 -1
  28. tccli/services/lcic/v20220817/api.json +2 -2
  29. tccli/services/lke/v20231130/api.json +4 -4
  30. tccli/services/memcached/v20190318/api.json +20 -20
  31. tccli/services/mps/v20190612/api.json +65 -1
  32. tccli/services/mqtt/mqtt_client.py +283 -71
  33. tccli/services/mqtt/v20240516/api.json +312 -0
  34. tccli/services/mqtt/v20240516/examples.json +32 -0
  35. tccli/services/ocr/v20181119/api.json +251 -28
  36. tccli/services/ocr/v20181119/examples.json +1 -1
  37. tccli/services/postgres/v20170312/api.json +232 -228
  38. tccli/services/postgres/v20170312/examples.json +38 -38
  39. tccli/services/redis/v20180412/examples.json +2 -2
  40. tccli/services/ssl/v20191205/api.json +4 -4
  41. tccli/services/ssl/v20191205/examples.json +1 -1
  42. tccli/services/sts/v20180813/api.json +9 -9
  43. tccli/services/tdmq/v20200217/api.json +2 -2
  44. tccli/services/trtc/v20190722/api.json +4 -8
  45. tccli/services/tse/tse_client.py +228 -16
  46. tccli/services/tse/v20201207/api.json +476 -0
  47. tccli/services/tse/v20201207/examples.json +32 -0
  48. tccli/services/vclm/v20240523/api.json +3 -3
  49. tccli/services/vdb/v20230616/api.json +3 -3
  50. tccli/services/vdb/v20230616/examples.json +1 -1
  51. tccli/services/vod/v20180717/api.json +17 -17
  52. tccli/services/vpc/v20170312/api.json +510 -34
  53. tccli/services/vpc/v20170312/examples.json +68 -12
  54. tccli/services/vpc/vpc_client.py +475 -104
  55. {tccli-3.0.1229.1.dist-info → tccli-3.0.1231.1.dist-info}/METADATA +2 -2
  56. {tccli-3.0.1229.1.dist-info → tccli-3.0.1231.1.dist-info}/RECORD +59 -59
  57. {tccli-3.0.1229.1.dist-info → tccli-3.0.1231.1.dist-info}/WHEEL +0 -0
  58. {tccli-3.0.1229.1.dist-info → tccli-3.0.1231.1.dist-info}/entry_points.txt +0 -0
  59. {tccli-3.0.1229.1.dist-info → tccli-3.0.1231.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": "",
@@ -5062,6 +5062,7 @@
5062
5062
  "example": "无",
5063
5063
  "member": "DictInfo",
5064
5064
  "name": "MainDict",
5065
+ "output_required": true,
5065
5066
  "required": true,
5066
5067
  "type": "list",
5067
5068
  "value_allowed_null": false
@@ -5072,6 +5073,7 @@
5072
5073
  "example": "无",
5073
5074
  "member": "DictInfo",
5074
5075
  "name": "Stopwords",
5076
+ "output_required": true,
5075
5077
  "required": true,
5076
5078
  "type": "list",
5077
5079
  "value_allowed_null": false
@@ -5082,6 +5084,7 @@
5082
5084
  "example": "无",
5083
5085
  "member": "DictInfo",
5084
5086
  "name": "QQDict",
5087
+ "output_required": true,
5085
5088
  "required": true,
5086
5089
  "type": "list",
5087
5090
  "value_allowed_null": false
@@ -5092,6 +5095,7 @@
5092
5095
  "example": "无",
5093
5096
  "member": "DictInfo",
5094
5097
  "name": "Synonym",
5098
+ "output_required": true,
5095
5099
  "required": true,
5096
5100
  "type": "list",
5097
5101
  "value_allowed_null": false
@@ -5102,9 +5106,54 @@
5102
5106
  "example": "无",
5103
5107
  "member": "string",
5104
5108
  "name": "UpdateType",
5109
+ "output_required": true,
5105
5110
  "required": true,
5106
5111
  "type": "string",
5107
5112
  "value_allowed_null": false
5113
+ },
5114
+ {
5115
+ "disabled": false,
5116
+ "document": "ansj启用词词典列表\n注意:此字段可能返回 null,表示取不到有效值。",
5117
+ "example": "无",
5118
+ "member": "DictInfo",
5119
+ "name": "AnsjMain",
5120
+ "output_required": false,
5121
+ "required": false,
5122
+ "type": "list",
5123
+ "value_allowed_null": true
5124
+ },
5125
+ {
5126
+ "disabled": false,
5127
+ "document": "ansj停用词词典列表\n注意:此字段可能返回 null,表示取不到有效值。",
5128
+ "example": "无",
5129
+ "member": "DictInfo",
5130
+ "name": "AnsjStop",
5131
+ "output_required": false,
5132
+ "required": false,
5133
+ "type": "list",
5134
+ "value_allowed_null": true
5135
+ },
5136
+ {
5137
+ "disabled": false,
5138
+ "document": "ansj歧义词库列表\n注意:此字段可能返回 null,表示取不到有效值。",
5139
+ "example": "无",
5140
+ "member": "DictInfo",
5141
+ "name": "AnsjAmbiguity",
5142
+ "output_required": false,
5143
+ "required": false,
5144
+ "type": "list",
5145
+ "value_allowed_null": true
5146
+ },
5147
+ {
5148
+ "disabled": false,
5149
+ "document": "ansj同义词词典列表\n注意:此字段可能返回 null,表示取不到有效值。",
5150
+ "example": "无",
5151
+ "member": "DictInfo",
5152
+ "name": "AnsjSynonyms",
5153
+ "output_required": false,
5154
+ "required": false,
5155
+ "type": "list",
5156
+ "value_allowed_null": true
5108
5157
  }
5109
5158
  ],
5110
5159
  "usage": "both"
@@ -6696,6 +6745,36 @@
6696
6745
  "output_required": false,
6697
6746
  "type": "int",
6698
6747
  "value_allowed_null": true
6748
+ },
6749
+ {
6750
+ "disabled": false,
6751
+ "document": "是否有置放群组异步调度任务\n注意:此字段可能返回 null,表示取不到有效值。",
6752
+ "example": "false",
6753
+ "member": "bool",
6754
+ "name": "EnableScheduleRecoverGroup",
6755
+ "output_required": false,
6756
+ "type": "bool",
6757
+ "value_allowed_null": true
6758
+ },
6759
+ {
6760
+ "disabled": false,
6761
+ "document": "异步调度任务的时间\n注意:此字段可能返回 null,表示取不到有效值。",
6762
+ "example": "无",
6763
+ "member": "EnableScheduleOperationDuration",
6764
+ "name": "EnableScheduleOperationDuration",
6765
+ "output_required": false,
6766
+ "type": "object",
6767
+ "value_allowed_null": true
6768
+ },
6769
+ {
6770
+ "disabled": false,
6771
+ "document": "开启集群保护:OPEN-开启,CLOSE-关闭\n注意:此字段可能返回 null,表示取不到有效值。",
6772
+ "example": "CLOSE",
6773
+ "member": "string",
6774
+ "name": "EnableDestroyProtection",
6775
+ "output_required": false,
6776
+ "type": "string",
6777
+ "value_allowed_null": true
6699
6778
  }
6700
6779
  ],
6701
6780
  "usage": "out"
@@ -8254,7 +8333,7 @@
8254
8333
  "example": "无",
8255
8334
  "member": "uint64",
8256
8335
  "name": "Id",
8257
- "required": true,
8336
+ "output_required": true,
8258
8337
  "type": "int",
8259
8338
  "value_allowed_null": false
8260
8339
  },
@@ -8264,7 +8343,7 @@
8264
8343
  "example": "无",
8265
8344
  "member": "string",
8266
8345
  "name": "StartTime",
8267
- "required": true,
8346
+ "output_required": true,
8268
8347
  "type": "string",
8269
8348
  "value_allowed_null": false
8270
8349
  },
@@ -8274,7 +8353,7 @@
8274
8353
  "example": "无",
8275
8354
  "member": "string",
8276
8355
  "name": "Type",
8277
- "required": true,
8356
+ "output_required": true,
8278
8357
  "type": "string",
8279
8358
  "value_allowed_null": false
8280
8359
  },
@@ -8284,7 +8363,7 @@
8284
8363
  "example": "无",
8285
8364
  "member": "OperationDetail",
8286
8365
  "name": "Detail",
8287
- "required": true,
8366
+ "output_required": true,
8288
8367
  "type": "object",
8289
8368
  "value_allowed_null": false
8290
8369
  },
@@ -8294,7 +8373,7 @@
8294
8373
  "example": "无",
8295
8374
  "member": "string",
8296
8375
  "name": "Result",
8297
- "required": true,
8376
+ "output_required": true,
8298
8377
  "type": "string",
8299
8378
  "value_allowed_null": false
8300
8379
  },
@@ -8304,7 +8383,7 @@
8304
8383
  "example": "无",
8305
8384
  "member": "TaskDetail",
8306
8385
  "name": "Tasks",
8307
- "required": true,
8386
+ "output_required": true,
8308
8387
  "type": "list",
8309
8388
  "value_allowed_null": false
8310
8389
  },
@@ -8314,17 +8393,27 @@
8314
8393
  "example": "无",
8315
8394
  "member": "float",
8316
8395
  "name": "Progress",
8317
- "required": true,
8396
+ "output_required": true,
8318
8397
  "type": "float",
8319
8398
  "value_allowed_null": false
8320
8399
  },
8400
+ {
8401
+ "disabled": false,
8402
+ "document": "回滚标记, 0未回滚 ,1回滚中,2已回滚",
8403
+ "example": "0",
8404
+ "member": "int64",
8405
+ "name": "RollbackTag",
8406
+ "output_required": false,
8407
+ "type": "int",
8408
+ "value_allowed_null": false
8409
+ },
8321
8410
  {
8322
8411
  "disabled": false,
8323
8412
  "document": "操作者Uin\n注意:此字段可能返回 null,表示取不到有效值。",
8324
8413
  "example": "无",
8325
8414
  "member": "string",
8326
8415
  "name": "SubAccountUin",
8327
- "required": false,
8416
+ "output_required": false,
8328
8417
  "type": "string",
8329
8418
  "value_allowed_null": true
8330
8419
  }
@@ -10678,6 +10767,15 @@
10678
10767
  "name": "EnableScheduleOperationDuration",
10679
10768
  "required": false,
10680
10769
  "type": "object"
10770
+ },
10771
+ {
10772
+ "disabled": false,
10773
+ "document": "开启集群保护:OPEN-开启,CLOSE-关闭",
10774
+ "example": "CLOSE",
10775
+ "member": "string",
10776
+ "name": "EnableDestroyProtection",
10777
+ "required": false,
10778
+ "type": "string"
10681
10779
  }
10682
10780
  ],
10683
10781
  "type": "object"
@@ -332,7 +332,7 @@
332
332
  "CreateBatchOrganizationRegistrationTasks": {
333
333
  "document": "该接口用于批量创建企业认证链接, 可以支持PC浏览器,H5和小程序三种途径。\n此接口为异步提交任务接口,需要与[查询子企业批量认证链接](https://qcloudimg.tencent-cloud.cn/raw/1d3737991b2a3be78002bd78a47d6917.png)配合使用,整体流程如下图。\n![image](https://qcloudimg.tencent-cloud.cn/raw/654aa2a72ab7d42f06464ea33c50c3bb.png)\n\n\n\n**注意**\n\n1. 单次最多创建10个子企业。\n2. 一天内,同一家企业最多创建8000个子企业。\n3. 同一批创建的子客户不能重复,包括企业名称、企业统一信用代码和子客户经办人openId。\n4. 跳转到小程序的实现,请参考微信官方文档(分为<a href=\"https://developers.weixin.qq.com/miniprogram/dev/api/navigate/wx.navigateToMiniProgram.html\">全屏</a>、<a href=\"https://developers.weixin.qq.com/miniprogram/dev/framework/open-ability/openEmbeddedMiniProgram.html\">半屏</a>两种方式)。如何配置跳转电子签小程序,可参考:<a href=\"https://qian.tencent.com/developers/company/openwxminiprogram\">跳转电子签小程序配置</a>。\n\n\n\n**腾讯电子签小程序的AppID 和 原始Id如下:**\n\n| 小程序 | AppID | 原始ID |\n| ------------ | ------------ | ------------ |\n| 腾讯电子签(正式版) | wxa023b292fd19d41d | gh_da88f6188665 |\n| 腾讯电子签Demo | wx371151823f6f3edf | gh_39a5d3de69fa |",
334
334
  "input": "CreateBatchOrganizationRegistrationTasksRequest",
335
- "name": "提交子企业批量认证链接创建任务",
335
+ "name": "创建企业批量认证链接任务",
336
336
  "output": "CreateBatchOrganizationRegistrationTasksResponse",
337
337
  "status": "online"
338
338
  },
@@ -1396,7 +1396,7 @@
1396
1396
  {
1397
1397
  "disabled": false,
1398
1398
  "document": "撤回原因,长度不能超过200,只能由中文、字母、数字和下划线组成。",
1399
- "example": "合同里边支付的加个写错了",
1399
+ "example": "合同里边支付的价格写错了",
1400
1400
  "member": "string",
1401
1401
  "name": "CancelMessage",
1402
1402
  "required": false,
@@ -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": "批量描述自定义人物\n\n",
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
- "required": true,
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
- "required": true,
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
- "required": true,
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
- "required": true,
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
- "required": true,
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
- "required": true,
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
- "required": true,
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
- "required": true,
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
- "required": true,
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
- "required": true,
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
- "required": true,
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
- "required": true,
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
- "required": true,
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
- "required": true,
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
- "required": true,
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
- "required": true,
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
- "required": true,
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
- "required": true,
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
- "required": true,
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": "www.demo.com",
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": "online"
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": "online"
603
+ "status": "deprecated"
604
604
  },
605
605
  "QueryRewrite": {
606
606
  "document": "多轮改写(QueryRewrite)主要用于多轮对话中,进行指代消解和省略补全。使用本接口,无需输入prompt描述,根据对话历史即可生成更精确的用户查询。在应用场景上,本接口可应用于智能问答、对话式搜索等多种场景。\n本接口(QueryRewrite)有单账号调用上限控制,如您有提高并发限制的需求请 [联系我们](https://cloud.tencent.com/act/event/Online_service) 。",