tccli 3.0.1297.1__py2.py3-none-any.whl → 3.0.1299.1__py2.py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (85) hide show
  1. tccli/__init__.py +1 -1
  2. tccli/services/batch/batch_client.py +4 -110
  3. tccli/services/batch/v20170312/api.json +0 -527
  4. tccli/services/batch/v20170312/examples.json +0 -16
  5. tccli/services/bi/v20220105/api.json +87 -1
  6. tccli/services/bi/v20220105/examples.json +7 -7
  7. tccli/services/cam/v20190116/api.json +84 -84
  8. tccli/services/cbs/v20170312/api.json +24 -24
  9. tccli/services/cdn/v20180606/api.json +240 -179
  10. tccli/services/cdn/v20180606/examples.json +1 -1
  11. tccli/services/cfg/v20210820/api.json +5 -3
  12. tccli/services/cfg/v20210820/examples.json +1 -1
  13. tccli/services/chdfs/v20201112/api.json +7 -1
  14. tccli/services/cls/cls_client.py +235 -23
  15. tccli/services/cls/v20201016/api.json +457 -3
  16. tccli/services/cls/v20201016/examples.json +32 -0
  17. tccli/services/controlcenter/v20230110/api.json +63 -58
  18. tccli/services/cvm/v20170312/api.json +2 -2
  19. tccli/services/dbbrain/dbbrain_client.py +106 -0
  20. tccli/services/dbbrain/v20191016/api.json +365 -6
  21. tccli/services/dbbrain/v20191016/examples.json +8 -0
  22. tccli/services/dbbrain/v20210527/api.json +550 -21
  23. tccli/services/dbbrain/v20210527/examples.json +16 -0
  24. tccli/services/dcdb/v20180411/api.json +102 -6
  25. tccli/services/dcdb/v20180411/examples.json +4 -4
  26. tccli/services/dlc/dlc_client.py +53 -0
  27. tccli/services/dlc/v20210125/api.json +162 -0
  28. tccli/services/dlc/v20210125/examples.json +8 -0
  29. tccli/services/dnspod/v20210323/api.json +128 -127
  30. tccli/services/ess/v20201111/api.json +1 -1
  31. tccli/services/essbasic/v20210526/api.json +5 -5
  32. tccli/services/facefusion/v20220927/api.json +2 -2
  33. tccli/services/facefusion/v20220927/examples.json +1 -1
  34. tccli/services/gs/v20191118/api.json +22 -3
  35. tccli/services/gs/v20191118/examples.json +1 -1
  36. tccli/services/hai/v20230812/api.json +16 -16
  37. tccli/services/iotcloud/v20210408/api.json +2 -2
  38. tccli/services/iotcloud/v20210408/examples.json +3 -3
  39. tccli/services/iotexplorer/v20190423/api.json +947 -857
  40. tccli/services/iotexplorer/v20190423/examples.json +83 -83
  41. tccli/services/live/v20180801/api.json +2 -2
  42. tccli/services/lkeap/v20240522/api.json +3 -3
  43. tccli/services/mariadb/v20170312/api.json +84 -8
  44. tccli/services/mariadb/v20170312/examples.json +3 -3
  45. tccli/services/mps/v20190612/api.json +63 -61
  46. tccli/services/mps/v20190612/examples.json +48 -48
  47. tccli/services/mqtt/v20240516/api.json +62 -12
  48. tccli/services/mqtt/v20240516/examples.json +6 -6
  49. tccli/services/ocr/ocr_client.py +307 -360
  50. tccli/services/ocr/v20181119/api.json +73 -289
  51. tccli/services/ocr/v20181119/examples.json +0 -8
  52. tccli/services/organization/v20210331/api.json +9 -0
  53. tccli/services/partners/v20180321/api.json +10 -0
  54. tccli/services/sqlserver/v20180328/api.json +9 -0
  55. tccli/services/sqlserver/v20180328/examples.json +1 -1
  56. tccli/services/tcb/v20180608/api.json +11 -1
  57. tccli/services/tdmq/v20200217/api.json +30 -0
  58. tccli/services/teo/v20220106/api.json +4 -4
  59. tccli/services/teo/v20220901/api.json +48 -7
  60. tccli/services/teo/v20220901/examples.json +51 -15
  61. tccli/services/tione/v20211111/api.json +25 -5
  62. tccli/services/tke/v20180525/api.json +2 -2
  63. tccli/services/trro/trro_client.py +269 -4
  64. tccli/services/trro/v20220325/api.json +504 -0
  65. tccli/services/trro/v20220325/examples.json +40 -0
  66. tccli/services/tse/v20201207/api.json +34 -34
  67. tccli/services/vdb/v20230616/api.json +738 -15
  68. tccli/services/vdb/v20230616/examples.json +64 -0
  69. tccli/services/vdb/vdb_client.py +428 -4
  70. tccli/services/vod/v20180717/api.json +9 -0
  71. tccli/services/vod/v20240718/api.json +985 -0
  72. tccli/services/vod/v20240718/examples.json +66 -0
  73. tccli/services/vod/vod_client.py +330 -12
  74. tccli/services/vpc/v20170312/api.json +175 -0
  75. tccli/services/vpc/v20170312/examples.json +8 -0
  76. tccli/services/vpc/vpc_client.py +53 -0
  77. tccli/services/wedata/v20210820/api.json +464 -1
  78. tccli/services/wedata/v20210820/examples.json +22 -0
  79. tccli/services/wedata/wedata_client.py +114 -8
  80. tccli/services/weilingwith/v20230427/api.json +10 -10
  81. {tccli-3.0.1297.1.dist-info → tccli-3.0.1299.1.dist-info}/METADATA +2 -2
  82. {tccli-3.0.1297.1.dist-info → tccli-3.0.1299.1.dist-info}/RECORD +85 -85
  83. {tccli-3.0.1297.1.dist-info → tccli-3.0.1299.1.dist-info}/WHEEL +0 -0
  84. {tccli-3.0.1297.1.dist-info → tccli-3.0.1299.1.dist-info}/entry_points.txt +0 -0
  85. {tccli-3.0.1297.1.dist-info → tccli-3.0.1299.1.dist-info}/license_files/LICENSE +0 -0
@@ -448,13 +448,6 @@
448
448
  "output": "RecognizeValidIDCardOCRResponse",
449
449
  "status": "online"
450
450
  },
451
- "ReconstructDocument": {
452
- "document": "服务已迁移至 [文档解析](https://cloud.tencent.com/document/product/1759/107504),请跳转查看接口文档。该接口支持将图片或PDF文件转换成Markdown格式文件,可解析包括表格、公式、图片、标题、段落、页眉、页脚等内容元素,并将内容智能转换成阅读顺序。",
453
- "input": "ReconstructDocumentRequest",
454
- "name": "智能文档识别",
455
- "output": "ReconstructDocumentResponse",
456
- "status": "online"
457
- },
458
451
  "ResidenceBookletOCR": {
459
452
  "document": "本接口支持居民户口簿户主页及成员页关键字段的识别,包括姓名、户别、地址、籍贯、身份证号码等。\n\n默认接口请求频率限制:5次/秒。",
460
453
  "input": "ResidenceBookletOCRRequest",
@@ -2771,6 +2764,21 @@
2771
2764
  ],
2772
2765
  "type": "object"
2773
2766
  },
2767
+ "ConfigAdvanced": {
2768
+ "document": "支持模版的单个属性配置",
2769
+ "members": [
2770
+ {
2771
+ "disabled": false,
2772
+ "document": "模版的单个属性配置",
2773
+ "example": "only_hw",
2774
+ "member": "string",
2775
+ "name": "Scene",
2776
+ "required": false,
2777
+ "type": "string"
2778
+ }
2779
+ ],
2780
+ "usage": "in"
2781
+ },
2774
2782
  "ContentInfo": {
2775
2783
  "document": "卡证字段信息返回值",
2776
2784
  "members": [
@@ -3057,168 +3065,6 @@
3057
3065
  ],
3058
3066
  "usage": "out"
3059
3067
  },
3060
- "DocumentElement": {
3061
- "document": "文档元素字段",
3062
- "members": [
3063
- {
3064
- "disabled": false,
3065
- "document": "文档元素索引\n注意:此字段可能返回 null,表示取不到有效值。",
3066
- "example": "无",
3067
- "member": "int64",
3068
- "name": "Index",
3069
- "output_required": false,
3070
- "type": "int",
3071
- "value_allowed_null": true
3072
- },
3073
- {
3074
- "disabled": false,
3075
- "document": "元素类型,包括paragraph、table、formula、figure、title、header、footer、figure_text\n\n注意:此字段可能返回 null,表示取不到有效值。",
3076
- "example": "无",
3077
- "member": "string",
3078
- "name": "Type",
3079
- "output_required": false,
3080
- "type": "string",
3081
- "value_allowed_null": true
3082
- },
3083
- {
3084
- "disabled": false,
3085
- "document": "元素内容,当type为figure或formula(公式识别关闭)时该字段内容为图片的位置\n\n注意:此字段可能返回 null,表示取不到有效值。",
3086
- "example": "无",
3087
- "member": "string",
3088
- "name": "Text",
3089
- "output_required": false,
3090
- "type": "string",
3091
- "value_allowed_null": true
3092
- },
3093
- {
3094
- "disabled": false,
3095
- "document": "元素坐标,左上角(x1, y1),右上角(x2, y2),右下角(x3, y3),左下角(x4, y4)\n\n注意:此字段可能返回 null,表示取不到有效值。",
3096
- "example": "无",
3097
- "member": "Polygon",
3098
- "name": "Polygon",
3099
- "output_required": false,
3100
- "type": "object",
3101
- "value_allowed_null": true
3102
- },
3103
- {
3104
- "disabled": false,
3105
- "document": "元素层级\n注意:此字段可能返回 null,表示取不到有效值。",
3106
- "example": "无",
3107
- "member": "int64",
3108
- "name": "Level",
3109
- "output_required": false,
3110
- "type": "int",
3111
- "value_allowed_null": true
3112
- },
3113
- {
3114
- "disabled": false,
3115
- "document": "入参开启EnableInsetImage后返回,表示在InsetImagePackage中的内嵌图片名称\n注意:此字段可能返回 null,表示取不到有效值。",
3116
- "example": "无",
3117
- "member": "string",
3118
- "name": "InsetImageName",
3119
- "output_required": false,
3120
- "type": "string",
3121
- "value_allowed_null": true
3122
- },
3123
- {
3124
- "disabled": false,
3125
- "document": "嵌套的文档元素信息,一般包含的是文档内嵌入图片的文字识别结果\n注意:此字段可能返回 null,表示取不到有效值。",
3126
- "example": "无",
3127
- "member": "DocumentElement",
3128
- "name": "Elements",
3129
- "output_required": false,
3130
- "type": "list",
3131
- "value_allowed_null": true
3132
- }
3133
- ],
3134
- "usage": "out"
3135
- },
3136
- "DocumentRecognizeInfo": {
3137
- "document": "单页文档识别的内容",
3138
- "members": [
3139
- {
3140
- "disabled": false,
3141
- "document": "输入PDF文件的页码,从1开始。输入图片的话值始终为1\n注意:此字段可能返回 null,表示取不到有效值。",
3142
- "example": "无",
3143
- "member": "int64",
3144
- "name": "PageNumber",
3145
- "output_required": false,
3146
- "type": "int",
3147
- "value_allowed_null": true
3148
- },
3149
- {
3150
- "disabled": true,
3151
- "document": "旋转角度\n\n注意:此字段可能返回 null,表示取不到有效值。",
3152
- "example": "无",
3153
- "member": "int64",
3154
- "name": "Angle",
3155
- "output_required": false,
3156
- "type": "int",
3157
- "value_allowed_null": true
3158
- },
3159
- {
3160
- "disabled": false,
3161
- "document": "AI算法识别处理后的图片高度\n注意:此字段可能返回 null,表示取不到有效值。",
3162
- "example": "无",
3163
- "member": "int64",
3164
- "name": "Height",
3165
- "output_required": false,
3166
- "type": "int",
3167
- "value_allowed_null": true
3168
- },
3169
- {
3170
- "disabled": false,
3171
- "document": "AI算法识别处理后的图片宽度\n注意:此字段可能返回 null,表示取不到有效值。",
3172
- "example": "无",
3173
- "member": "int64",
3174
- "name": "Width",
3175
- "output_required": false,
3176
- "type": "int",
3177
- "value_allowed_null": true
3178
- },
3179
- {
3180
- "disabled": false,
3181
- "document": "图片的原始高度,输入PDF文件则表示单页PDF转图片之后的图片高度\n注意:此字段可能返回 null,表示取不到有效值。",
3182
- "example": "无",
3183
- "member": "int64",
3184
- "name": "OriginHeight",
3185
- "output_required": false,
3186
- "type": "int",
3187
- "value_allowed_null": true
3188
- },
3189
- {
3190
- "disabled": false,
3191
- "document": "图片的原始宽度,输入PDF文件则表示单页PDF转图片之后的图片宽度\n注意:此字段可能返回 null,表示取不到有效值。",
3192
- "example": "无",
3193
- "member": "int64",
3194
- "name": "OriginWidth",
3195
- "output_required": false,
3196
- "type": "int",
3197
- "value_allowed_null": true
3198
- },
3199
- {
3200
- "disabled": false,
3201
- "document": "文档元素信息\n注意:此字段可能返回 null,表示取不到有效值。",
3202
- "example": "无",
3203
- "member": "DocumentElement",
3204
- "name": "Elements",
3205
- "output_required": false,
3206
- "type": "list",
3207
- "value_allowed_null": true
3208
- },
3209
- {
3210
- "disabled": false,
3211
- "document": "旋转角度\n\n注意:此字段可能返回 null,表示取不到有效值。",
3212
- "example": "无",
3213
- "member": "float",
3214
- "name": "RotatedAngle",
3215
- "output_required": false,
3216
- "type": "float",
3217
- "value_allowed_null": true
3218
- }
3219
- ],
3220
- "usage": "out"
3221
- },
3222
3068
  "DriverLicenseOCRRequest": {
3223
3069
  "document": "DriverLicenseOCR请求参数结构体",
3224
3070
  "members": [
@@ -14703,123 +14549,6 @@
14703
14549
  ],
14704
14550
  "type": "object"
14705
14551
  },
14706
- "ReconstructDocumentConfig": {
14707
- "document": "ReconstructDocument配置选项",
14708
- "members": [
14709
- {
14710
- "disabled": false,
14711
- "document": "生成的Markdown中是否嵌入图片",
14712
- "example": "无",
14713
- "member": "bool",
14714
- "name": "EnableInsetImage",
14715
- "required": false,
14716
- "type": "bool"
14717
- }
14718
- ],
14719
- "usage": "in"
14720
- },
14721
- "ReconstructDocumentRequest": {
14722
- "document": "ReconstructDocument请求参数结构体",
14723
- "members": [
14724
- {
14725
- "disabled": false,
14726
- "document": "PDF,Image",
14727
- "example": "PDF",
14728
- "member": "string",
14729
- "name": "FileType",
14730
- "required": true,
14731
- "type": "string"
14732
- },
14733
- {
14734
- "disabled": false,
14735
- "document": "图片的 Base64 值。 支持的图片格式:PNG、JPG、JPEG、PDF,暂不支持 GIF 格式。 支持的图片大小:所下载图片经Base64编码后不超过 8M。图片下载时间不超过 3 秒。 支持的图片像素:单边介于20-10000px之间。 图片的 FileUrl、FileBase64 必须提供一个,如果都提供,只使用 FileUrl。",
14736
- "example": "/9j/4AAQSkZJRg.....s97n//2Q==",
14737
- "member": "string",
14738
- "name": "FileBase64",
14739
- "required": false,
14740
- "type": "string"
14741
- },
14742
- {
14743
- "disabled": false,
14744
- "document": "图片的 Url 地址。 支持的图片格式:PNG、JPG、JPEG、PDF,暂不支持 GIF 格式。 支持的图片大小:所下载图片经 Base64 编码后不超过 8M。图片下载时间不超过 3 秒。 支持的图片像素:单边介于20-10000px之间。 图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。 非腾讯云存储的 Url 速度和稳定性可能受一定影响。",
14745
- "example": "https://ocr-demo-1254418846.cos.ap-guangzhou.myqcloud.com/***/fakeurl.jpg",
14746
- "member": "string",
14747
- "name": "FileUrl",
14748
- "required": false,
14749
- "type": "string"
14750
- },
14751
- {
14752
- "disabled": false,
14753
- "document": "当传入文件是PDF类型(IsPdf=true)时,用来指定pdf识别的起始页码,识别的页码包含当前值。",
14754
- "example": "1",
14755
- "member": "int64",
14756
- "name": "FileStartPageNumber",
14757
- "required": false,
14758
- "type": "int"
14759
- },
14760
- {
14761
- "disabled": false,
14762
- "document": "当传入文件是PDF类型(IsPdf=true)时,用来指定pdf识别的结束页码,识别的页码包含当前值。\n单次调用,最多支持10页pdf的智能识别。",
14763
- "example": "3",
14764
- "member": "int64",
14765
- "name": "FileEndPageNumber",
14766
- "required": false,
14767
- "type": "int"
14768
- },
14769
- {
14770
- "disabled": false,
14771
- "document": "配置选项,支持配置是否在生成的Markdown中是否嵌入图片",
14772
- "example": "{\"EnableInsetImage\": true}",
14773
- "member": "ReconstructDocumentConfig",
14774
- "name": "Config",
14775
- "required": false,
14776
- "type": "object"
14777
- }
14778
- ],
14779
- "type": "object"
14780
- },
14781
- "ReconstructDocumentResponse": {
14782
- "document": "ReconstructDocument返回参数结构体",
14783
- "members": [
14784
- {
14785
- "disabled": false,
14786
- "document": "识别生成的Markdown文件base64编码的字符串\n注意:此字段可能返回 null,表示取不到有效值。",
14787
- "example": "/9j/4AAQSkZJRg.....s97n//2Q==",
14788
- "member": "string",
14789
- "name": "MarkdownBase64",
14790
- "output_required": false,
14791
- "type": "string",
14792
- "value_allowed_null": true
14793
- },
14794
- {
14795
- "disabled": false,
14796
- "document": "输入文件中嵌入的图片放在一个文件夹中打包为.zip压缩文件,识别生成的Markdown文件通过路径关联插入本文件夹中的图片。\n注意:此字段可能返回 null,表示取不到有效值。",
14797
- "example": "UEsDBBQACAAIAAAAAAAAAAAAAAAAAAAAAABNAAAAM2UxMjNjYjAtZTkzZ...",
14798
- "member": "string",
14799
- "name": "InsetImagePackage",
14800
- "output_required": false,
14801
- "type": "string",
14802
- "value_allowed_null": true
14803
- },
14804
- {
14805
- "disabled": false,
14806
- "document": "输入文件中嵌入的图片中文字内容的识别结果\n注意:此字段可能返回 null,表示取不到有效值。",
14807
- "example": "[{\"Angle\": 0, \"Elements\": [], \"Height\": 2413, \"OriginHeight\": 2400, \"OriginWidth\": 3200, \"PageNumber\": 0, \"RotatedAngle\": 0.2333675, \"Width\": 3209 }]",
14808
- "member": "DocumentRecognizeInfo",
14809
- "name": "DocumentRecognizeInfo",
14810
- "output_required": false,
14811
- "type": "list",
14812
- "value_allowed_null": true
14813
- },
14814
- {
14815
- "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
14816
- "member": "string",
14817
- "name": "RequestId",
14818
- "type": "string"
14819
- }
14820
- ],
14821
- "type": "object"
14822
- },
14823
14552
  "Rect": {
14824
14553
  "document": "矩形坐标",
14825
14554
  "members": [
@@ -16592,7 +16321,7 @@
16592
16321
  },
16593
16322
  {
16594
16323
  "disabled": false,
16595
- "document": "配置id支持:\nGeneral -- 通用场景 \nInvoiceEng -- 国际invoice模版 \nWayBillEng --海运订单模板\nCustomsDeclaration -- 进出口报关单\nWeightNote -- 磅单\nMedicalMeter -- 血压仪表识别\nBillOfLading -- 海运提单\nEntrustmentBook -- 海运托书\nWordRecognize -- 手写英文作文模版\nStatement -- 对账单识别模板\nBookingConfirmation -- 配舱通知书识别模板\nAirWayBill -- 航空运单识别模板\nDispatchWeightNote -- 磅单发货单识别模板\nReceiptWeightNote -- 磅单收货单识别模板",
16324
+ "document": "配置id支持:\nGeneral -- 通用场景 \nInvoiceEng -- 国际invoice模版 \nWayBillEng --海运订单模板\nCustomsDeclaration -- 进出口报关单\nWeightNote -- 磅单\nMedicalMeter -- 血压仪表识别\nBillOfLading -- 海运提单\nEntrustmentBook -- 海运托书\nWordRecognize -- 手写英文作文模版\nStatement -- 对账单识别模板\nBookingConfirmation -- 配舱通知书识别模板\nAirWayBill -- 航空运单识别模板\nDispatchWeightNote -- 磅单发货单识别模板\nReceiptWeightNote -- 磅单收货单识别模板\nArticalRecognize -- 手写作文模版",
16596
16325
  "example": "General",
16597
16326
  "member": "string",
16598
16327
  "name": "ConfigId",
@@ -16616,6 +16345,15 @@
16616
16345
  "name": "OutputParentKey",
16617
16346
  "required": false,
16618
16347
  "type": "bool"
16348
+ },
16349
+ {
16350
+ "disabled": false,
16351
+ "document": "模版的单个属性配置",
16352
+ "example": "{\"Scene\": \"only_hw\"}",
16353
+ "member": "ConfigAdvanced",
16354
+ "name": "ConfigAdvanced",
16355
+ "required": false,
16356
+ "type": "object"
16619
16357
  }
16620
16358
  ],
16621
16359
  "type": "object"
@@ -23169,7 +22907,7 @@
23169
22907
  "example": "1234567",
23170
22908
  "member": "string",
23171
22909
  "name": "DetectedText",
23172
- "required": false,
22910
+ "output_required": true,
23173
22911
  "type": "string",
23174
22912
  "value_allowed_null": false
23175
22913
  },
@@ -23179,7 +22917,53 @@
23179
22917
  "example": "[x1,y1,x2,y3,x3,y3,x4,y4]",
23180
22918
  "member": "Polygon",
23181
22919
  "name": "Coord",
23182
- "required": false,
22920
+ "output_required": true,
22921
+ "type": "object",
22922
+ "value_allowed_null": false
22923
+ },
22924
+ {
22925
+ "disabled": false,
22926
+ "document": "描述性信息",
22927
+ "example": "{\"Parag\":{\"ParagNo\":2,\"ParagType\":0,\"DetectNo\":0}}",
22928
+ "member": "string",
22929
+ "name": "AdvancedInfo",
22930
+ "output_required": false,
22931
+ "type": "string",
22932
+ "value_allowed_null": false
22933
+ },
22934
+ {
22935
+ "disabled": false,
22936
+ "document": "单词的四点坐标",
22937
+ "example": "[x1,y1,x2,y3,x3,y3,x4,y4]",
22938
+ "member": "WordPolygon",
22939
+ "name": "WordCoord",
22940
+ "output_required": false,
22941
+ "type": "list",
22942
+ "value_allowed_null": false
22943
+ }
22944
+ ],
22945
+ "usage": "out"
22946
+ },
22947
+ "WordPolygon": {
22948
+ "document": "单词坐标信息",
22949
+ "members": [
22950
+ {
22951
+ "disabled": false,
22952
+ "document": "文本块内容",
22953
+ "example": "1234567",
22954
+ "member": "string",
22955
+ "name": "DetectedText",
22956
+ "output_required": true,
22957
+ "type": "string",
22958
+ "value_allowed_null": false
22959
+ },
22960
+ {
22961
+ "disabled": false,
22962
+ "document": "四点坐标",
22963
+ "example": "[x1,y1,x2,y3,x3,y3,x4,y4]\t",
22964
+ "member": "Polygon",
22965
+ "name": "Coord",
22966
+ "output_required": true,
23183
22967
  "type": "object",
23184
22968
  "value_allowed_null": false
23185
22969
  }