tccli 3.0.1242.1__py2.py3-none-any.whl → 3.0.1244.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/aca/v20210323/api.json +107 -107
  3. tccli/services/aca/v20210323/examples.json +5 -5
  4. tccli/services/asr/v20190614/examples.json +6 -6
  5. tccli/services/cbs/v20170312/api.json +9 -0
  6. tccli/services/cdwdoris/v20211228/api.json +22 -2
  7. tccli/services/cdwdoris/v20211228/examples.json +1 -1
  8. tccli/services/cfs/v20190719/examples.json +2 -2
  9. tccli/services/ckafka/v20190819/api.json +11 -0
  10. tccli/services/clb/v20180317/api.json +23 -18
  11. tccli/services/clb/v20180317/examples.json +14 -14
  12. tccli/services/cls/v20201016/api.json +185 -156
  13. tccli/services/cls/v20201016/examples.json +5 -5
  14. tccli/services/cvm/v20170312/api.json +8 -8
  15. tccli/services/cvm/v20170312/examples.json +4 -4
  16. tccli/services/cwp/v20180228/api.json +1 -1
  17. tccli/services/cwp/v20180228/examples.json +1 -1
  18. tccli/services/dts/v20211206/api.json +9 -0
  19. tccli/services/dts/v20211206/examples.json +1 -1
  20. tccli/services/ecm/v20190719/api.json +11 -11
  21. tccli/services/ecm/v20190719/examples.json +1 -1
  22. tccli/services/emr/v20190103/api.json +896 -841
  23. tccli/services/ess/v20201111/api.json +2 -2
  24. tccli/services/essbasic/v20210526/api.json +2 -2
  25. tccli/services/gaap/v20180529/api.json +3 -5
  26. tccli/services/gwlb/v20240906/api.json +14 -14
  27. tccli/services/hunyuan/v20230901/api.json +1 -1
  28. tccli/services/iotexplorer/v20190423/api.json +1 -1
  29. tccli/services/iotvideoindustry/v20201201/api.json +162 -110
  30. tccli/services/iotvideoindustry/v20201201/examples.json +3 -3
  31. tccli/services/mna/v20210119/api.json +80 -82
  32. tccli/services/mna/v20210119/examples.json +21 -21
  33. tccli/services/ocr/ocr_client.py +38 -91
  34. tccli/services/ocr/v20181119/api.json +12 -190
  35. tccli/services/ocr/v20181119/examples.json +2 -10
  36. tccli/services/pts/v20210728/api.json +36 -33
  37. tccli/services/pts/v20210728/examples.json +12 -12
  38. tccli/services/scf/scf_client.py +118 -65
  39. tccli/services/scf/v20180416/api.json +570 -475
  40. tccli/services/scf/v20180416/examples.json +52 -44
  41. tccli/services/sqlserver/v20180328/api.json +30 -1
  42. tccli/services/tcb/v20180608/api.json +72 -63
  43. tccli/services/tcb/v20180608/examples.json +1 -1
  44. tccli/services/tcm/v20210413/api.json +45 -47
  45. tccli/services/tcr/v20190924/api.json +399 -371
  46. tccli/services/tcr/v20190924/examples.json +32 -32
  47. tccli/services/thpc/v20211109/api.json +30 -44
  48. tccli/services/thpc/v20220401/api.json +30 -44
  49. tccli/services/thpc/v20230321/api.json +54 -54
  50. tccli/services/tke/v20180525/api.json +691 -591
  51. tccli/services/tke/v20180525/examples.json +130 -130
  52. tccli/services/tke/v20220501/api.json +15 -15
  53. tccli/services/vpc/v20170312/api.json +178 -150
  54. tccli/services/vpc/v20170312/examples.json +24 -24
  55. {tccli-3.0.1242.1.dist-info → tccli-3.0.1244.1.dist-info}/METADATA +2 -2
  56. {tccli-3.0.1242.1.dist-info → tccli-3.0.1244.1.dist-info}/RECORD +59 -59
  57. {tccli-3.0.1242.1.dist-info → tccli-3.0.1244.1.dist-info}/WHEEL +0 -0
  58. {tccli-3.0.1242.1.dist-info → tccli-3.0.1244.1.dist-info}/entry_points.txt +0 -0
  59. {tccli-3.0.1242.1.dist-info → tccli-3.0.1244.1.dist-info}/license_files/LICENSE +0 -0
@@ -14,13 +14,6 @@
14
14
  "output": "ArithmeticOCRResponse",
15
15
  "status": "online"
16
16
  },
17
- "BankCardOCR": {
18
- "document": "本接口支持对中国大陆主流银行卡正反面关键字段的检测与识别,包括卡号、卡类型、卡名字、银行信息、有效期。支持竖排异形卡识别、多角度旋转图片识别。支持对复印件、翻拍件、边框遮挡的银行卡进行告警,可应用于各种银行卡信息有效性校验场景,如金融行业身份认证、第三方支付绑卡等场景。\n\n默认接口请求频率限制:10次/秒。",
19
- "input": "BankCardOCRRequest",
20
- "name": "银行卡识别",
21
- "output": "BankCardOCRResponse",
22
- "status": "online"
23
- },
24
17
  "BankSlipOCR": {
25
18
  "document": "本接口支持银行回单全字段的识别,包括付款开户行、收款开户行、付款账号、收款账号、回单类型、回单编号、币种、流水号、凭证号码、交易机构、交易金额、手续费、日期等字段信息。\n\n默认接口请求频率限制:10次/秒。",
26
19
  "input": "BankSlipOCRRequest",
@@ -218,7 +211,7 @@
218
211
  "status": "online"
219
212
  },
220
213
  "IDCardOCR": {
221
- "document": "本接口支持中国大陆居民二代身份证正反面所有字段的识别,包括姓名、性别、民族、出生日期、住址、公民身份证号、签发机关、有效期限,识别准确度达到99%以上。\n\n另外,本接口还支持多种扩展能力,满足不同场景的需求。如身份证照片、人像照片的裁剪功能,同时具备8种告警功能,如下表所示。\n\n<table style=\"width:650px\">\n <thead>\n <tr>\n <th width=\"150\">增值能力</th>\n <th width=\"500\">能力项</th>\n </tr>\n </thead>\n <tbody>\n <tr>\n <td rowspan=\"2\">裁剪功能</td>\n <td>身份证照片裁剪(去掉证件外多余的边缘、自动矫正拍摄角度)</td>\n </tr>\n <tr>\n <td>人像照片裁剪(自动抠取身份证头像区域)</td>\n </tr>\n <tr>\n <td rowspan=\"9\">告警功能</td>\n <td>身份证有效日期不合法,即有效日期不符合5年、10年、20年、长期期限\n\n</td>\n </tr>\n <tr>\n <td>身份证边框不完整告警</td>\n </tr>\n <tr>\n <td>身份证复印件告警</td>\n </tr>\n <tr>\n <td>身份证翻拍告警</td>\n </tr>\n <tr>\n <td>身份证框内遮挡告警</td>\n </tr>\n <tr>\n <td>临时身份证告警</td>\n </tr>\n <tr>\n <td>身份证疑似存在PS痕迹告警</td>\n </tr>\n <tr>\n <td>图片模糊告警(可根据图片质量分数判断)</td>\n </tr>\n </tbody>\n </table>\n\n默认接口请求频率限制:20次/秒。",
214
+ "document": "本接口支持中国大陆居民二代身份证正反面所有字段的识别,包括姓名、性别、民族、出生日期、住址、公民身份证号、签发机关、有效期限,识别准确度达到99%以上。\n\n另外,本接口还支持多种扩展能力,满足不同场景的需求。如身份证照片、人像照片的裁剪功能,同时具备8种告警功能,如下表所示。\n\n<table style=\"width:650px\">\n <thead>\n <tr>\n <th width=\"150\">扩展能力</th>\n <th width=\"500\">能力项</th>\n </tr>\n </thead>\n <tbody>\n <tr>\n <td rowspan=\"2\">裁剪功能</td>\n <td>身份证照片裁剪(去掉证件外多余的边缘、自动矫正拍摄角度)</td>\n </tr>\n <tr>\n <td>人像照片裁剪(自动抠取身份证头像区域)</td>\n </tr>\n <tr>\n <td rowspan=\"9\">告警功能</td>\n <td>身份证有效日期不合法,即有效日期不符合5年、10年、20年、长期期限\n\n</td>\n </tr>\n <tr>\n <td>身份证边框不完整告警</td>\n </tr>\n <tr>\n <td>身份证复印件告警</td>\n </tr>\n <tr>\n <td>身份证翻拍告警</td>\n </tr>\n <tr>\n <td>身份证框内遮挡告警</td>\n </tr>\n <tr>\n <td>临时身份证告警</td>\n </tr>\n <tr>\n <td>身份证疑似存在PS痕迹告警</td>\n </tr>\n <tr>\n <td>图片模糊告警(可根据图片质量分数判断)</td>\n </tr>\n </tbody>\n </table>\n\n默认接口请求频率限制:20次/秒。",
222
215
  "input": "IDCardOCRRequest",
223
216
  "name": "身份证识别",
224
217
  "output": "IDCardOCRResponse",
@@ -344,7 +337,7 @@
344
337
  "status": "online"
345
338
  },
346
339
  "RecognizeEncryptedIDCardOCR": {
347
- "document": "身份证识别(安全加密版)接口实现了数据加密传输,能够有效防止个人身份证隐私信息不被窃取泄露。\n\n本接口支持中国大陆居民二代身份证正反面所有字段的识别,包括姓名、性别、民族、出生日期、住址、公民身份证号、签发机关、有效期限,识别准确度达到99%以上。\n\n另外,本接口还支持多种扩展能力,满足不同场景的需求。如身份证照片、人像照片的裁剪功能,同时具备9种告警功能,如下表所示。\n\n<table style=\"width:650px\">\n <thead>\n <tr>\n <th width=\"150\">增值能力</th>\n <th width=\"500\">能力项</th>\n </tr>\n </thead>\n <tbody>\n <tr>\n <td rowspan=\"2\">裁剪功能</td>\n <td>身份证照片裁剪(去掉证件外多余的边缘、自动矫正拍摄角度)</td>\n </tr>\n <tr>\n <td>人像照片裁剪(自动抠取身份证头像区域)</td>\n </tr>\n <tr>\n <td rowspan=\"9\">告警功能</td>\n <td>身份证有效日期不合法,即有效日期不符合5年、10年、20年、长期期限\n\n</td>\n </tr>\n <tr>\n <td>身份证边框不完整告警</td>\n </tr>\n <tr>\n <td>身份证复印件告警</td>\n </tr>\n <tr>\n <td>身份证翻拍告警</td>\n </tr>\n <tr>\n <td>身份证框内遮挡告警</td>\n </tr>\n <tr>\n <td>临时身份证告警</td>\n </tr>\n <tr>\n <td>身份证疑似存在PS痕迹告警</td>\n </tr>\n <tr>\n <td>图片模糊告警(可根据图片质量分数判断)</td>\n </tr>\n </tbody>\n </table>\n\n默认接口请求频率限制:20次/秒。",
340
+ "document": "身份证识别(安全加密版)接口实现了数据加密传输,能够有效防止个人身份证隐私信息不被窃取泄露。\n\n本接口支持中国大陆居民二代身份证正反面所有字段的识别,包括姓名、性别、民族、出生日期、住址、公民身份证号、签发机关、有效期限,识别准确度达到99%以上。\n\n另外,本接口还支持多种扩展能力,满足不同场景的需求。如身份证照片、人像照片的裁剪功能,同时具备9种告警功能,如下表所示。\n\n<table style=\"width:650px\">\n <thead>\n <tr>\n <th width=\"150\">扩展能力</th>\n <th width=\"500\">能力项</th>\n </tr>\n </thead>\n <tbody>\n <tr>\n <td rowspan=\"2\">裁剪功能</td>\n <td>身份证照片裁剪(去掉证件外多余的边缘、自动矫正拍摄角度)</td>\n </tr>\n <tr>\n <td>人像照片裁剪(自动抠取身份证头像区域)</td>\n </tr>\n <tr>\n <td rowspan=\"9\">告警功能</td>\n <td>身份证有效日期不合法,即有效日期不符合5年、10年、20年、长期期限\n\n</td>\n </tr>\n <tr>\n <td>身份证边框不完整告警</td>\n </tr>\n <tr>\n <td>身份证复印件告警</td>\n </tr>\n <tr>\n <td>身份证翻拍告警</td>\n </tr>\n <tr>\n <td>身份证框内遮挡告警</td>\n </tr>\n <tr>\n <td>临时身份证告警</td>\n </tr>\n <tr>\n <td>身份证疑似存在PS痕迹告警</td>\n </tr>\n <tr>\n <td>图片模糊告警(可根据图片质量分数判断)</td>\n </tr>\n </tbody>\n </table>\n\n默认接口请求频率限制:20次/秒。",
348
341
  "input": "RecognizeEncryptedIDCardOCRRequest",
349
342
  "name": "身份证识别(安全加密版)",
350
343
  "output": "RecognizeEncryptedIDCardOCRResponse",
@@ -491,7 +484,7 @@
491
484
  "status": "online"
492
485
  },
493
486
  "SmartStructuralPro": {
494
- "document": "本接口支持智能提取各类证照、票据、表单、合同等结构化场景的key:value字段信息,并支持提取表格信息的key:value组的结构化,灵活高效,适用于各类非标准材料的信息录入场景,点击[立即体验](https://cloud.tencent.com/product/smart-ocr)。\n\n默认接口请求频率限制:5次/秒。",
487
+ "document": "本接口支持智能提取各类证照、票据、表单、合同等结构化场景的key:value字段信息,并支持提取表格信息的key:value组的结构化,灵活高效,适用于各类非标准材料的信息录入场景,点击[立即体验](https://ocrdemo.cloud.tencent.com/)。\n\n默认接口请求频率限制:5次/秒。",
495
488
  "input": "SmartStructuralProRequest",
496
489
  "name": "智能结构化高级版识别",
497
490
  "output": "SmartStructuralProResponse",
@@ -1387,186 +1380,6 @@
1387
1380
  ],
1388
1381
  "type": "object"
1389
1382
  },
1390
- "BankCardOCRRequest": {
1391
- "document": "BankCardOCR请求参数结构体",
1392
- "members": [
1393
- {
1394
- "disabled": false,
1395
- "document": "图片的 Base64 值。要求图片经Base64编码后不超过 7M,分辨率建议500*800以上,支持PNG、JPG、JPEG、BMP格式。建议卡片部分占据图片2/3以上。\n图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。",
1396
- "example": "/9j/4AAQSkZJRg.....s97n//2Q==",
1397
- "member": "string",
1398
- "name": "ImageBase64",
1399
- "required": false,
1400
- "type": "string"
1401
- },
1402
- {
1403
- "disabled": false,
1404
- "document": "图片的 Url 地址。要求图片经Base64编码后不超过 7M,分辨率建议500*800以上,支持PNG、JPG、JPEG、BMP格式。建议卡片部分占据图片2/3以上。\n建议图片存储于腾讯云,可保障更高的下载速度和稳定性。",
1405
- "example": "https://ocr-demo-1254418846.cos.ap-guangzhou.myqcloud.com/card/BankCardOCR/BankCardOCR1.jpg",
1406
- "member": "string",
1407
- "name": "ImageUrl",
1408
- "required": false,
1409
- "type": "string"
1410
- },
1411
- {
1412
- "disabled": false,
1413
- "document": "是否返回预处理(精确剪裁对齐)后的银行卡图片数据,默认false。",
1414
- "example": "false",
1415
- "member": "bool",
1416
- "name": "RetBorderCutImage",
1417
- "required": false,
1418
- "type": "bool"
1419
- },
1420
- {
1421
- "disabled": false,
1422
- "document": "是否返回卡号的切图图片数据,默认false。",
1423
- "example": "false",
1424
- "member": "bool",
1425
- "name": "RetCardNoImage",
1426
- "required": false,
1427
- "type": "bool"
1428
- },
1429
- {
1430
- "disabled": false,
1431
- "document": "复印件检测开关,如果输入的图片是银行卡复印件图片则返回告警,默认false。",
1432
- "example": "false",
1433
- "member": "bool",
1434
- "name": "EnableCopyCheck",
1435
- "required": false,
1436
- "type": "bool"
1437
- },
1438
- {
1439
- "disabled": false,
1440
- "document": "翻拍检测开关,如果输入的图片是银行卡翻拍图片则返回告警,默认false。",
1441
- "example": "false",
1442
- "member": "bool",
1443
- "name": "EnableReshootCheck",
1444
- "required": false,
1445
- "type": "bool"
1446
- },
1447
- {
1448
- "disabled": false,
1449
- "document": "边框遮挡检测开关,如果输入的图片是银行卡边框被遮挡则返回告警,默认false。",
1450
- "example": "false",
1451
- "member": "bool",
1452
- "name": "EnableBorderCheck",
1453
- "required": false,
1454
- "type": "bool"
1455
- },
1456
- {
1457
- "disabled": false,
1458
- "document": "是否返回图片质量分数(图片质量分数是评价一个图片的模糊程度的标准),默认false。",
1459
- "example": "false",
1460
- "member": "bool",
1461
- "name": "EnableQualityValue",
1462
- "required": false,
1463
- "type": "bool"
1464
- }
1465
- ],
1466
- "type": "object"
1467
- },
1468
- "BankCardOCRResponse": {
1469
- "document": "BankCardOCR返回参数结构体",
1470
- "members": [
1471
- {
1472
- "disabled": false,
1473
- "document": "卡号",
1474
- "example": "6225768888888888",
1475
- "member": "string",
1476
- "name": "CardNo",
1477
- "output_required": true,
1478
- "type": "string",
1479
- "value_allowed_null": false
1480
- },
1481
- {
1482
- "disabled": false,
1483
- "document": "银行信息",
1484
- "example": "招商银行(03080000)",
1485
- "member": "string",
1486
- "name": "BankInfo",
1487
- "output_required": true,
1488
- "type": "string",
1489
- "value_allowed_null": false
1490
- },
1491
- {
1492
- "disabled": false,
1493
- "document": "有效期,格式如:07/2023",
1494
- "example": "07/2023",
1495
- "member": "string",
1496
- "name": "ValidDate",
1497
- "output_required": true,
1498
- "type": "string",
1499
- "value_allowed_null": false
1500
- },
1501
- {
1502
- "disabled": false,
1503
- "document": "卡类型",
1504
- "example": "贷记卡",
1505
- "member": "string",
1506
- "name": "CardType",
1507
- "output_required": true,
1508
- "type": "string",
1509
- "value_allowed_null": false
1510
- },
1511
- {
1512
- "disabled": false,
1513
- "document": "卡名字",
1514
- "example": "招商银行信用卡",
1515
- "member": "string",
1516
- "name": "CardName",
1517
- "output_required": true,
1518
- "type": "string",
1519
- "value_allowed_null": false
1520
- },
1521
- {
1522
- "disabled": false,
1523
- "document": "切片图片数据\n注意:此字段可能返回 null,表示取不到有效值。",
1524
- "example": "/9j/4AAQSkZJRg.....s97n//2Q==",
1525
- "member": "string",
1526
- "name": "BorderCutImage",
1527
- "output_required": true,
1528
- "type": "string",
1529
- "value_allowed_null": true
1530
- },
1531
- {
1532
- "disabled": false,
1533
- "document": "卡号图片数据\n注意:此字段可能返回 null,表示取不到有效值。",
1534
- "example": "/9j/4AAQSkZJRg.....s97n//2Q==",
1535
- "member": "string",
1536
- "name": "CardNoImage",
1537
- "output_required": true,
1538
- "type": "string",
1539
- "value_allowed_null": true
1540
- },
1541
- {
1542
- "disabled": false,
1543
- "document": "WarningCode 告警码列表和释义:\n-9110:银行卡日期无效; \n-9111:银行卡边框不完整; \n-9112:银行卡图片反光;\n-9113:银行卡复印件;\n-9114:银行卡翻拍件\n(告警码可以同时存在多个)\n注意:此字段可能返回 null,表示取不到有效值。",
1544
- "example": "[-9110]",
1545
- "member": "int64",
1546
- "name": "WarningCode",
1547
- "output_required": true,
1548
- "type": "list",
1549
- "value_allowed_null": true
1550
- },
1551
- {
1552
- "disabled": false,
1553
- "document": "图片质量分数,请求EnableQualityValue时返回(取值范围:0-100,分数越低越模糊,建议阈值≥50)。\n注意:此字段可能返回 null,表示取不到有效值。",
1554
- "example": "90",
1555
- "member": "int64",
1556
- "name": "QualityValue",
1557
- "output_required": true,
1558
- "type": "int",
1559
- "value_allowed_null": true
1560
- },
1561
- {
1562
- "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
1563
- "member": "string",
1564
- "name": "RequestId",
1565
- "type": "string"
1566
- }
1567
- ],
1568
- "type": "object"
1569
- },
1570
1383
  "BankSlipInfo": {
1571
1384
  "document": "银行回单识别出的字段",
1572
1385
  "members": [
@@ -15953,6 +15766,15 @@
15953
15766
  "name": "ConfigId",
15954
15767
  "required": false,
15955
15768
  "type": "string"
15769
+ },
15770
+ {
15771
+ "disabled": false,
15772
+ "document": "是否开启全文字段坐标值的识别",
15773
+ "example": "false",
15774
+ "member": "bool",
15775
+ "name": "EnableCoord",
15776
+ "required": false,
15777
+ "type": "bool"
15956
15778
  }
15957
15779
  ],
15958
15780
  "type": "object"
@@ -16,14 +16,6 @@
16
16
  "title": "算式识别示例代码"
17
17
  }
18
18
  ],
19
- "BankCardOCR": [
20
- {
21
- "document": "",
22
- "input": "POST / HTTP/1.1\nHost: ocr.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: BankCardOCR\n<公共请求参数>\n\n{\n \"ImageUrl\": \"https://ocr-demo-1254418846.cos.ap-guangzhou.myqcloud.com/card/BankCardOCR/BankCardOCR1.jpg\"\n}",
23
- "output": "{\n \"Response\": {\n \"BankInfo\": \"招商银行(03080000)\",\n \"BorderCutImage\": null,\n \"CardName\": \"招商银行信用卡\",\n \"CardNo\": \"6225768888888888\",\n \"CardNoImage\": null,\n \"CardType\": \"贷记卡\",\n \"QualityValue\": null,\n \"RequestId\": \"4a4438c5-09ff-4031-945c-17000ba4542d\",\n \"ValidDate\": \"07/2023\",\n \"WarningCode\": null\n }\n}",
24
- "title": "BankCardOCR调用"
25
- }
26
- ],
27
19
  "BankSlipOCR": [
28
20
  {
29
21
  "document": "银行回单识别",
@@ -605,8 +597,8 @@
605
597
  "SmartStructuralPro": [
606
598
  {
607
599
  "document": "智能结构化高级版识别",
608
- "input": "POST / HTTP/1.1\nHost: ocr.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: SmartStructuralPro\n<公共请求参数>\n\n{\n \"ImageUrl\": \"https://ocr-demo-1254418846.cos.ap-guangzhou.myqcloud.com/document/SmartStructuralOCR/SmartStructuralPro1.png\",\n \"ImageBase64\": \"/9j/4AAQSkZJRg.....s97n//2Q==\",\n \"PdfPageNumber\": 1,\n \"ItemNames\": [\n \"姓名\"\n ],\n \"ReturnFullText\": false,\n \"ConfigId\": \"General\"\n}",
609
- "output": "{\n \"Response\": {\n \"Angle\": 0,\n \"StructuralList\": [\n {\n \"Groups\": [\n {\n \"Lines\": [\n {\n \"Key\": {\n \"AutoName\": \"号码\",\n \"ConfigName\": \"number\"\n },\n \"Value\": {\n \"AutoContent\": \"176***101\",\n \"Coord\": {\n \"LeftTop\": {\n \"X\": 0,\n \"Y\": 0\n },\n \"RightTop\": {\n \"X\": 0,\n \"Y\": 0\n },\n \"RightBottom\": {\n \"X\": 0,\n \"Y\": 0\n }\n }\n }\n }\n ]\n }\n ]\n }\n ],\n \"WordList\": [\n {\n \"DetectedText\": \"ORD0****9\",\n \"Coord\": {}\n }\n ],\n \"RequestId\": \"abc\"\n }\n}",
600
+ "input": "POST / HTTP/1.1\nHost: ocr.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: SmartStructuralPro\n<公共请求参数>\n\n{\n \"ImageUrl\": \"https://ocr-demo-1254418846.cos.ap-guangzhou.myqcloud.com/document/SmartStructuralOCR/SmartStructuralPro1.png\",\n \"ImageBase64\": \"/9j/4AAQSkZJRg.....s97n//2Q==\",\n \"PdfPageNumber\": 1,\n \"EnableCoord\": false,\n \"ItemNames\": [\n \"号码\"\n ],\n \"ReturnFullText\": false,\n \"ConfigId\": \"General\"\n}",
601
+ "output": "{\n \"Response\": {\n \"Angle\": 0,\n \"StructuralList\": [\n {\n \"Groups\": [\n {\n \"Lines\": [\n {\n \"Key\": {\n \"AutoName\": \"号码\",\n \"ConfigName\": \"number\"\n },\n \"Value\": {\n \"AutoContent\": \"176***101\",\n \"Coord\": {\n \"LeftTop\": {\n \"X\": 0,\n \"Y\": 0\n },\n \"RightTop\": {\n \"X\": 0,\n \"Y\": 0\n },\n \"RightBottom\": {\n \"X\": 0,\n \"Y\": 0\n },\n \"LeftBottom\": {\n \"X\": 0,\n \"Y\": 0\n }\n }\n }\n }\n ]\n }\n ]\n }\n ],\n \"WordList\": [\n {\n \"DetectedText\": \"ORD0****9\",\n \"Coord\": {\n \"LeftTop\": {\n \"X\": 0,\n \"Y\": 0\n },\n \"RightTop\": {\n \"X\": 0,\n \"Y\": 0\n },\n \"RightBottom\": {\n \"X\": 0,\n \"Y\": 0\n },\n \"LeftBottom\": {\n \"X\": 0,\n \"Y\": 0\n }\n }\n }\n ],\n \"RequestId\": \"2378****90\"\n }\n}",
610
602
  "title": "智能结构化高级版识别"
611
603
  }
612
604
  ],
@@ -1092,7 +1092,7 @@
1092
1092
  {
1093
1093
  "disabled": false,
1094
1094
  "document": "场景名称",
1095
- "example": "xx",
1095
+ "example": "scenario name",
1096
1096
  "member": "string",
1097
1097
  "name": "ScenarioName",
1098
1098
  "required": true,
@@ -1326,7 +1326,7 @@
1326
1326
  {
1327
1327
  "disabled": false,
1328
1328
  "document": "项目名",
1329
- "example": "test",
1329
+ "example": "project name",
1330
1330
  "member": "string",
1331
1331
  "name": "Name",
1332
1332
  "required": true,
@@ -1534,7 +1534,7 @@
1534
1534
  {
1535
1535
  "disabled": false,
1536
1536
  "document": "创建人名",
1537
- "example": "",
1537
+ "example": "owner-name",
1538
1538
  "member": "string",
1539
1539
  "name": "Owner",
1540
1540
  "required": false,
@@ -2420,7 +2420,7 @@
2420
2420
  {
2421
2421
  "disabled": false,
2422
2422
  "document": "任务ID",
2423
- "example": "\"123\"",
2423
+ "example": "job-1a2b3c4d",
2424
2424
  "member": "string",
2425
2425
  "name": "JobId",
2426
2426
  "required": true,
@@ -2429,7 +2429,7 @@
2429
2429
  {
2430
2430
  "disabled": false,
2431
2431
  "document": "场景ID",
2432
- "example": "\"123\"",
2432
+ "example": "scenario-1a2b3c4d",
2433
2433
  "member": "string",
2434
2434
  "name": "ScenarioId",
2435
2435
  "required": true,
@@ -2438,7 +2438,7 @@
2438
2438
  {
2439
2439
  "disabled": false,
2440
2440
  "document": "项目ID",
2441
- "example": "project-xx",
2441
+ "example": "project-1a2b3c4d",
2442
2442
  "member": "string",
2443
2443
  "name": "ProjectId",
2444
2444
  "required": true,
@@ -2456,7 +2456,7 @@
2456
2456
  "example": "无",
2457
2457
  "member": "CheckSummary",
2458
2458
  "name": "CheckSummarySet",
2459
- "required": true,
2459
+ "output_required": true,
2460
2460
  "type": "list",
2461
2461
  "value_allowed_null": true
2462
2462
  },
@@ -2511,7 +2511,7 @@
2511
2511
  {
2512
2512
  "disabled": false,
2513
2513
  "document": "定时任务名字,模糊查询",
2514
- "example": "test",
2514
+ "example": "cron-name",
2515
2515
  "member": "string",
2516
2516
  "name": "CronJobName",
2517
2517
  "required": false,
@@ -2556,7 +2556,7 @@
2556
2556
  "example": "10",
2557
2557
  "member": "int64",
2558
2558
  "name": "Total",
2559
- "required": true,
2559
+ "output_required": true,
2560
2560
  "type": "int",
2561
2561
  "value_allowed_null": false
2562
2562
  },
@@ -2566,7 +2566,7 @@
2566
2566
  "example": "无",
2567
2567
  "member": "CronJob",
2568
2568
  "name": "CronJobSet",
2569
- "required": true,
2569
+ "output_required": true,
2570
2570
  "type": "list",
2571
2571
  "value_allowed_null": true
2572
2572
  },
@@ -2602,7 +2602,7 @@
2602
2602
  {
2603
2603
  "disabled": false,
2604
2604
  "document": "任务ID",
2605
- "example": "\"123\"",
2605
+ "example": "job-1a2b3c4d",
2606
2606
  "member": "string",
2607
2607
  "name": "JobId",
2608
2608
  "required": true,
@@ -2611,7 +2611,7 @@
2611
2611
  {
2612
2612
  "disabled": false,
2613
2613
  "document": "场景ID",
2614
- "example": "\"123\"",
2614
+ "example": "scenario-1a2b3c4d",
2615
2615
  "member": "string",
2616
2616
  "name": "ScenarioId",
2617
2617
  "required": true,
@@ -2620,7 +2620,7 @@
2620
2620
  {
2621
2621
  "disabled": false,
2622
2622
  "document": "项目ID",
2623
- "example": "\"project-xx\"",
2623
+ "example": "project-1a2b3c4d",
2624
2624
  "member": "string",
2625
2625
  "name": "ProjectId",
2626
2626
  "required": true,
@@ -2647,6 +2647,7 @@
2647
2647
  "example": "无",
2648
2648
  "member": "ErrorSummary",
2649
2649
  "name": "ErrorSummarySet",
2650
+ "output_required": true,
2650
2651
  "type": "list",
2651
2652
  "value_allowed_null": true
2652
2653
  },
@@ -2894,7 +2895,7 @@
2894
2895
  {
2895
2896
  "disabled": false,
2896
2897
  "document": "任务ID",
2897
- "example": "\"123\"",
2898
+ "example": "job-1a2b3c4d",
2898
2899
  "member": "string",
2899
2900
  "name": "JobId",
2900
2901
  "required": true,
@@ -2903,7 +2904,7 @@
2903
2904
  {
2904
2905
  "disabled": false,
2905
2906
  "document": "场景ID",
2906
- "example": "\"123\"",
2907
+ "example": "scenario-1a2b3c4d",
2907
2908
  "member": "string",
2908
2909
  "name": "ScenarioId",
2909
2910
  "required": true,
@@ -2930,7 +2931,7 @@
2930
2931
  {
2931
2932
  "disabled": false,
2932
2933
  "document": "项目ID",
2933
- "example": "project-xx",
2934
+ "example": "project-1a2b3c4d",
2934
2935
  "member": "string",
2935
2936
  "name": "ProjectId",
2936
2937
  "required": true,
@@ -2945,7 +2946,7 @@
2945
2946
  {
2946
2947
  "disabled": false,
2947
2948
  "document": "标签值数组\n注意:此字段可能返回 null,表示取不到有效值。",
2948
- "example": "",
2949
+ "example": "[\"http://url1\", \"http://url2\"]",
2949
2950
  "member": "string",
2950
2951
  "name": "LabelValueSet",
2951
2952
  "output_required": true,
@@ -3720,8 +3721,8 @@
3720
3721
  },
3721
3722
  {
3722
3723
  "disabled": false,
3723
- "document": "分组",
3724
- "example": "",
3724
+ "document": "分组;取值范围参见 DescribeMetricLabelWithValues 接口返回的指标及其支持的标签名",
3725
+ "example": "[\"service\", \"result\", \"status\"]]",
3725
3726
  "member": "string",
3726
3727
  "name": "GroupBy",
3727
3728
  "required": false,
@@ -3758,7 +3759,7 @@
3758
3759
  {
3759
3760
  "disabled": false,
3760
3761
  "document": "job id",
3761
- "example": "\"123\"",
3762
+ "example": "job-1a2b3c4d",
3762
3763
  "member": "string",
3763
3764
  "name": "JobId",
3764
3765
  "required": true,
@@ -3767,7 +3768,7 @@
3767
3768
  {
3768
3769
  "disabled": false,
3769
3770
  "document": "场景Id",
3770
- "example": "\"123\"",
3771
+ "example": "scenario-1a2b3c4d",
3771
3772
  "member": "string",
3772
3773
  "name": "ScenarioId",
3773
3774
  "required": true,
@@ -3876,7 +3877,7 @@
3876
3877
  {
3877
3878
  "disabled": false,
3878
3879
  "document": "场景名",
3879
- "example": "test",
3880
+ "example": "scenario name",
3880
3881
  "member": "string",
3881
3882
  "name": "ScenarioName",
3882
3883
  "required": false,
@@ -3948,7 +3949,7 @@
3948
3949
  {
3949
3950
  "disabled": false,
3950
3951
  "document": "创建人员",
3951
- "example": "",
3952
+ "example": "owner",
3952
3953
  "member": "string",
3953
3954
  "name": "Owner",
3954
3955
  "required": false,
@@ -3966,6 +3967,7 @@
3966
3967
  "example": "无",
3967
3968
  "member": "ScenarioWithJobs",
3968
3969
  "name": "ScenarioWithJobsSet",
3970
+ "output_required": true,
3969
3971
  "type": "list",
3970
3972
  "value_allowed_null": true
3971
3973
  },
@@ -3975,6 +3977,7 @@
3975
3977
  "example": "3",
3976
3978
  "member": "int64",
3977
3979
  "name": "Total",
3980
+ "output_required": true,
3978
3981
  "type": "int",
3979
3982
  "value_allowed_null": false
3980
3983
  },
@@ -4002,7 +4005,7 @@
4002
4005
  {
4003
4006
  "disabled": false,
4004
4007
  "document": "场景名",
4005
- "example": "test",
4008
+ "example": "scenario-name",
4006
4009
  "member": "string",
4007
4010
  "name": "ScenarioName",
4008
4011
  "required": false,
@@ -4083,7 +4086,7 @@
4083
4086
  "example": "无",
4084
4087
  "member": "Scenario",
4085
4088
  "name": "ScenarioSet",
4086
- "required": true,
4089
+ "output_required": true,
4087
4090
  "type": "list",
4088
4091
  "value_allowed_null": true
4089
4092
  },
@@ -4093,7 +4096,7 @@
4093
4096
  "example": "3",
4094
4097
  "member": "int64",
4095
4098
  "name": "Total",
4096
- "required": true,
4099
+ "output_required": true,
4097
4100
  "type": "int",
4098
4101
  "value_allowed_null": false
4099
4102
  },
@@ -7077,7 +7080,7 @@
7077
7080
  {
7078
7081
  "disabled": false,
7079
7082
  "document": "场景名称",
7080
- "example": "xx",
7083
+ "example": "scenario name",
7081
7084
  "member": "string",
7082
7085
  "name": "ScenarioName",
7083
7086
  "required": true,
@@ -7256,7 +7259,7 @@
7256
7259
  {
7257
7260
  "disabled": false,
7258
7261
  "document": "项目名",
7259
- "example": "test",
7262
+ "example": "project name",
7260
7263
  "member": "string",
7261
7264
  "name": "Name",
7262
7265
  "required": false,
@@ -7310,7 +7313,7 @@
7310
7313
  {
7311
7314
  "disabled": false,
7312
7315
  "document": "场景ID",
7313
- "example": "scenario-xx",
7316
+ "example": "scenario-1a2b3c4d",
7314
7317
  "member": "string",
7315
7318
  "name": "ScenarioId",
7316
7319
  "required": true,
@@ -7391,7 +7394,7 @@
7391
7394
  {
7392
7395
  "disabled": false,
7393
7396
  "document": "SLA规则ID",
7394
- "example": "sla-xx",
7397
+ "example": "sla-1a2b3c4d",
7395
7398
  "member": "string",
7396
7399
  "name": "SLAId",
7397
7400
  "required": false,
@@ -7400,7 +7403,7 @@
7400
7403
  {
7401
7404
  "disabled": false,
7402
7405
  "document": "cron job ID",
7403
- "example": "cron-xx",
7406
+ "example": "cron-1a2b3c4d",
7404
7407
  "member": "string",
7405
7408
  "name": "CronId",
7406
7409
  "required": false,
@@ -7418,7 +7421,7 @@
7418
7421
  {
7419
7422
  "disabled": false,
7420
7423
  "document": "项目ID",
7421
- "example": "project-xx",
7424
+ "example": "project-1a2b3c4d",
7422
7425
  "member": "string",
7423
7426
  "name": "ProjectId",
7424
7427
  "required": false,
@@ -7499,7 +7502,7 @@
7499
7502
  {
7500
7503
  "disabled": false,
7501
7504
  "document": "环境ID",
7502
- "example": "",
7505
+ "example": "env-1a2b3c4d",
7503
7506
  "member": "string",
7504
7507
  "name": "EnvId",
7505
7508
  "required": false,