tccli 3.0.1132.1__py2.py3-none-any.whl → 3.0.1134.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 (83) hide show
  1. tccli/__init__.py +1 -1
  2. tccli/services/apm/v20210622/api.json +1 -0
  3. tccli/services/apm/v20210622/examples.json +1 -1
  4. tccli/services/asr/v20190614/api.json +2 -2
  5. tccli/services/billing/v20180709/api.json +10 -0
  6. tccli/services/cam/v20190116/api.json +41 -12
  7. tccli/services/cdwch/v20200915/api.json +9 -9
  8. tccli/services/cdwch/v20200915/examples.json +1 -1
  9. tccli/services/cdwdoris/v20211228/api.json +18 -0
  10. tccli/services/cfw/v20190904/api.json +4 -4
  11. tccli/services/ckafka/v20190819/api.json +130 -74
  12. tccli/services/ckafka/v20190819/examples.json +17 -17
  13. tccli/services/cls/v20201016/api.json +1 -1
  14. tccli/services/cls/v20201016/examples.json +1 -1
  15. tccli/services/cmq/v20190304/api.json +53 -49
  16. tccli/services/cmq/v20190304/examples.json +2 -2
  17. tccli/services/cms/v20190321/api.json +2 -0
  18. tccli/services/cms/v20190321/examples.json +1 -1
  19. tccli/services/csip/v20221121/api.json +137 -42
  20. tccli/services/csip/v20221121/examples.json +4 -4
  21. tccli/services/cynosdb/cynosdb_client.py +57 -4
  22. tccli/services/cynosdb/v20190107/api.json +451 -0
  23. tccli/services/cynosdb/v20190107/examples.json +8 -0
  24. tccli/services/dlc/dlc_client.py +106 -0
  25. tccli/services/dlc/v20210125/api.json +181 -0
  26. tccli/services/dlc/v20210125/examples.json +16 -0
  27. tccli/services/dsgc/v20190723/api.json +65 -58
  28. tccli/services/dsgc/v20190723/examples.json +5 -5
  29. tccli/services/dts/dts_client.py +0 -53
  30. tccli/services/dts/v20180330/api.json +0 -98
  31. tccli/services/dts/v20180330/examples.json +0 -8
  32. tccli/services/eb/v20210416/examples.json +1 -1
  33. tccli/services/emr/v20190103/api.json +5 -5
  34. tccli/services/ess/ess_client.py +411 -305
  35. tccli/services/ess/v20201111/api.json +144 -0
  36. tccli/services/ess/v20201111/examples.json +16 -0
  37. tccli/services/essbasic/essbasic_client.py +110 -4
  38. tccli/services/essbasic/v20210526/api.json +139 -4
  39. tccli/services/essbasic/v20210526/examples.json +16 -0
  40. tccli/services/gaap/v20180529/api.json +1 -1
  41. tccli/services/gaap/v20180529/examples.json +0 -6
  42. tccli/services/iecp/v20210914/api.json +40 -40
  43. tccli/services/ims/v20201229/api.json +2 -2
  44. tccli/services/lke/lke_client.py +171 -12
  45. tccli/services/lke/v20231130/api.json +524 -0
  46. tccli/services/lke/v20231130/examples.json +24 -0
  47. tccli/services/mongodb/mongodb_client.py +57 -4
  48. tccli/services/mongodb/v20190725/api.json +96 -0
  49. tccli/services/mongodb/v20190725/examples.json +8 -0
  50. tccli/services/monitor/v20180724/api.json +47 -19
  51. tccli/services/monitor/v20180724/examples.json +4 -4
  52. tccli/services/mps/v20190612/api.json +57 -7
  53. tccli/services/mps/v20190612/examples.json +1 -1
  54. tccli/services/ocr/v20181119/api.json +373 -3
  55. tccli/services/organization/organization_client.py +118 -12
  56. tccli/services/organization/v20210331/api.json +68 -0
  57. tccli/services/organization/v20210331/examples.json +16 -0
  58. tccli/services/pts/v20210728/api.json +1 -1
  59. tccli/services/pts/v20210728/examples.json +1 -1
  60. tccli/services/rum/v20210622/api.json +2 -0
  61. tccli/services/rum/v20210622/examples.json +1 -1
  62. tccli/services/sms/v20210111/api.json +26 -26
  63. tccli/services/tcr/v20190924/api.json +13 -10
  64. tccli/services/tcr/v20190924/examples.json +2 -2
  65. tccli/services/tdmq/tdmq_client.py +443 -19
  66. tccli/services/tdmq/v20200217/api.json +570 -0
  67. tccli/services/tdmq/v20200217/examples.json +64 -0
  68. tccli/services/tke/tke_client.py +53 -0
  69. tccli/services/tke/v20180525/api.json +227 -41
  70. tccli/services/tke/v20180525/examples.json +26 -0
  71. tccli/services/trro/v20220325/api.json +6 -6
  72. tccli/services/trtc/v20190722/api.json +1 -1
  73. tccli/services/tse/v20201207/api.json +13 -2
  74. tccli/services/tsf/v20180326/api.json +47 -35
  75. tccli/services/tsf/v20180326/examples.json +4 -4
  76. tccli/services/waf/v20180125/api.json +65 -9
  77. tccli/services/waf/v20180125/examples.json +1 -1
  78. tccli/services/wedata/v20210820/api.json +30 -19
  79. {tccli-3.0.1132.1.dist-info → tccli-3.0.1134.1.dist-info}/METADATA +2 -2
  80. {tccli-3.0.1132.1.dist-info → tccli-3.0.1134.1.dist-info}/RECORD +83 -83
  81. {tccli-3.0.1132.1.dist-info → tccli-3.0.1134.1.dist-info}/WHEEL +0 -0
  82. {tccli-3.0.1132.1.dist-info → tccli-3.0.1134.1.dist-info}/entry_points.txt +0 -0
  83. {tccli-3.0.1132.1.dist-info → tccli-3.0.1134.1.dist-info}/license_files/LICENSE +0 -0
@@ -4299,7 +4299,7 @@
4299
4299
  "example": "无",
4300
4300
  "member": "GlobalDns",
4301
4301
  "name": "GlobalDnsList",
4302
- "required": true,
4302
+ "output_required": true,
4303
4303
  "type": "list",
4304
4304
  "value_allowed_null": false
4305
4305
  },
@@ -434,12 +434,6 @@
434
434
  "input": "POST / HTTP/1.1\nHost: gaap.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeGlobalDomainDns\n<公共请求参数>\n\n{\n \"DomainId\": \"test.com\"\n}",
435
435
  "output": "{\n \"Response\": {\n \"RequestId\": \"51828ffb-75f5-4378-921b-212a8a07574c\",\n \"GlobalDnsList\": [\n {\n \"Status\": 0,\n \"AccessList\": [],\n \"CountryAreaList\": [\n {\n \"Remark\": \"1\",\n \"NationCountryName\": \"韩国\",\n \"GeographicalZoneInnerCode\": \"101000\",\n \"ContinentName\": \"亚洲\",\n \"ContinentInnerCode\": \"100000\",\n \"NationCountryInnerCode\": \"101007\",\n \"GeographicalZoneName\": \"东亚\"\n },\n {\n \"Remark\": \"1\",\n \"NationCountryName\": \"中国大陆-华西\",\n \"GeographicalZoneInnerCode\": \"101000\",\n \"ContinentName\": \"亚洲\",\n \"ContinentInnerCode\": \"100000\",\n \"NationCountryInnerCode\": \"101004\",\n \"GeographicalZoneName\": \"东亚\"\n }\n ],\n \"DnsRecordId\": 258\n }\n ]\n }\n}",
436
436
  "title": "查询域名解析记录列表"
437
- },
438
- {
439
- "document": "",
440
- "input": "POST / HTTP/1.1\nHost: gaap.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeGlobalDomainDns\n<公共请求参数>\n\n{\n \"DomainId\": \"dm-fgsymu39\"\n}",
441
- "output": "{\n \"Response\": {\n \"RequestId\": \"fa0f3927-406e-4a45-bced-590b4b0175fe\",\n \"GlobalDnsList\": [\n {\n \"DnsRecordId\": 12756,\n \"CountryAreaList\": [\n {\n \"ContinentInnerCode\": \"100000\",\n \"ContinentName\": \"亚洲\",\n \"GeographicalZoneInnerCode\": \"101000\",\n \"GeographicalZoneName\": \"东亚\",\n \"NationCountryInnerCode\": \"101001\",\n \"NationCountryName\": \"中国大陆-华北\"\n }\n ],\n \"AccessList\": [\n {\n \"ProxyId\": \"link-4m6fx36h\",\n \"Vip\": \"1.14.225.21\",\n \"VipList\": [\n {\n \"IP\": \"1.14.225.21\",\n \"Provider\": \"BGP\",\n \"Bandwidth\": 10\n }\n ],\n \"RegionId\": \"Guangzhou\",\n \"SourceRegionIdcType\": \"dc\",\n \"RegionName\": \"广州(原中国大陆-华南大区)\"\n }\n ],\n \"Status\": 1\n }\n ]\n }\n}",
442
- "title": "查询统一域名的域名解析"
443
437
  }
444
438
  ],
445
439
  "DescribeGlobalDomains": [
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "actions": {
3
3
  "ApplyMarketComponent": {
4
- "document": "从组件市场选中组件并添加到应用模板列表",
4
+ "document": "产品停售,预下线\n\n从组件市场选中组件并添加到应用模板列表",
5
5
  "input": "ApplyMarketComponentRequest",
6
6
  "name": "使用组件市场中的组件",
7
7
  "output": "ApplyMarketComponentResponse",
8
- "status": "online"
8
+ "status": "deprecated"
9
9
  },
10
10
  "BuildMessageRoute": {
11
11
  "document": "建立消息路由",
@@ -15,11 +15,11 @@
15
15
  "status": "online"
16
16
  },
17
17
  "CreateApplicationVisualization": {
18
- "document": "创建可视化创建应用模板",
18
+ "document": "产品停售,预下线\n\n创建可视化创建应用模板",
19
19
  "input": "CreateApplicationVisualizationRequest",
20
20
  "name": "创建可视化创建应用模板",
21
21
  "output": "CreateApplicationVisualizationResponse",
22
- "status": "online"
22
+ "status": "deprecated"
23
23
  },
24
24
  "CreateConfigMap": {
25
25
  "document": "创建ConfigMap",
@@ -57,18 +57,18 @@
57
57
  "status": "online"
58
58
  },
59
59
  "CreateEdgeUnitApplicationVisualization": {
60
- "document": "可视化创建应用",
60
+ "document": "产品停售,预下线\n\n可视化创建应用",
61
61
  "input": "CreateEdgeUnitApplicationVisualizationRequest",
62
62
  "name": "可视化创建应用",
63
63
  "output": "CreateEdgeUnitApplicationVisualizationResponse",
64
- "status": "online"
64
+ "status": "deprecated"
65
65
  },
66
66
  "CreateEdgeUnitApplicationYaml": {
67
- "document": "yaml方式创建应用",
67
+ "document": "产品停售,预下线\n\nyaml方式创建应用",
68
68
  "input": "CreateEdgeUnitApplicationYamlRequest",
69
69
  "name": "yaml方式创建应用",
70
70
  "output": "CreateEdgeUnitApplicationYamlResponse",
71
- "status": "online"
71
+ "status": "deprecated"
72
72
  },
73
73
  "CreateEdgeUnitCloud": {
74
74
  "document": "创建边缘单元",
@@ -127,11 +127,11 @@
127
127
  "status": "online"
128
128
  },
129
129
  "DeleteApplications": {
130
- "document": "删除应用模板",
130
+ "document": "产品停售,预下线\n\n删除应用模板",
131
131
  "input": "DeleteApplicationsRequest",
132
132
  "name": "删除应用模板",
133
133
  "output": "DeleteApplicationsResponse",
134
- "status": "online"
134
+ "status": "deprecated"
135
135
  },
136
136
  "DeleteConfigMap": {
137
137
  "document": "删除ConfigMap",
@@ -162,11 +162,11 @@
162
162
  "status": "online"
163
163
  },
164
164
  "DeleteEdgeUnitApplications": {
165
- "document": "删除应用列表",
165
+ "document": "产品停售,预下线\n\n删除应用列表",
166
166
  "input": "DeleteEdgeUnitApplicationsRequest",
167
167
  "name": "删除应用列表",
168
168
  "output": "DeleteEdgeUnitApplicationsResponse",
169
- "status": "online"
169
+ "status": "deprecated"
170
170
  },
171
171
  "DeleteEdgeUnitCloud": {
172
172
  "document": "删除边缘单元",
@@ -239,32 +239,32 @@
239
239
  "status": "online"
240
240
  },
241
241
  "DescribeApplicationVisualization": {
242
- "document": "获取应用模板可视化配置信息",
242
+ "document": "产品停售,预下线\n\n获取应用模板可视化配置信息",
243
243
  "input": "DescribeApplicationVisualizationRequest",
244
244
  "name": "获取应用模板可视化配置信息",
245
245
  "output": "DescribeApplicationVisualizationResponse",
246
- "status": "online"
246
+ "status": "deprecated"
247
247
  },
248
248
  "DescribeApplicationYaml": {
249
- "document": "查询应用模板Yaml",
249
+ "document": "产品停售,预下线\n\n查询应用模板Yaml",
250
250
  "input": "DescribeApplicationYamlRequest",
251
251
  "name": "查询应用模板Yaml",
252
252
  "output": "DescribeApplicationYamlResponse",
253
- "status": "online"
253
+ "status": "deprecated"
254
254
  },
255
255
  "DescribeApplicationYamlError": {
256
- "document": "检查应用模板的Yaml配置",
256
+ "document": "产品停售,预下线\n\n检查应用模板的Yaml配置",
257
257
  "input": "DescribeApplicationYamlErrorRequest",
258
258
  "name": "检查应用模板的Yaml配置",
259
259
  "output": "DescribeApplicationYamlErrorResponse",
260
- "status": "online"
260
+ "status": "deprecated"
261
261
  },
262
262
  "DescribeApplications": {
263
- "document": "获取应用模板列表",
263
+ "document": "产品停售,预下线\n\n获取应用模板列表",
264
264
  "input": "DescribeApplicationsRequest",
265
265
  "name": "获取应用模板列表",
266
266
  "output": "DescribeApplicationsResponse",
267
- "status": "online"
267
+ "status": "deprecated"
268
268
  },
269
269
  "DescribeConfigMap": {
270
270
  "document": "获取ConfigMap详情",
@@ -365,53 +365,53 @@
365
365
  "status": "online"
366
366
  },
367
367
  "DescribeEdgeUnitApplicationEvents": {
368
- "document": "获取应用事件列表",
368
+ "document": "产品停售,预下线\n\n获取应用事件列表",
369
369
  "input": "DescribeEdgeUnitApplicationEventsRequest",
370
370
  "name": "获取应用事件列表",
371
371
  "output": "DescribeEdgeUnitApplicationEventsResponse",
372
- "status": "online"
372
+ "status": "deprecated"
373
373
  },
374
374
  "DescribeEdgeUnitApplicationLogs": {
375
- "document": "获取应用日志",
375
+ "document": "产品停售,预下线\n\n获取应用日志",
376
376
  "input": "DescribeEdgeUnitApplicationLogsRequest",
377
377
  "name": "获取应用日志",
378
378
  "output": "DescribeEdgeUnitApplicationLogsResponse",
379
- "status": "online"
379
+ "status": "deprecated"
380
380
  },
381
381
  "DescribeEdgeUnitApplicationPodContainers": {
382
- "document": "获取应用容器状态",
382
+ "document": "产品停售,预下线\n\n获取应用容器状态",
383
383
  "input": "DescribeEdgeUnitApplicationPodContainersRequest",
384
384
  "name": "获取应用容器状态",
385
385
  "output": "DescribeEdgeUnitApplicationPodContainersResponse",
386
- "status": "online"
386
+ "status": "deprecated"
387
387
  },
388
388
  "DescribeEdgeUnitApplicationPods": {
389
- "document": "获取应用下Pod状态",
389
+ "document": "产品停售,预下线\n\n获取应用下Pod状态",
390
390
  "input": "DescribeEdgeUnitApplicationPodsRequest",
391
391
  "name": "获取应用下Pod状态",
392
392
  "output": "DescribeEdgeUnitApplicationPodsResponse",
393
- "status": "online"
393
+ "status": "deprecated"
394
394
  },
395
395
  "DescribeEdgeUnitApplicationVisualization": {
396
- "document": "获取单元可视化配置信息",
396
+ "document": "产品停售,预下线\n\n获取单元可视化配置信息",
397
397
  "input": "DescribeEdgeUnitApplicationVisualizationRequest",
398
398
  "name": "获取单元可视化配置信息",
399
399
  "output": "DescribeEdgeUnitApplicationVisualizationResponse",
400
- "status": "online"
400
+ "status": "deprecated"
401
401
  },
402
402
  "DescribeEdgeUnitApplicationYaml": {
403
- "document": "获取应用的Yaml配置",
403
+ "document": "产品停售,预下线\n\n获取应用的Yaml配置",
404
404
  "input": "DescribeEdgeUnitApplicationYamlRequest",
405
405
  "name": "获取应用的Yaml配置",
406
406
  "output": "DescribeEdgeUnitApplicationYamlResponse",
407
- "status": "online"
407
+ "status": "deprecated"
408
408
  },
409
409
  "DescribeEdgeUnitApplicationYamlError": {
410
- "document": "检查单元应用的Yaml配置",
410
+ "document": "产品停售,预下线\n\n检查单元应用的Yaml配置",
411
411
  "input": "DescribeEdgeUnitApplicationYamlErrorRequest",
412
412
  "name": "检查单元应用的Yaml配置",
413
413
  "output": "DescribeEdgeUnitApplicationYamlErrorResponse",
414
- "status": "online"
414
+ "status": "deprecated"
415
415
  },
416
416
  "DescribeEdgeUnitApplications": {
417
417
  "document": "获取单元下应用列表",
@@ -421,11 +421,11 @@
421
421
  "status": "online"
422
422
  },
423
423
  "DescribeEdgeUnitCloud": {
424
- "document": "查询边缘集群详情",
424
+ "document": "产品停售,预下线\n\n查询边缘集群详情",
425
425
  "input": "DescribeEdgeUnitCloudRequest",
426
426
  "name": "查询边缘集群详情",
427
427
  "output": "DescribeEdgeUnitCloudResponse",
428
- "status": "online"
428
+ "status": "deprecated"
429
429
  },
430
430
  "DescribeEdgeUnitDeployGrid": {
431
431
  "document": "查询边缘单元Grid列表",
@@ -603,18 +603,18 @@
603
603
  "status": "online"
604
604
  },
605
605
  "ModifyApplicationBasicInfo": {
606
- "document": "修改应用模板基本信息",
606
+ "document": "产品停售,预下线\n\n修改应用模板基本信息",
607
607
  "input": "ModifyApplicationBasicInfoRequest",
608
608
  "name": "修改应用模板基本信息",
609
609
  "output": "ModifyApplicationBasicInfoResponse",
610
- "status": "online"
610
+ "status": "deprecated"
611
611
  },
612
612
  "ModifyApplicationVisualization": {
613
- "document": "修改应用模板配置",
613
+ "document": "产品停售,预下线\n\n修改应用模板配置",
614
614
  "input": "ModifyApplicationVisualizationRequest",
615
615
  "name": "修改应用模板配置",
616
616
  "output": "ModifyApplicationVisualizationResponse",
617
- "status": "online"
617
+ "status": "deprecated"
618
618
  },
619
619
  "ModifyConfigMap": {
620
620
  "document": "修改ConfigMap",
@@ -1,14 +1,14 @@
1
1
  {
2
2
  "actions": {
3
3
  "CreateImageModerationAsyncTask": {
4
- "document": "本接口用于提交图片文件进行异步智能审核任务。使用前请您使用腾讯云主账号登录控制台 [开通图片内容安全服务](https://console.cloud.tencent.com/cms/image/package) 并调整好对应的业务配置。\n### 接口使用说明:\n- 前往“[内容安全控制台-图片内容安全](https://console.cloud.tencent.com/cms/image/package)”开启使用图片内容安全服务,首次开通服务的用户可免费领用试用套餐包,包含**3000张图片**识别额度,有效期为15天。\n- 该接口为收费接口,计费方式敬请参见 [腾讯云图片内容安全定价](https://cloud.tencent.com/product/ims/pricing)。\n\n### 接口功能说明:\n- 支持对图片文件或链接进行检测,通过深度学习技术,识别可能令人反感、不安全或不适宜的违规图片内容;\n- 支持对GIF图/长图进行截帧或拆分检测;\n- 支持识别多种违规场景,包括:低俗、违法违规、色情、广告等场景;\n- 支持多种物体检测(实体、广告台标、二维码等)及图片中文本的OCR文本识别;\n- 支持根据不同的业务场景配置自定义的审核策略;\n- 支持用户自定义选择图片风险库,打击自定义识别类型的违规图片(目前仅支持黑名单配置);\n- 支持在审核图片内容时同时关联账号或设备信息,可识别违规风险账号或设备。\n### 接口调用说明:\n- 图片尺寸支持:**长或者宽 >50分辨率**和**长或者宽<40000分辨率**,并且**图片长宽比<90:1;**\n- 图片文件分辨率支持:建议**分辨率大于256x256**,否则可能会影响识别效果;\n- 图片文件支持格式:PNG、JPG、JPEG、BMP、GIF、WEBP格式;\n- 图片文件链接支持的传输协议:HTTP、HTTPS;\n- 若传入图片文件的访问链接,则需要注意**图片下载时间限制为3秒**,为保障被检测图片的稳定性和可靠性,建议您使用腾讯云COS存储或者CDN缓存等;\n- 默认接口请求频率限制:**20次/秒**,超过此调用频率则会报错。",
4
+ "document": "本接口用于提交图片文件进行异步智能审核任务。使用前请您使用腾讯云主账号登录控制台 [开通图片内容安全服务](https://console.cloud.tencent.com/cms/image/package) 并调整好对应的业务配置。\n### 接口使用说明:\n- 前往“[内容安全控制台-图片内容安全](https://console.cloud.tencent.com/cms/image/package)”开启使用图片内容安全服务,首次开通服务的用户可免费领用试用套餐包,包含**3000张图片**识别额度,有效期为15天。\n- 该接口为收费接口,计费方式敬请参见 [腾讯云图片内容安全定价](https://cloud.tencent.com/product/ims/pricing)。\n\n### 接口功能说明:\n- 支持对图片文件或链接进行检测,通过深度学习技术,识别可能令人反感、不安全或不适宜的违规图片内容;\n- 支持对GIF图/长图进行截帧或拆分检测;\n- 支持识别多种违规场景,包括:低俗、违法违规、色情、广告等场景;\n- 支持多种物体检测(实体、广告台标、二维码等)及图片中文本的OCR文本识别;\n- 支持根据不同的业务场景配置自定义的审核策略;\n- 支持用户自定义选择图片风险库,打击自定义识别类型的违规图片(目前仅支持黑名单配置);\n- 支持在审核图片内容时同时关联账号或设备信息,可识别违规风险账号或设备。\n### 接口调用说明:\n- 图片文件大小支持:**文件<100M**\n- 图片尺寸支持:**长和宽 需>50分辨率且<40000分辨率,并且图片长宽比<90:1;**\n- 图片文件分辨率支持:建议**分辨率大于256x256**,否则可能会影响识别效果;\n- 图片文件支持格式:PNG、JPG、JPEG、BMP、GIF、WEBP格式;\n- 图片文件链接支持的传输协议:HTTP、HTTPS;\n- 若传入图片文件的访问链接,则需要注意**图片下载时间限制为3秒**,为保障被检测图片的稳定性和可靠性,建议您使用腾讯云COS存储或者CDN缓存等;\n- 默认接口请求频率限制:**20次/秒**,超过此调用频率则会报错。",
5
5
  "input": "CreateImageModerationAsyncTaskRequest",
6
6
  "name": "图片异步检测",
7
7
  "output": "CreateImageModerationAsyncTaskResponse",
8
8
  "status": "online"
9
9
  },
10
10
  "ImageModeration": {
11
- "document": "本接口(Image Moderation, IM)用于提交图片文件进行同步智能审核任务。使用前请您使用腾讯云主账号登录控制台 [开通图片内容安全服务](https://console.cloud.tencent.com/cms) 并调整好对应的业务配置。\n### 接口使用说明:\n- 前往“[内容安全控制台-图片内容安全](https://console.cloud.tencent.com/cms)”开启使用图片内容安全服务,首次开通服务的用户可免费领用试用套餐包,包含**3000张图片**识别额度,有效期为15天。\n- 该接口为收费接口,计费方式敬请参见 [腾讯云图片内容安全定价](https://cloud.tencent.com/product/ims/pricing)。\n\n### 接口功能说明:\n- 支持对图片文件或链接进行检测,通过深度学习技术,识别可能令人反感、不安全或不适宜的违规图片内容;\n- 支持对GIF图/长图进行截帧或拆分检测;\n- 支持识别多种违规场景,包括:低俗、违法违规、色情、广告等场景;\n- 支持多种物体检测(实体、广告台标、二维码等)及图片中文本的OCR文本识别;\n- 支持根据不同的业务场景配置自定义的审核策略;\n- 支持用户自定义选择图片风险库,打击自定义识别类型的违规图片(目前仅支持黑名单配置);\n- 支持在审核图片内容时同时关联账号或设备信息,可识别违规风险账号或设备。\n\n### 接口调用说明:\n- 图片文件大小支持:**文件 < 5M**\n- 图片默认尺寸支持:**长或者宽 >50分辨率**和**长或者宽<10000分辨率**\n- 图片文件分辨率支持:建议**分辨率大于256x256**,否则可能会影响识别效果;\n- 图片文件支持格式:PNG、JPG、JPEG、BMP、GIF、WEBP格式;\n- 图片文件链接支持的传输协议:HTTP、HTTPS;\n- 若传入图片文件的访问链接,则需要注意**图片下载时间限制为3秒**,为保障被检测图片的稳定性和可靠性,建议您使用腾讯云COS存储或者CDN缓存等;\n\n\n<div class=\"rno-api-explorer\" style=\"margin-bottom:20px\">\n <div class=\"rno-api-explorer-inner\">\n <div class=\"rno-api-explorer-hd\">\n <div class=\"rno-api-explorer-title\">\n 关于版本迭代的描述\n </div>\n </div>\n <div class=\"rno-api-explorer-body\">\n <div class=\"rno-api-explorer-cont\">\n <p>当前页面版本为图片内容安全2020版本,2020.11.3日前接入的图片内容安全接口为2019版本,在此时间前接入的用户可直接访问以下链接进行维护操作:<a href=\"https://cloud.tencent.com/document/product/1125/38206\" target=\"_blank\">图片内容安全-2019版本</a></p>\n <p>2020版本相对2019版本进行了升级,支持更灵活的多场景业务策略配置以及更丰富的识别回调信息,满足不同业务的识别需求,建议按照2020版本接入指引进行接口升级;同时,2019版本也会持续维护直至用户不再使用为止。</p>\n </div>\n </div>\n </div>\n</div>",
11
+ "document": "本接口(Image Moderation, IM)用于提交图片文件进行同步智能审核任务。使用前请您使用腾讯云主账号登录控制台 [开通图片内容安全服务](https://console.cloud.tencent.com/cms) 并调整好对应的业务配置。\n### 接口使用说明:\n- 前往“[内容安全控制台-图片内容安全](https://console.cloud.tencent.com/cms)”开启使用图片内容安全服务,首次开通服务的用户可免费领用试用套餐包,包含**3000张图片**识别额度,有效期为15天。\n- 该接口为收费接口,计费方式敬请参见 [腾讯云图片内容安全定价](https://cloud.tencent.com/product/ims/pricing)。\n\n### 接口功能说明:\n- 支持对图片文件或链接进行检测,通过深度学习技术,识别可能令人反感、不安全或不适宜的违规图片内容;\n- 支持对GIF图/长图进行截帧或拆分检测;\n- 支持识别多种违规场景,包括:低俗、违法违规、色情、广告等场景;\n- 支持多种物体检测(实体、广告台标、二维码等)及图片中文本的OCR文本识别;\n- 支持根据不同的业务场景配置自定义的审核策略;\n- 支持用户自定义选择图片风险库,打击自定义识别类型的违规图片(目前仅支持黑名单配置);\n- 支持在审核图片内容时同时关联账号或设备信息,可识别违规风险账号或设备。\n\n### 接口调用说明:\n- 图片文件大小支持:**文件 < 30M**\n- 图片默认尺寸支持:**长和宽 需>50分辨率且<10000分辨率,并且图片长宽比<90:1;**\n- 图片文件分辨率支持:建议**分辨率大于256x256**,否则可能会影响识别效果;\n- 图片文件支持格式:PNG、JPG、JPEG、BMP、GIF、WEBP格式;\n- 图片文件链接支持的传输协议:HTTP、HTTPS;\n- 若传入图片文件的访问链接,则需要注意**图片下载时间限制为3秒**,为保障被检测图片的稳定性和可靠性,建议您使用腾讯云COS存储或者CDN缓存等;\n\n\n<div class=\"rno-api-explorer\" style=\"margin-bottom:20px\">\n <div class=\"rno-api-explorer-inner\">\n <div class=\"rno-api-explorer-hd\">\n <div class=\"rno-api-explorer-title\">\n 关于版本迭代的描述\n </div>\n </div>\n <div class=\"rno-api-explorer-body\">\n <div class=\"rno-api-explorer-cont\">\n <p>当前页面版本为图片内容安全2020版本,2020.11.3日前接入的图片内容安全接口为2019版本,在此时间前接入的用户可直接访问以下链接进行维护操作:<a href=\"https://cloud.tencent.com/document/product/1125/38206\" target=\"_blank\">图片内容安全-2019版本</a></p>\n <p>2020版本相对2019版本进行了升级,支持更灵活的多场景业务策略配置以及更丰富的识别回调信息,满足不同业务的识别需求,建议按照2020版本接入指引进行接口升级;同时,2019版本也会持续维护直至用户不再使用为止。</p>\n </div>\n </div>\n </div>\n</div>",
12
12
  "input": "ImageModerationRequest",
13
13
  "name": "图片同步检测",
14
14
  "output": "ImageModerationResponse",
@@ -537,6 +537,58 @@ def doDeleteRejectedQuestion(args, parsed_globals):
537
537
  FormatOutput.output("action", json_obj, g_param[OptionsDefine.Output], g_param[OptionsDefine.Filter])
538
538
 
539
539
 
540
+ def doGetReconstructDocumentResult(args, parsed_globals):
541
+ g_param = parse_global_arg(parsed_globals)
542
+
543
+ if g_param[OptionsDefine.UseCVMRole.replace('-', '_')]:
544
+ cred = credential.CVMRoleCredential()
545
+ elif g_param[OptionsDefine.RoleArn.replace('-', '_')] and g_param[OptionsDefine.RoleSessionName.replace('-', '_')]:
546
+ cred = credential.STSAssumeRoleCredential(
547
+ g_param[OptionsDefine.SecretId], g_param[OptionsDefine.SecretKey], g_param[OptionsDefine.RoleArn.replace('-', '_')],
548
+ g_param[OptionsDefine.RoleSessionName.replace('-', '_')], endpoint=g_param["sts_cred_endpoint"]
549
+ )
550
+ elif os.getenv(OptionsDefine.ENV_TKE_REGION) and os.getenv(OptionsDefine.ENV_TKE_PROVIDER_ID) and os.getenv(OptionsDefine.ENV_TKE_WEB_IDENTITY_TOKEN_FILE) and os.getenv(OptionsDefine.ENV_TKE_ROLE_ARN):
551
+ cred = credential.DefaultTkeOIDCRoleArnProvider().get_credentials()
552
+ else:
553
+ cred = credential.Credential(
554
+ g_param[OptionsDefine.SecretId], g_param[OptionsDefine.SecretKey], g_param[OptionsDefine.Token]
555
+ )
556
+ http_profile = HttpProfile(
557
+ reqTimeout=60 if g_param[OptionsDefine.Timeout] is None else int(g_param[OptionsDefine.Timeout]),
558
+ reqMethod="POST",
559
+ endpoint=g_param[OptionsDefine.Endpoint],
560
+ proxy=g_param[OptionsDefine.HttpsProxy.replace('-', '_')]
561
+ )
562
+ profile = ClientProfile(httpProfile=http_profile, signMethod="HmacSHA256")
563
+ if g_param[OptionsDefine.Language]:
564
+ profile.language = g_param[OptionsDefine.Language]
565
+ mod = CLIENT_MAP[g_param[OptionsDefine.Version]]
566
+ client = mod.LkeClient(cred, g_param[OptionsDefine.Region], profile)
567
+ client._sdkVersion += ("_CLI_" + __version__)
568
+ models = MODELS_MAP[g_param[OptionsDefine.Version]]
569
+ model = models.GetReconstructDocumentResultRequest()
570
+ model.from_json_string(json.dumps(args))
571
+ start_time = time.time()
572
+ while True:
573
+ rsp = client.GetReconstructDocumentResult(model)
574
+ result = rsp.to_json_string()
575
+ try:
576
+ json_obj = json.loads(result)
577
+ except TypeError as e:
578
+ json_obj = json.loads(result.decode('utf-8')) # python3.3
579
+ if not g_param[OptionsDefine.Waiter] or search(g_param['OptionsDefine.WaiterInfo']['expr'], json_obj) == g_param['OptionsDefine.WaiterInfo']['to']:
580
+ break
581
+ cur_time = time.time()
582
+ if cur_time - start_time >= g_param['OptionsDefine.WaiterInfo']['timeout']:
583
+ raise ClientError('Request timeout, wait `%s` to `%s` timeout, last request is %s' %
584
+ (g_param['OptionsDefine.WaiterInfo']['expr'], g_param['OptionsDefine.WaiterInfo']['to'],
585
+ search(g_param['OptionsDefine.WaiterInfo']['expr'], json_obj)))
586
+ else:
587
+ print('Inquiry result is %s.' % search(g_param['OptionsDefine.WaiterInfo']['expr'], json_obj))
588
+ time.sleep(g_param['OptionsDefine.WaiterInfo']['interval'])
589
+ FormatOutput.output("action", json_obj, g_param[OptionsDefine.Output], g_param[OptionsDefine.Filter])
590
+
591
+
540
592
  def doListSelectDoc(args, parsed_globals):
541
593
  g_param = parse_global_arg(parsed_globals)
542
594
 
@@ -745,7 +797,7 @@ def doModifyDocAttrRange(args, parsed_globals):
745
797
  FormatOutput.output("action", json_obj, g_param[OptionsDefine.Output], g_param[OptionsDefine.Filter])
746
798
 
747
799
 
748
- def doListQA(args, parsed_globals):
800
+ def doDescribeStorageCredential(args, parsed_globals):
749
801
  g_param = parse_global_arg(parsed_globals)
750
802
 
751
803
  if g_param[OptionsDefine.UseCVMRole.replace('-', '_')]:
@@ -774,11 +826,11 @@ def doListQA(args, parsed_globals):
774
826
  client = mod.LkeClient(cred, g_param[OptionsDefine.Region], profile)
775
827
  client._sdkVersion += ("_CLI_" + __version__)
776
828
  models = MODELS_MAP[g_param[OptionsDefine.Version]]
777
- model = models.ListQARequest()
829
+ model = models.DescribeStorageCredentialRequest()
778
830
  model.from_json_string(json.dumps(args))
779
831
  start_time = time.time()
780
832
  while True:
781
- rsp = client.ListQA(model)
833
+ rsp = client.DescribeStorageCredential(model)
782
834
  result = rsp.to_json_string()
783
835
  try:
784
836
  json_obj = json.loads(result)
@@ -1109,7 +1161,7 @@ def doRateMsgRecord(args, parsed_globals):
1109
1161
  FormatOutput.output("action", json_obj, g_param[OptionsDefine.Output], g_param[OptionsDefine.Filter])
1110
1162
 
1111
1163
 
1112
- def doDescribeStorageCredential(args, parsed_globals):
1164
+ def doListQA(args, parsed_globals):
1113
1165
  g_param = parse_global_arg(parsed_globals)
1114
1166
 
1115
1167
  if g_param[OptionsDefine.UseCVMRole.replace('-', '_')]:
@@ -1138,11 +1190,11 @@ def doDescribeStorageCredential(args, parsed_globals):
1138
1190
  client = mod.LkeClient(cred, g_param[OptionsDefine.Region], profile)
1139
1191
  client._sdkVersion += ("_CLI_" + __version__)
1140
1192
  models = MODELS_MAP[g_param[OptionsDefine.Version]]
1141
- model = models.DescribeStorageCredentialRequest()
1193
+ model = models.ListQARequest()
1142
1194
  model.from_json_string(json.dumps(args))
1143
1195
  start_time = time.time()
1144
1196
  while True:
1145
- rsp = client.DescribeStorageCredential(model)
1197
+ rsp = client.ListQA(model)
1146
1198
  result = rsp.to_json_string()
1147
1199
  try:
1148
1200
  json_obj = json.loads(result)
@@ -1681,6 +1733,58 @@ def doDescribeCorp(args, parsed_globals):
1681
1733
  FormatOutput.output("action", json_obj, g_param[OptionsDefine.Output], g_param[OptionsDefine.Filter])
1682
1734
 
1683
1735
 
1736
+ def doCreateQA(args, parsed_globals):
1737
+ g_param = parse_global_arg(parsed_globals)
1738
+
1739
+ if g_param[OptionsDefine.UseCVMRole.replace('-', '_')]:
1740
+ cred = credential.CVMRoleCredential()
1741
+ elif g_param[OptionsDefine.RoleArn.replace('-', '_')] and g_param[OptionsDefine.RoleSessionName.replace('-', '_')]:
1742
+ cred = credential.STSAssumeRoleCredential(
1743
+ g_param[OptionsDefine.SecretId], g_param[OptionsDefine.SecretKey], g_param[OptionsDefine.RoleArn.replace('-', '_')],
1744
+ g_param[OptionsDefine.RoleSessionName.replace('-', '_')], endpoint=g_param["sts_cred_endpoint"]
1745
+ )
1746
+ elif os.getenv(OptionsDefine.ENV_TKE_REGION) and os.getenv(OptionsDefine.ENV_TKE_PROVIDER_ID) and os.getenv(OptionsDefine.ENV_TKE_WEB_IDENTITY_TOKEN_FILE) and os.getenv(OptionsDefine.ENV_TKE_ROLE_ARN):
1747
+ cred = credential.DefaultTkeOIDCRoleArnProvider().get_credentials()
1748
+ else:
1749
+ cred = credential.Credential(
1750
+ g_param[OptionsDefine.SecretId], g_param[OptionsDefine.SecretKey], g_param[OptionsDefine.Token]
1751
+ )
1752
+ http_profile = HttpProfile(
1753
+ reqTimeout=60 if g_param[OptionsDefine.Timeout] is None else int(g_param[OptionsDefine.Timeout]),
1754
+ reqMethod="POST",
1755
+ endpoint=g_param[OptionsDefine.Endpoint],
1756
+ proxy=g_param[OptionsDefine.HttpsProxy.replace('-', '_')]
1757
+ )
1758
+ profile = ClientProfile(httpProfile=http_profile, signMethod="HmacSHA256")
1759
+ if g_param[OptionsDefine.Language]:
1760
+ profile.language = g_param[OptionsDefine.Language]
1761
+ mod = CLIENT_MAP[g_param[OptionsDefine.Version]]
1762
+ client = mod.LkeClient(cred, g_param[OptionsDefine.Region], profile)
1763
+ client._sdkVersion += ("_CLI_" + __version__)
1764
+ models = MODELS_MAP[g_param[OptionsDefine.Version]]
1765
+ model = models.CreateQARequest()
1766
+ model.from_json_string(json.dumps(args))
1767
+ start_time = time.time()
1768
+ while True:
1769
+ rsp = client.CreateQA(model)
1770
+ result = rsp.to_json_string()
1771
+ try:
1772
+ json_obj = json.loads(result)
1773
+ except TypeError as e:
1774
+ json_obj = json.loads(result.decode('utf-8')) # python3.3
1775
+ if not g_param[OptionsDefine.Waiter] or search(g_param['OptionsDefine.WaiterInfo']['expr'], json_obj) == g_param['OptionsDefine.WaiterInfo']['to']:
1776
+ break
1777
+ cur_time = time.time()
1778
+ if cur_time - start_time >= g_param['OptionsDefine.WaiterInfo']['timeout']:
1779
+ raise ClientError('Request timeout, wait `%s` to `%s` timeout, last request is %s' %
1780
+ (g_param['OptionsDefine.WaiterInfo']['expr'], g_param['OptionsDefine.WaiterInfo']['to'],
1781
+ search(g_param['OptionsDefine.WaiterInfo']['expr'], json_obj)))
1782
+ else:
1783
+ print('Inquiry result is %s.' % search(g_param['OptionsDefine.WaiterInfo']['expr'], json_obj))
1784
+ time.sleep(g_param['OptionsDefine.WaiterInfo']['interval'])
1785
+ FormatOutput.output("action", json_obj, g_param[OptionsDefine.Output], g_param[OptionsDefine.Filter])
1786
+
1787
+
1684
1788
  def doCreateAttributeLabel(args, parsed_globals):
1685
1789
  g_param = parse_global_arg(parsed_globals)
1686
1790
 
@@ -2305,7 +2409,7 @@ def doCreateCorp(args, parsed_globals):
2305
2409
  FormatOutput.output("action", json_obj, g_param[OptionsDefine.Output], g_param[OptionsDefine.Filter])
2306
2410
 
2307
2411
 
2308
- def doCreateQA(args, parsed_globals):
2412
+ def doCreateReconstructDocumentFlow(args, parsed_globals):
2309
2413
  g_param = parse_global_arg(parsed_globals)
2310
2414
 
2311
2415
  if g_param[OptionsDefine.UseCVMRole.replace('-', '_')]:
@@ -2334,11 +2438,11 @@ def doCreateQA(args, parsed_globals):
2334
2438
  client = mod.LkeClient(cred, g_param[OptionsDefine.Region], profile)
2335
2439
  client._sdkVersion += ("_CLI_" + __version__)
2336
2440
  models = MODELS_MAP[g_param[OptionsDefine.Version]]
2337
- model = models.CreateQARequest()
2441
+ model = models.CreateReconstructDocumentFlowRequest()
2338
2442
  model.from_json_string(json.dumps(args))
2339
2443
  start_time = time.time()
2340
2444
  while True:
2341
- rsp = client.CreateQA(model)
2445
+ rsp = client.CreateReconstructDocumentFlow(model)
2342
2446
  result = rsp.to_json_string()
2343
2447
  try:
2344
2448
  json_obj = json.loads(result)
@@ -3657,6 +3761,58 @@ def doQueryParseDocResult(args, parsed_globals):
3657
3761
  FormatOutput.output("action", json_obj, g_param[OptionsDefine.Output], g_param[OptionsDefine.Filter])
3658
3762
 
3659
3763
 
3764
+ def doReconstructDocument(args, parsed_globals):
3765
+ g_param = parse_global_arg(parsed_globals)
3766
+
3767
+ if g_param[OptionsDefine.UseCVMRole.replace('-', '_')]:
3768
+ cred = credential.CVMRoleCredential()
3769
+ elif g_param[OptionsDefine.RoleArn.replace('-', '_')] and g_param[OptionsDefine.RoleSessionName.replace('-', '_')]:
3770
+ cred = credential.STSAssumeRoleCredential(
3771
+ g_param[OptionsDefine.SecretId], g_param[OptionsDefine.SecretKey], g_param[OptionsDefine.RoleArn.replace('-', '_')],
3772
+ g_param[OptionsDefine.RoleSessionName.replace('-', '_')], endpoint=g_param["sts_cred_endpoint"]
3773
+ )
3774
+ elif os.getenv(OptionsDefine.ENV_TKE_REGION) and os.getenv(OptionsDefine.ENV_TKE_PROVIDER_ID) and os.getenv(OptionsDefine.ENV_TKE_WEB_IDENTITY_TOKEN_FILE) and os.getenv(OptionsDefine.ENV_TKE_ROLE_ARN):
3775
+ cred = credential.DefaultTkeOIDCRoleArnProvider().get_credentials()
3776
+ else:
3777
+ cred = credential.Credential(
3778
+ g_param[OptionsDefine.SecretId], g_param[OptionsDefine.SecretKey], g_param[OptionsDefine.Token]
3779
+ )
3780
+ http_profile = HttpProfile(
3781
+ reqTimeout=60 if g_param[OptionsDefine.Timeout] is None else int(g_param[OptionsDefine.Timeout]),
3782
+ reqMethod="POST",
3783
+ endpoint=g_param[OptionsDefine.Endpoint],
3784
+ proxy=g_param[OptionsDefine.HttpsProxy.replace('-', '_')]
3785
+ )
3786
+ profile = ClientProfile(httpProfile=http_profile, signMethod="HmacSHA256")
3787
+ if g_param[OptionsDefine.Language]:
3788
+ profile.language = g_param[OptionsDefine.Language]
3789
+ mod = CLIENT_MAP[g_param[OptionsDefine.Version]]
3790
+ client = mod.LkeClient(cred, g_param[OptionsDefine.Region], profile)
3791
+ client._sdkVersion += ("_CLI_" + __version__)
3792
+ models = MODELS_MAP[g_param[OptionsDefine.Version]]
3793
+ model = models.ReconstructDocumentRequest()
3794
+ model.from_json_string(json.dumps(args))
3795
+ start_time = time.time()
3796
+ while True:
3797
+ rsp = client.ReconstructDocument(model)
3798
+ result = rsp.to_json_string()
3799
+ try:
3800
+ json_obj = json.loads(result)
3801
+ except TypeError as e:
3802
+ json_obj = json.loads(result.decode('utf-8')) # python3.3
3803
+ if not g_param[OptionsDefine.Waiter] or search(g_param['OptionsDefine.WaiterInfo']['expr'], json_obj) == g_param['OptionsDefine.WaiterInfo']['to']:
3804
+ break
3805
+ cur_time = time.time()
3806
+ if cur_time - start_time >= g_param['OptionsDefine.WaiterInfo']['timeout']:
3807
+ raise ClientError('Request timeout, wait `%s` to `%s` timeout, last request is %s' %
3808
+ (g_param['OptionsDefine.WaiterInfo']['expr'], g_param['OptionsDefine.WaiterInfo']['to'],
3809
+ search(g_param['OptionsDefine.WaiterInfo']['expr'], json_obj)))
3810
+ else:
3811
+ print('Inquiry result is %s.' % search(g_param['OptionsDefine.WaiterInfo']['expr'], json_obj))
3812
+ time.sleep(g_param['OptionsDefine.WaiterInfo']['interval'])
3813
+ FormatOutput.output("action", json_obj, g_param[OptionsDefine.Output], g_param[OptionsDefine.Filter])
3814
+
3815
+
3660
3816
  def doStopDocParse(args, parsed_globals):
3661
3817
  g_param = parse_global_arg(parsed_globals)
3662
3818
 
@@ -3938,18 +4094,19 @@ ACTION_MAP = {
3938
4094
  "ModifyQAAttrRange": doModifyQAAttrRange,
3939
4095
  "DescribeDoc": doDescribeDoc,
3940
4096
  "DeleteRejectedQuestion": doDeleteRejectedQuestion,
4097
+ "GetReconstructDocumentResult": doGetReconstructDocumentResult,
3941
4098
  "ListSelectDoc": doListSelectDoc,
3942
4099
  "QueryRewrite": doQueryRewrite,
3943
4100
  "DescribeUnsatisfiedReplyContext": doDescribeUnsatisfiedReplyContext,
3944
4101
  "ModifyDocAttrRange": doModifyDocAttrRange,
3945
- "ListQA": doListQA,
4102
+ "DescribeStorageCredential": doDescribeStorageCredential,
3946
4103
  "DeleteDoc": doDeleteDoc,
3947
4104
  "CreateRelease": doCreateRelease,
3948
4105
  "GetEmbedding": doGetEmbedding,
3949
4106
  "GetAppSecret": doGetAppSecret,
3950
4107
  "ModifyAttributeLabel": doModifyAttributeLabel,
3951
4108
  "RateMsgRecord": doRateMsgRecord,
3952
- "DescribeStorageCredential": doDescribeStorageCredential,
4109
+ "ListQA": doListQA,
3953
4110
  "DeleteQA": doDeleteQA,
3954
4111
  "DescribeRobotBizIDByAppKey": doDescribeRobotBizIDByAppKey,
3955
4112
  "ListReleaseQAPreview": doListReleaseQAPreview,
@@ -3960,6 +4117,7 @@ ACTION_MAP = {
3960
4117
  "IgnoreUnsatisfiedReply": doIgnoreUnsatisfiedReply,
3961
4118
  "CheckAttributeLabelRefer": doCheckAttributeLabelRefer,
3962
4119
  "DescribeCorp": doDescribeCorp,
4120
+ "CreateQA": doCreateQA,
3963
4121
  "CreateAttributeLabel": doCreateAttributeLabel,
3964
4122
  "RetryDocAudit": doRetryDocAudit,
3965
4123
  "UploadAttributeLabel": doUploadAttributeLabel,
@@ -3972,7 +4130,7 @@ ACTION_MAP = {
3972
4130
  "DescribeApp": doDescribeApp,
3973
4131
  "RetryDocParse": doRetryDocParse,
3974
4132
  "CreateCorp": doCreateCorp,
3975
- "CreateQA": doCreateQA,
4133
+ "CreateReconstructDocumentFlow": doCreateReconstructDocumentFlow,
3976
4134
  "ExportUnsatisfiedReply": doExportUnsatisfiedReply,
3977
4135
  "ResetSession": doResetSession,
3978
4136
  "ListQACate": doListQACate,
@@ -3998,6 +4156,7 @@ ACTION_MAP = {
3998
4156
  "CreateQACate": doCreateQACate,
3999
4157
  "RetryRelease": doRetryRelease,
4000
4158
  "QueryParseDocResult": doQueryParseDocResult,
4159
+ "ReconstructDocument": doReconstructDocument,
4001
4160
  "StopDocParse": doStopDocParse,
4002
4161
  "ExportAttributeLabel": doExportAttributeLabel,
4003
4162
  "VerifyQA": doVerifyQA,