tccli 3.0.1392.1__py2.py3-none-any.whl → 3.0.1394.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 (69) hide show
  1. tccli/__init__.py +1 -1
  2. tccli/services/__init__.py +2 -1
  3. tccli/services/ai3d/v20250513/api.json +4 -4
  4. tccli/services/apm/apm_client.py +53 -0
  5. tccli/services/apm/v20210622/api.json +354 -0
  6. tccli/services/apm/v20210622/examples.json +8 -0
  7. tccli/services/billing/billing_client.py +326 -8
  8. tccli/services/billing/v20180709/api.json +2120 -187
  9. tccli/services/billing/v20180709/examples.json +48 -0
  10. tccli/services/ccc/v20200210/api.json +88 -10
  11. tccli/services/cdb/v20170320/api.json +1 -1
  12. tccli/services/cdn/v20180606/api.json +46 -9
  13. tccli/services/clb/v20180317/api.json +9 -0
  14. tccli/services/csip/v20221121/api.json +1 -1
  15. tccli/services/cvm/cvm_client.py +0 -212
  16. tccli/services/cvm/v20170312/api.json +80 -842
  17. tccli/services/cvm/v20170312/examples.json +24 -56
  18. tccli/services/dbbrain/dbbrain_client.py +136 -30
  19. tccli/services/dbbrain/v20210527/api.json +243 -0
  20. tccli/services/dbbrain/v20210527/examples.json +16 -0
  21. tccli/services/dsgc/v20190723/api.json +73 -15
  22. tccli/services/eb/v20210416/api.json +28 -1
  23. tccli/services/eb/v20210416/examples.json +1 -1
  24. tccli/services/es/es_client.py +53 -0
  25. tccli/services/es/v20180416/api.json +182 -0
  26. tccli/services/es/v20180416/examples.json +8 -0
  27. tccli/services/gs/gs_client.py +216 -4
  28. tccli/services/gs/v20191118/api.json +201 -0
  29. tccli/services/gs/v20191118/examples.json +32 -0
  30. tccli/services/gwlb/v20240906/api.json +70 -0
  31. tccli/services/iai/v20180301/api.json +33 -24
  32. tccli/services/iai/v20180301/examples.json +4 -4
  33. tccli/services/lcic/v20220817/api.json +49 -3
  34. tccli/services/lke/lke_client.py +53 -0
  35. tccli/services/lke/v20231130/api.json +452 -15
  36. tccli/services/lke/v20231130/examples.json +8 -0
  37. tccli/services/lkeap/v20240522/api.json +1 -1
  38. tccli/services/mna/v20210119/api.json +10 -1
  39. tccli/services/mna/v20210119/examples.json +1 -1
  40. tccli/services/mps/v20190612/api.json +19 -0
  41. tccli/services/oceanus/oceanus_client.py +212 -0
  42. tccli/services/oceanus/v20190422/api.json +294 -0
  43. tccli/services/oceanus/v20190422/examples.json +32 -0
  44. tccli/services/ocr/v20181119/api.json +2 -2
  45. tccli/services/redis/v20180412/api.json +63 -33
  46. tccli/services/redis/v20180412/examples.json +1 -1
  47. tccli/services/sms/v20190711/api.json +1 -1
  48. tccli/services/sms/v20210111/api.json +1 -1
  49. tccli/services/sqlserver/v20180328/api.json +15 -5
  50. tccli/services/sqlserver/v20180328/examples.json +1 -1
  51. tccli/services/tat/v20201028/api.json +12 -2
  52. tccli/services/tcss/v20201101/api.json +6 -6
  53. tccli/services/tcss/v20201101/examples.json +1 -1
  54. tccli/services/tione/v20211111/api.json +2 -2
  55. tccli/services/trocket/v20230308/api.json +4 -4
  56. tccli/services/tsf/v20180326/api.json +2 -2
  57. tccli/services/vod/v20180717/api.json +7 -7
  58. tccli/services/vpc/v20170312/api.json +3 -3
  59. tccli/services/vtc/v20240223/api.json +1 -1
  60. tccli/services/waf/v20180125/api.json +8 -8
  61. tccli/services/waf/v20180125/examples.json +1 -1
  62. tccli/services/wedata/v20250806/api.json +13645 -0
  63. tccli/services/wedata/v20250806/examples.json +621 -0
  64. tccli/services/wedata/wedata_client.py +5031 -1157
  65. {tccli-3.0.1392.1.dist-info → tccli-3.0.1394.1.dist-info}/METADATA +2 -2
  66. {tccli-3.0.1392.1.dist-info → tccli-3.0.1394.1.dist-info}/RECORD +69 -67
  67. {tccli-3.0.1392.1.dist-info → tccli-3.0.1394.1.dist-info}/WHEEL +0 -0
  68. {tccli-3.0.1392.1.dist-info → tccli-3.0.1394.1.dist-info}/entry_points.txt +0 -0
  69. {tccli-3.0.1392.1.dist-info → tccli-3.0.1394.1.dist-info}/license_files/LICENSE +0 -0
@@ -1,5 +1,12 @@
1
1
  {
2
2
  "actions": {
3
+ "CheckConnectorName": {
4
+ "document": "查询资源名是否重复",
5
+ "input": "CheckConnectorNameRequest",
6
+ "name": "查询Connector名是否重复",
7
+ "output": "CheckConnectorNameResponse",
8
+ "status": "online"
9
+ },
3
10
  "CheckSavepoint": {
4
11
  "document": "检查快照是否可用",
5
12
  "input": "CheckSavepointRequest",
@@ -14,6 +21,13 @@
14
21
  "output": "CopyJobsResponse",
15
22
  "status": "online"
16
23
  },
24
+ "CreateConnector": {
25
+ "document": "创建Connector",
26
+ "input": "CreateConnectorRequest",
27
+ "name": "创建Connector",
28
+ "output": "CreateConnectorResponse",
29
+ "status": "online"
30
+ },
17
31
  "CreateFolder": {
18
32
  "document": "作业列表页面新建文件夹请求",
19
33
  "input": "CreateFolderRequest",
@@ -224,6 +238,13 @@
224
238
  "output": "GetMetaTableResponse",
225
239
  "status": "online"
226
240
  },
241
+ "ModifyConnector": {
242
+ "document": "修改Connector",
243
+ "input": "ModifyConnectorRequest",
244
+ "name": "修改Connector",
245
+ "output": "ModifyConnectorResponse",
246
+ "status": "online"
247
+ },
227
248
  "ModifyFolder": {
228
249
  "document": "自定义树状结构页面拖拽文件夹",
229
250
  "input": "ModifyFolderRequest",
@@ -245,6 +266,13 @@
245
266
  "output": "ModifyWorkSpaceResponse",
246
267
  "status": "online"
247
268
  },
269
+ "ParseConnector": {
270
+ "document": "解析用户上传connector",
271
+ "input": "ParseConnectorRequest",
272
+ "name": "解析用户自定义Connector",
273
+ "output": "ParseConnectorResponse",
274
+ "status": "online"
275
+ },
248
276
  "RunJobs": {
249
277
  "document": "批量启动或者恢复作业,批量操作数量上限20",
250
278
  "input": "RunJobsRequest",
@@ -317,6 +345,43 @@
317
345
  ],
318
346
  "usage": "out"
319
347
  },
348
+ "CheckConnectorNameRequest": {
349
+ "document": "CheckConnectorName请求参数结构体",
350
+ "members": [
351
+ {
352
+ "disabled": false,
353
+ "document": "资源名",
354
+ "example": "mj-test",
355
+ "member": "string",
356
+ "name": "Name",
357
+ "required": true,
358
+ "type": "string"
359
+ }
360
+ ],
361
+ "type": "object"
362
+ },
363
+ "CheckConnectorNameResponse": {
364
+ "document": "CheckConnectorName返回参数结构体",
365
+ "members": [
366
+ {
367
+ "disabled": false,
368
+ "document": "是否存在",
369
+ "example": "true",
370
+ "member": "bool",
371
+ "name": "Exists",
372
+ "output_required": true,
373
+ "type": "bool",
374
+ "value_allowed_null": false
375
+ },
376
+ {
377
+ "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
378
+ "member": "string",
379
+ "name": "RequestId",
380
+ "type": "string"
381
+ }
382
+ ],
383
+ "type": "object"
384
+ },
320
385
  "CheckSavepointRequest": {
321
386
  "document": "CheckSavepoint请求参数结构体",
322
387
  "members": [
@@ -1500,6 +1565,45 @@
1500
1565
  ],
1501
1566
  "usage": "out"
1502
1567
  },
1568
+ "Connectors": {
1569
+ "document": "解析Connector",
1570
+ "members": [
1571
+ {
1572
+ "disabled": false,
1573
+ "document": "连接方式",
1574
+ "example": "1,2",
1575
+ "member": "string",
1576
+ "name": "ConnectionMethod",
1577
+ "output_required": true,
1578
+ "required": false,
1579
+ "type": "string",
1580
+ "value_allowed_null": false
1581
+ },
1582
+ {
1583
+ "disabled": false,
1584
+ "document": "连接器名称",
1585
+ "example": "kafka",
1586
+ "member": "string",
1587
+ "name": "Connector",
1588
+ "output_required": true,
1589
+ "required": false,
1590
+ "type": "string",
1591
+ "value_allowed_null": false
1592
+ },
1593
+ {
1594
+ "disabled": false,
1595
+ "document": "是否已经被使用",
1596
+ "example": "true",
1597
+ "member": "bool",
1598
+ "name": "Existed",
1599
+ "output_required": true,
1600
+ "required": false,
1601
+ "type": "bool",
1602
+ "value_allowed_null": false
1603
+ }
1604
+ ],
1605
+ "usage": "both"
1606
+ },
1503
1607
  "CopyJobItem": {
1504
1608
  "document": "复制作业单条明细",
1505
1609
  "members": [
@@ -1737,6 +1841,69 @@
1737
1841
  ],
1738
1842
  "type": "object"
1739
1843
  },
1844
+ "CreateConnectorRequest": {
1845
+ "document": "CreateConnector请求参数结构体",
1846
+ "members": [
1847
+ {
1848
+ "disabled": false,
1849
+ "document": "资源id",
1850
+ "example": "resource-123qwe",
1851
+ "member": "string",
1852
+ "name": "ResourceId",
1853
+ "required": true,
1854
+ "type": "string"
1855
+ },
1856
+ {
1857
+ "disabled": false,
1858
+ "document": "空间",
1859
+ "example": "space-qwe123",
1860
+ "member": "string",
1861
+ "name": "WorkSpaceId",
1862
+ "required": true,
1863
+ "type": "string"
1864
+ },
1865
+ {
1866
+ "disabled": false,
1867
+ "document": "资源版本",
1868
+ "example": "1",
1869
+ "member": "int64",
1870
+ "name": "VersionId",
1871
+ "required": true,
1872
+ "type": "int"
1873
+ },
1874
+ {
1875
+ "disabled": false,
1876
+ "document": "连接器名称",
1877
+ "example": "kafka",
1878
+ "member": "string",
1879
+ "name": "Connector",
1880
+ "required": true,
1881
+ "type": "string"
1882
+ },
1883
+ {
1884
+ "disabled": false,
1885
+ "document": "连接方式",
1886
+ "example": "1",
1887
+ "member": "string",
1888
+ "name": "ConnectionMethod",
1889
+ "required": true,
1890
+ "type": "string"
1891
+ }
1892
+ ],
1893
+ "type": "object"
1894
+ },
1895
+ "CreateConnectorResponse": {
1896
+ "document": "CreateConnector返回参数结构体",
1897
+ "members": [
1898
+ {
1899
+ "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
1900
+ "member": "string",
1901
+ "name": "RequestId",
1902
+ "type": "string"
1903
+ }
1904
+ ],
1905
+ "type": "object"
1906
+ },
1740
1907
  "CreateFolderRequest": {
1741
1908
  "document": "CreateFolder请求参数结构体",
1742
1909
  "members": [
@@ -6036,6 +6203,78 @@
6036
6203
  ],
6037
6204
  "usage": "out"
6038
6205
  },
6206
+ "ModifyConnectorRequest": {
6207
+ "document": "ModifyConnector请求参数结构体",
6208
+ "members": [
6209
+ {
6210
+ "disabled": false,
6211
+ "document": "空间",
6212
+ "example": "space-qwe123",
6213
+ "member": "string",
6214
+ "name": "WorkSpaceId",
6215
+ "required": true,
6216
+ "type": "string"
6217
+ },
6218
+ {
6219
+ "disabled": false,
6220
+ "document": "connector ID",
6221
+ "example": "resource-123qwe",
6222
+ "member": "string",
6223
+ "name": "ConnectorResourceId",
6224
+ "required": true,
6225
+ "type": "string"
6226
+ },
6227
+ {
6228
+ "disabled": false,
6229
+ "document": "资源id",
6230
+ "example": "resource-123qwe",
6231
+ "member": "string",
6232
+ "name": "ResourceId",
6233
+ "required": false,
6234
+ "type": "string"
6235
+ },
6236
+ {
6237
+ "disabled": false,
6238
+ "document": "资源版本",
6239
+ "example": "1",
6240
+ "member": "int64",
6241
+ "name": "VersionId",
6242
+ "required": false,
6243
+ "type": "int"
6244
+ },
6245
+ {
6246
+ "disabled": false,
6247
+ "document": "连接器名称",
6248
+ "example": "kafka",
6249
+ "member": "string",
6250
+ "name": "Connector",
6251
+ "required": false,
6252
+ "type": "string"
6253
+ },
6254
+ {
6255
+ "disabled": false,
6256
+ "document": "连接方式",
6257
+ "example": "1",
6258
+ "member": "string",
6259
+ "name": "ConnectionMethod",
6260
+ "required": false,
6261
+ "type": "string"
6262
+ }
6263
+ ],
6264
+ "type": "object"
6265
+ },
6266
+ "ModifyConnectorResponse": {
6267
+ "document": "ModifyConnector返回参数结构体",
6268
+ "members": [
6269
+ {
6270
+ "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
6271
+ "member": "string",
6272
+ "name": "RequestId",
6273
+ "type": "string"
6274
+ }
6275
+ ],
6276
+ "type": "object"
6277
+ },
6039
6278
  "ModifyFolderRequest": {
6040
6279
  "document": "ModifyFolder请求参数结构体",
6041
6280
  "members": [
@@ -6346,6 +6585,61 @@
6346
6585
  ],
6347
6586
  "usage": "out"
6348
6587
  },
6588
+ "ParseConnectorRequest": {
6589
+ "document": "ParseConnector请求参数结构体",
6590
+ "members": [
6591
+ {
6592
+ "disabled": false,
6593
+ "document": "资源id",
6594
+ "example": "resource-6zoqt0tz",
6595
+ "member": "string",
6596
+ "name": "ResourceId",
6597
+ "required": true,
6598
+ "type": "string"
6599
+ },
6600
+ {
6601
+ "disabled": false,
6602
+ "document": "资源版本",
6603
+ "example": "2",
6604
+ "member": "int64",
6605
+ "name": "VersionId",
6606
+ "required": true,
6607
+ "type": "int"
6608
+ },
6609
+ {
6610
+ "disabled": false,
6611
+ "document": "空间",
6612
+ "example": "space-sd12ad1",
6613
+ "member": "string",
6614
+ "name": "WorkSpaceId",
6615
+ "required": false,
6616
+ "type": "string"
6617
+ }
6618
+ ],
6619
+ "type": "object"
6620
+ },
6621
+ "ParseConnectorResponse": {
6622
+ "document": "ParseConnector返回参数结构体",
6623
+ "members": [
6624
+ {
6625
+ "disabled": false,
6626
+ "document": "连接器",
6627
+ "example": "[{\"ConnectionMethod\":\"\",\"Connector\":\"jdbc\",\"Existed\":false}]",
6628
+ "member": "Connectors",
6629
+ "name": "Connectors",
6630
+ "output_required": true,
6631
+ "type": "list",
6632
+ "value_allowed_null": false
6633
+ },
6634
+ {
6635
+ "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
6636
+ "member": "string",
6637
+ "name": "RequestId",
6638
+ "type": "string"
6639
+ }
6640
+ ],
6641
+ "type": "object"
6642
+ },
6349
6643
  "Property": {
6350
6644
  "document": "系统配置属性",
6351
6645
  "members": [
@@ -1,5 +1,13 @@
1
1
  {
2
2
  "actions": {
3
+ "CheckConnectorName": [
4
+ {
5
+ "document": "",
6
+ "input": "POST / HTTP/1.1\nHost: oceanus.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CheckConnectorName\n<公共请求参数>\n\n{\n \"Name\": \"true\"\n}",
7
+ "output": "{\n \"Response\": {\n \"Exists\": true,\n \"RequestId\": \"5f124d6f-b035-4d29-9467-dd62eccdbf23\"\n }\n}",
8
+ "title": "CheckConnectorName"
9
+ }
10
+ ],
3
11
  "CheckSavepoint": [
4
12
  {
5
13
  "document": "",
@@ -22,6 +30,14 @@
22
30
  "title": "复制作业"
23
31
  }
24
32
  ],
33
+ "CreateConnector": [
34
+ {
35
+ "document": "",
36
+ "input": "POST / HTTP/1.1\nHost: oceanus.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateConnector\n<公共请求参数>\n\n{\n \"ConnectionMethod\": \"1\",\n \"Connector\": \"kafka\",\n \"ResourceId\": \"cql-n8yaia0y\",\n \"VersionId\": 1,\n \"WorkSpaceId\": \"2000\"\n}",
37
+ "output": "{\n \"Response\": {\n \"RequestId\": \"5f124d6f-b035-4d29-9467-dd62eccdbf23\"\n }\n}",
38
+ "title": "创建Connector"
39
+ }
40
+ ],
25
41
  "CreateFolder": [
26
42
  {
27
43
  "document": "",
@@ -292,6 +308,14 @@
292
308
  "title": "查询元数据表信息"
293
309
  }
294
310
  ],
311
+ "ModifyConnector": [
312
+ {
313
+ "document": "",
314
+ "input": "POST / HTTP/1.1\nHost: oceanus.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyConnector\n<公共请求参数>\n\n\n\n{\n \"ConnectionMethod\": \"1\",\n \"Connector\": \"kafka\",\n \"ConnectorResourceId\": \"resouce-23s432\",\n \"ResourceId\": \"resouce-23s432\",\n \"VersionId\": 1,\n \"WorkSpaceId\": \"space-test\"\n}",
315
+ "output": "{\n \"Response\": {\n \"RequestId\": \"5f124d6f-b035-4d29-9467-dd62eccdbf23\"\n }\n}",
316
+ "title": "ModifyConnector"
317
+ }
318
+ ],
295
319
  "ModifyFolder": [
296
320
  {
297
321
  "document": "",
@@ -322,6 +346,14 @@
322
346
  "title": "修改项目空间"
323
347
  }
324
348
  ],
349
+ "ParseConnector": [
350
+ {
351
+ "document": "",
352
+ "input": "POST / HTTP/1.1\nHost: oceanus.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ParseConnector\n<公共请求参数>\n\n{\n \"ResourceId\": \"resource-qjgxki5r\",\n \"VersionId\": 1,\n \"WorkSpaceId\": \"space-erzb4bkl\"\n}",
353
+ "output": "{\n \"Response\": {\n \"Connectors\": [\n {\n \"ConnectionMethod\": \"1,3\",\n \"Connector\": \"jdbc\",\n \"Existed\": false\n },\n {\n \"ConnectionMethod\": \"\",\n \"Connector\": \"jdbc\",\n \"Existed\": false\n }\n ],\n \"RequestId\": \"509757a9-f29e-46c8-8e5d-214e8220dd4d\"\n }\n}",
354
+ "title": "解析用户Connector"
355
+ }
356
+ ],
325
357
  "RunJobs": [
326
358
  {
327
359
  "document": "",
@@ -169,9 +169,9 @@
169
169
  "status": "online"
170
170
  },
171
171
  "GeneralAccurateOCR": {
172
- "document": "本接口支持图像整体文字的检测和识别。支持中文、英文、中英文、数字和特殊字符号的识别,并返回文字框位置和文字内容。\n\n适用于文字较多、版式复杂、对识别准召率要求较高的场景,如试卷试题、网络图片、街景店招牌、法律卷宗等场景。\n\n产品优势:与通用印刷体识别接口相比,本接口提供更高精度的通用文字识别服务,在手写体、文字较多、长串数字、小字、模糊字、倾斜文本等困难场景下,高精度版的准确率和召回率更高。\n\n通用文字识别不同版本的差异如下:\n<table style=\"width:715px\">\n <thead>\n <tr>\n <th style=\"width:150px\"></th>\n <th >【荐】通用印刷体识别(高精度版)</th>\n <th style=\"width:300px\"><a href=\"https://cloud.tencent.com/document/product/866/33526\">【荐】通用印刷体识别</a></th>\n </tr>\n </thead>\n <tbody>\n <tr>\n <td> 适用场景</td>\n <td>适用于文字较多、长串数字、小字、模糊字、倾斜文本等困难场景</td>\n <td>适用于所有通用场景的印刷体识别</td>\n </tr>\n <tr>\n <td>识别准确率</td>\n <td>99%</td>\n <td>96%</td>\n </tr>\n <tr>\n <td>价格</td>\n <td>中</td>\n <td>低</td>\n </tr>\n <tr>\n <td>支持的语言</td>\n <td>中文、英文、中英文、泰语、印尼语、日语、韩语、西班牙语、法语、德语、葡萄牙语、越南语、马来语、俄语、意大利语、荷兰语、瑞典语、芬兰语、丹麦语、挪威语、匈牙利语、哈萨克语</td>\n <td>中文、英文、中英文、日语、韩语、西班牙语、法语、德语、葡萄牙语、越南语、马来语、俄语、意大利语、荷兰语、瑞典语、芬兰语、丹麦语、挪威语、匈牙利语、泰语</td> \n </tr>\n <tr>\n <td>自动语言检测</td>\n <td>中英文支持;其他语言需要调整输入参数</td>\n <td>支持</td>\n </tr>\n <tr>\n <td>返回文本行坐标</td>\n <td>支持</td>\n <td>支持</td>\n </tr>\n <tr>\n <td>自动旋转纠正</td>\n <td>支持旋转识别,返回角度信息</td>\n <td>支持旋转识别,返回角度信息</td>\n </tr>\n </tbody>\n </table>\n\n默认接口请求频率限制:10次/秒。",
172
+ "document": "本接口支持图像整体文字的检测和识别。支持中文、英文、中英文、数字和特殊字符号的识别,并返回文字框位置和文字内容。\n\n适用于文字较多、版式复杂、对识别准召率要求较高的场景,如试卷试题、网络图片、街景店招牌、法律卷宗等场景。\n\n产品优势:与通用印刷体识别接口相比,本接口提供更高精度的通用文字识别服务,在手写体、文字较多、长串数字、小字、模糊字、倾斜文本等困难场景下,高精度版的准确率和召回率更高。\n\n通用文字识别不同版本的差异如下:\n<table style=\"width:715px\">\n <thead>\n <tr>\n <th style=\"width:150px\"></th>\n <th >【荐】通用文字识别(高精度版)</th>\n <th style=\"width:300px\"><a href=\"https://cloud.tencent.com/document/product/866/33526\">【荐】通用印刷体识别</a></th>\n </tr>\n </thead>\n <tbody>\n <tr>\n <td> 适用场景</td>\n <td>适用于文字较多、长串数字、小字、模糊字、倾斜文本等困难场景</td>\n <td>适用于所有通用场景的印刷体识别</td>\n </tr>\n <tr>\n <td>识别准确率</td>\n <td>99%</td>\n <td>96%</td>\n </tr>\n <tr>\n <td>价格</td>\n <td>中</td>\n <td>低</td>\n </tr>\n <tr>\n <td>支持的语言</td>\n <td>中文、英文、中英文、泰语、印尼语、日语、韩语、西班牙语、法语、德语、葡萄牙语、越南语、马来语、俄语、意大利语、荷兰语、瑞典语、芬兰语、丹麦语、挪威语、匈牙利语、哈萨克语</td>\n <td>中文、英文、中英文、日语、韩语、西班牙语、法语、德语、葡萄牙语、越南语、马来语、俄语、意大利语、荷兰语、瑞典语、芬兰语、丹麦语、挪威语、匈牙利语、泰语</td> \n </tr>\n <tr>\n <td>自动语言检测</td>\n <td>中英文支持;其他语言需要调整输入参数</td>\n <td>支持</td>\n </tr>\n <tr>\n <td>返回文本行坐标</td>\n <td>支持</td>\n <td>支持</td>\n </tr>\n <tr>\n <td>自动旋转纠正</td>\n <td>支持旋转识别,返回角度信息</td>\n <td>支持旋转识别,返回角度信息</td>\n </tr>\n </tbody>\n </table>\n\n默认接口请求频率限制:10次/秒。",
173
173
  "input": "GeneralAccurateOCRRequest",
174
- "name": "通用印刷体识别(高精度版)",
174
+ "name": "通用文字识别(高精度版)",
175
175
  "output": "GeneralAccurateOCRResponse",
176
176
  "status": "online"
177
177
  },