tccli 3.0.1407.1__py2.py3-none-any.whl → 3.1.6.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 (446) hide show
  1. tccli/__init__.py +1 -1
  2. tccli/argument.py +13 -2
  3. tccli/main.py +0 -5
  4. tccli/services/__init__.py +9 -0
  5. tccli/services/aai/aai_client.py +20 -8
  6. tccli/services/aca/aca_client.py +40 -16
  7. tccli/services/acp/acp_client.py +40 -16
  8. tccli/services/advisor/advisor_client.py +10 -4
  9. tccli/services/af/af_client.py +15 -6
  10. tccli/services/afc/afc_client.py +15 -6
  11. tccli/services/ags/__init__.py +4 -0
  12. tccli/services/ags/ags_client.py +826 -0
  13. tccli/services/ags/v20250920/api.json +1076 -0
  14. tccli/services/ags/v20250920/examples.json +101 -0
  15. tccli/services/ai3d/ai3d_client.py +20 -114
  16. tccli/services/ai3d/v20250513/api.json +6 -169
  17. tccli/services/ai3d/v20250513/examples.json +0 -16
  18. tccli/services/aiart/aiart_client.py +284 -109
  19. tccli/services/aiart/v20221229/api.json +201 -8
  20. tccli/services/aiart/v20221229/examples.json +16 -0
  21. tccli/services/ame/ame_client.py +155 -62
  22. tccli/services/ams/ams_client.py +45 -18
  23. tccli/services/anicloud/anicloud_client.py +15 -6
  24. tccli/services/antiddos/antiddos_client.py +470 -188
  25. tccli/services/ape/ape_client.py +40 -16
  26. tccli/services/api/api_client.py +15 -6
  27. tccli/services/apigateway/apigateway_client.py +495 -198
  28. tccli/services/apm/apm_client.py +742 -81
  29. tccli/services/apm/v20210622/api.json +3239 -1322
  30. tccli/services/apm/v20210622/examples.json +95 -1
  31. tccli/services/asr/asr_client.py +160 -64
  32. tccli/services/asr/v20190614/api.json +2 -2
  33. tccli/services/asw/asw_client.py +45 -18
  34. tccli/services/autoscaling/autoscaling_client.py +290 -116
  35. tccli/services/autoscaling/v20180419/api.json +51 -7
  36. tccli/services/ba/ba_client.py +15 -6
  37. tccli/services/batch/batch_client.py +150 -60
  38. tccli/services/batch/v20170312/api.json +11 -0
  39. tccli/services/bda/bda_client.py +40 -714
  40. tccli/services/bda/v20200324/api.json +107 -1819
  41. tccli/services/bda/v20200324/examples.json +0 -176
  42. tccli/services/bh/bh_client.py +1934 -465
  43. tccli/services/bh/v20230418/api.json +1720 -107
  44. tccli/services/bh/v20230418/examples.json +188 -0
  45. tccli/services/bi/bi_client.py +145 -58
  46. tccli/services/billing/billing_client.py +310 -124
  47. tccli/services/billing/v20180709/api.json +18 -9
  48. tccli/services/billing/v20180709/examples.json +2 -2
  49. tccli/services/bizlive/bizlive_client.py +30 -12
  50. tccli/services/bm/bm_client.py +265 -106
  51. tccli/services/bma/bma_client.py +185 -74
  52. tccli/services/bmeip/bmeip_client.py +100 -40
  53. tccli/services/bmlb/bmlb_client.py +245 -98
  54. tccli/services/bmvpc/bmvpc_client.py +305 -122
  55. tccli/services/bpaas/bpaas_client.py +10 -4
  56. tccli/services/bri/bri_client.py +5 -2
  57. tccli/services/bsca/bsca_client.py +35 -14
  58. tccli/services/btoe/btoe_client.py +70 -28
  59. tccli/services/ca/ca_client.py +15 -6
  60. tccli/services/cam/cam_client.py +460 -184
  61. tccli/services/cam/v20190116/api.json +3 -3
  62. tccli/services/captcha/captcha_client.py +90 -36
  63. tccli/services/captcha/v20190722/api.json +4 -4
  64. tccli/services/captcha/v20190722/examples.json +1 -1
  65. tccli/services/car/car_client.py +30 -12
  66. tccli/services/cat/cat_client.py +70 -28
  67. tccli/services/cat/v20180409/api.json +7 -7
  68. tccli/services/cbs/cbs_client.py +230 -92
  69. tccli/services/ccc/ccc_client.py +613 -158
  70. tccli/services/ccc/v20200210/api.json +406 -8
  71. tccli/services/ccc/v20200210/examples.json +32 -0
  72. tccli/services/cdb/cdb_client.py +931 -350
  73. tccli/services/cdb/v20170320/api.json +131 -32
  74. tccli/services/cdb/v20170320/examples.json +18 -10
  75. tccli/services/cdc/cdc_client.py +115 -46
  76. tccli/services/cdn/cdn_client.py +275 -110
  77. tccli/services/cdn/v20180606/api.json +15 -4
  78. tccli/services/cdn/v20180606/examples.json +1 -1
  79. tccli/services/cds/cds_client.py +25 -10
  80. tccli/services/cdwch/cdwch_client.py +145 -58
  81. tccli/services/cdwch/v20200915/api.json +26 -11
  82. tccli/services/cdwdoris/cdwdoris_client.py +300 -120
  83. tccli/services/cdwdoris/v20211228/api.json +11 -1
  84. tccli/services/cdwpg/cdwpg_client.py +120 -48
  85. tccli/services/cdz/cdz_client.py +10 -4
  86. tccli/services/cfg/cfg_client.py +85 -34
  87. tccli/services/cfg/v20210820/api.json +11 -1
  88. tccli/services/cfs/cfs_client.py +326 -208
  89. tccli/services/cfs/v20190719/api.json +199 -64
  90. tccli/services/cfs/v20190719/examples.json +6 -14
  91. tccli/services/cfw/cfw_client.py +679 -287
  92. tccli/services/cfw/v20190904/api.json +420 -2
  93. tccli/services/cfw/v20190904/examples.json +8 -0
  94. tccli/services/chc/chc_client.py +190 -76
  95. tccli/services/chc/v20230418/api.json +77 -2
  96. tccli/services/chdfs/chdfs_client.py +145 -58
  97. tccli/services/ciam/ciam_client.py +115 -46
  98. tccli/services/cii/cii_client.py +65 -26
  99. tccli/services/cim/cim_client.py +5 -2
  100. tccli/services/ckafka/ckafka_client.py +837 -240
  101. tccli/services/ckafka/v20190819/api.json +561 -91
  102. tccli/services/ckafka/v20190819/examples.json +53 -5
  103. tccli/services/clb/clb_client.py +435 -439
  104. tccli/services/clb/v20180317/api.json +147 -312
  105. tccli/services/clb/v20180317/examples.json +12 -40
  106. tccli/services/cloudapp/cloudapp_client.py +10 -4
  107. tccli/services/cloudaudit/cloudaudit_client.py +95 -38
  108. tccli/services/cloudaudit/v20190319/api.json +11 -0
  109. tccli/services/cloudhsm/cloudhsm_client.py +70 -28
  110. tccli/services/cloudhsm/v20191112/api.json +37 -7
  111. tccli/services/cloudstudio/cloudstudio_client.py +45 -18
  112. tccli/services/cls/cls_client.py +843 -268
  113. tccli/services/cls/v20201016/api.json +1241 -68
  114. tccli/services/cls/v20201016/examples.json +36 -4
  115. tccli/services/cme/cme_client.py +250 -100
  116. tccli/services/cmq/cmq_client.py +10 -4
  117. tccli/services/cms/cms_client.py +30 -12
  118. tccli/services/config/config_client.py +35 -14
  119. tccli/services/controlcenter/controlcenter_client.py +25 -10
  120. tccli/services/cpdp/cpdp_client.py +1095 -438
  121. tccli/services/csip/csip_client.py +410 -164
  122. tccli/services/csip/v20221121/api.json +140 -20
  123. tccli/services/csip/v20221121/examples.json +10 -16
  124. tccli/services/csxg/csxg_client.py +25 -10
  125. tccli/services/ctem/ctem_client.py +1823 -156
  126. tccli/services/ctem/v20231128/api.json +2990 -206
  127. tccli/services/ctem/v20231128/examples.json +224 -0
  128. tccli/services/ctsdb/ctsdb_client.py +10 -4
  129. tccli/services/cvm/cvm_client.py +490 -196
  130. tccli/services/cvm/v20170312/api.json +41 -41
  131. tccli/services/cvm/v20170312/examples.json +92 -86
  132. tccli/services/cwp/cwp_client.py +2570 -1028
  133. tccli/services/cws/cws_client.py +95 -38
  134. tccli/services/cynosdb/cynosdb_client.py +1006 -340
  135. tccli/services/cynosdb/v20190107/api.json +1238 -212
  136. tccli/services/cynosdb/v20190107/examples.json +32 -8
  137. tccli/services/dasb/dasb_client.py +315 -126
  138. tccli/services/dataagent/__init__.py +4 -0
  139. tccli/services/dataagent/dataagent_client.py +770 -0
  140. tccli/services/dataagent/v20250513/api.json +1216 -0
  141. tccli/services/dataagent/v20250513/examples.json +93 -0
  142. tccli/services/dayu/dayu_client.py +560 -224
  143. tccli/services/dbbrain/dbbrain_client.py +471 -166
  144. tccli/services/dbbrain/v20210527/api.json +268 -19
  145. tccli/services/dbbrain/v20210527/examples.json +8 -0
  146. tccli/services/dbdc/dbdc_client.py +30 -12
  147. tccli/services/dc/dc_client.py +110 -44
  148. tccli/services/dcdb/dcdb_client.py +415 -166
  149. tccli/services/dcdb/v20180411/api.json +1 -1
  150. tccli/services/dlc/dlc_client.py +966 -364
  151. tccli/services/dlc/v20210125/api.json +1153 -150
  152. tccli/services/dlc/v20210125/examples.json +19 -11
  153. tccli/services/dnspod/dnspod_client.py +567 -182
  154. tccli/services/dnspod/v20210323/api.json +131 -25
  155. tccli/services/dnspod/v20210323/examples.json +17 -7
  156. tccli/services/domain/domain_client.py +275 -110
  157. tccli/services/domain/v20180808/api.json +21 -1
  158. tccli/services/drm/drm_client.py +55 -22
  159. tccli/services/ds/ds_client.py +60 -24
  160. tccli/services/dsgc/dsgc_client.py +665 -266
  161. tccli/services/dsgc/v20190723/api.json +18 -18
  162. tccli/services/dts/dts_client.py +1188 -488
  163. tccli/services/dts/v20211206/api.json +1068 -124
  164. tccli/services/dts/v20211206/examples.json +77 -7
  165. tccli/services/eb/eb_client.py +160 -64
  166. tccli/services/eb/v20210416/api.json +13 -0
  167. tccli/services/ecc/ecc_client.py +20 -8
  168. tccli/services/ecdn/ecdn_client.py +30 -12
  169. tccli/services/ecm/ecm_client.py +695 -278
  170. tccli/services/eiam/eiam_client.py +210 -84
  171. tccli/services/eis/eis_client.py +40 -16
  172. tccli/services/emr/emr_client.py +501 -178
  173. tccli/services/emr/v20190103/api.json +262 -0
  174. tccli/services/emr/v20190103/examples.json +13 -5
  175. tccli/services/es/es_client.py +536 -152
  176. tccli/services/es/v20180416/api.json +695 -65
  177. tccli/services/es/v20180416/examples.json +24 -0
  178. tccli/services/es/v20250101/api.json +10 -10
  179. tccli/services/ess/ess_client.py +747 -254
  180. tccli/services/ess/v20201111/api.json +720 -32
  181. tccli/services/ess/v20201111/examples.json +18 -2
  182. tccli/services/essbasic/essbasic_client.py +730 -292
  183. tccli/services/essbasic/v20210526/api.json +295 -32
  184. tccli/services/essbasic/v20210526/examples.json +12 -30
  185. tccli/services/evt/__init__.py +4 -0
  186. tccli/services/evt/evt_client.py +210 -0
  187. tccli/services/evt/v20250217/api.json +126 -0
  188. tccli/services/evt/v20250217/examples.json +13 -0
  189. tccli/services/facefusion/facefusion_client.py +20 -8
  190. tccli/services/facefusion/v20220927/api.json +1 -1
  191. tccli/services/faceid/faceid_client.py +180 -125
  192. tccli/services/faceid/v20180301/api.json +18 -105
  193. tccli/services/faceid/v20180301/examples.json +1 -9
  194. tccli/services/fmu/fmu_client.py +35 -14
  195. tccli/services/ft/ft_client.py +30 -12
  196. tccli/services/gaap/gaap_client.py +510 -204
  197. tccli/services/gaap/v20180529/api.json +18 -8
  198. tccli/services/gme/gme_client.py +241 -74
  199. tccli/services/gme/v20180711/api.json +241 -1
  200. tccli/services/gme/v20180711/examples.json +8 -0
  201. tccli/services/goosefs/goosefs_client.py +135 -54
  202. tccli/services/gs/gs_client.py +537 -182
  203. tccli/services/gs/v20191118/api.json +143 -1
  204. tccli/services/gs/v20191118/examples.json +16 -0
  205. tccli/services/gwlb/gwlb_client.py +95 -38
  206. tccli/services/habo/habo_client.py +10 -4
  207. tccli/services/hai/hai_client.py +80 -32
  208. tccli/services/hai/v20230812/api.json +3 -3
  209. tccli/services/hasim/hasim_client.py +110 -44
  210. tccli/services/hcm/hcm_client.py +5 -2
  211. tccli/services/hunyuan/hunyuan_client.py +105 -42
  212. tccli/services/hunyuan/v20230901/api.json +69 -2
  213. tccli/services/hunyuan/v20230901/examples.json +1 -1
  214. tccli/services/iai/iai_client.py +175 -123
  215. tccli/services/iai/v20180301/api.json +0 -82
  216. tccli/services/iai/v20180301/examples.json +0 -8
  217. tccli/services/iai/v20200303/api.json +1 -83
  218. tccli/services/iai/v20200303/examples.json +0 -8
  219. tccli/services/iap/iap_client.py +30 -12
  220. tccli/services/ic/ic_client.py +45 -18
  221. tccli/services/icr/icr_client.py +5 -2
  222. tccli/services/ie/ie_client.py +50 -20
  223. tccli/services/ig/ig_client.py +5 -2
  224. tccli/services/igtm/igtm_client.py +130 -52
  225. tccli/services/igtm/v20231024/api.json +60 -4
  226. tccli/services/igtm/v20231024/examples.json +3 -3
  227. tccli/services/ims/ims_client.py +10 -4
  228. tccli/services/ioa/ioa_client.py +194 -60
  229. tccli/services/ioa/v20220601/api.json +149 -1
  230. tccli/services/ioa/v20220601/examples.json +8 -0
  231. tccli/services/iot/iot_client.py +225 -90
  232. tccli/services/iotcloud/iotcloud_client.py +430 -172
  233. tccli/services/iotexplorer/iotexplorer_client.py +1801 -512
  234. tccli/services/iotexplorer/v20190423/api.json +2681 -1016
  235. tccli/services/iotexplorer/v20190423/examples.json +160 -26
  236. tccli/services/iotvideo/iotvideo_client.py +835 -334
  237. tccli/services/iotvideoindustry/iotvideoindustry_client.py +520 -208
  238. tccli/services/irp/irp_client.py +55 -22
  239. tccli/services/iss/iss_client.py +460 -184
  240. tccli/services/iss/v20230517/api.json +2 -2
  241. tccli/services/iss/v20230517/examples.json +1 -1
  242. tccli/services/ivld/ivld_client.py +140 -56
  243. tccli/services/keewidb/keewidb_client.py +190 -76
  244. tccli/services/keewidb/v20220308/api.json +69 -17
  245. tccli/services/keewidb/v20220308/examples.json +5 -5
  246. tccli/services/kms/kms_client.py +340 -136
  247. tccli/services/lcic/lcic_client.py +355 -142
  248. tccli/services/lcic/v20220817/api.json +5 -5
  249. tccli/services/lighthouse/lighthouse_client.py +590 -236
  250. tccli/services/lighthouse/v20200324/api.json +81 -16
  251. tccli/services/lighthouse/v20200324/examples.json +7 -1
  252. tccli/services/live/live_client.py +1000 -453
  253. tccli/services/live/v20180801/api.json +6 -164
  254. tccli/services/live/v20180801/examples.json +6 -8
  255. tccli/services/lke/lke_client.py +525 -210
  256. tccli/services/lke/v20231130/api.json +254 -75
  257. tccli/services/lke/v20231130/examples.json +1 -1
  258. tccli/services/lkeap/lkeap_client.py +130 -52
  259. tccli/services/lkeap/v20240522/api.json +1 -1
  260. tccli/services/lkeap/v20240522/examples.json +1 -1
  261. tccli/services/lowcode/lowcode_client.py +85 -34
  262. tccli/services/mall/mall_client.py +5 -2
  263. tccli/services/mariadb/mariadb_client.py +405 -162
  264. tccli/services/mariadb/v20170312/api.json +1 -1
  265. tccli/services/market/market_client.py +10 -4
  266. tccli/services/memcached/memcached_client.py +5 -2
  267. tccli/services/mmps/mmps_client.py +75 -30
  268. tccli/services/mna/mna_client.py +205 -82
  269. tccli/services/mna/v20210119/api.json +1 -1
  270. tccli/services/mongodb/mongodb_client.py +1178 -273
  271. tccli/services/mongodb/v20190725/api.json +1860 -135
  272. tccli/services/mongodb/v20190725/examples.json +105 -1
  273. tccli/services/monitor/monitor_client.py +901 -338
  274. tccli/services/monitor/v20180724/api.json +189 -29
  275. tccli/services/monitor/v20180724/examples.json +9 -1
  276. tccli/services/mps/mps_client.py +1248 -280
  277. tccli/services/mps/v20190612/api.json +1796 -73
  278. tccli/services/mps/v20190612/examples.json +106 -32
  279. tccli/services/mqtt/mqtt_client.py +463 -118
  280. tccli/services/mqtt/v20240516/api.json +166 -0
  281. tccli/services/mqtt/v20240516/examples.json +24 -0
  282. tccli/services/mrs/mrs_client.py +55 -22
  283. tccli/services/ms/ms_client.py +115 -46
  284. tccli/services/msp/msp_client.py +35 -14
  285. tccli/services/nlp/nlp_client.py +30 -12
  286. tccli/services/npp/npp_client.py +40 -16
  287. tccli/services/oceanus/oceanus_client.py +225 -90
  288. tccli/services/oceanus/v20190422/api.json +10 -13
  289. tccli/services/oceanus/v20190422/examples.json +2 -2
  290. tccli/services/ocr/ocr_client.py +471 -425
  291. tccli/services/ocr/v20181119/api.json +241 -639
  292. tccli/services/ocr/v20181119/examples.json +8 -40
  293. tccli/services/omics/omics_client.py +100 -40
  294. tccli/services/omics/v20221128/api.json +90 -7
  295. tccli/services/organization/organization_client.py +705 -282
  296. tccli/services/organization/v20210331/api.json +40 -1
  297. tccli/services/partners/partners_client.py +115 -46
  298. tccli/services/postgres/postgres_client.py +724 -200
  299. tccli/services/postgres/v20170312/api.json +494 -58
  300. tccli/services/postgres/v20170312/examples.json +75 -31
  301. tccli/services/privatedns/privatedns_client.py +412 -80
  302. tccli/services/privatedns/v20201028/api.json +421 -13
  303. tccli/services/privatedns/v20201028/examples.json +36 -4
  304. tccli/services/pts/pts_client.py +240 -96
  305. tccli/services/pts/v20210728/api.json +2 -2
  306. tccli/services/rce/rce_client.py +55 -22
  307. tccli/services/redis/redis_client.py +550 -220
  308. tccli/services/redis/v20180412/api.json +197 -33
  309. tccli/services/redis/v20180412/examples.json +10 -10
  310. tccli/services/region/region_client.py +15 -6
  311. tccli/services/region/v20220627/api.json +1 -1
  312. tccli/services/rum/rum_client.py +270 -108
  313. tccli/services/rum/v20210622/api.json +18 -0
  314. tccli/services/scf/scf_client.py +260 -104
  315. tccli/services/scf/v20180416/api.json +167 -2
  316. tccli/services/scf/v20180416/examples.json +1 -1
  317. tccli/services/securitylake/securitylake_client.py +5 -2
  318. tccli/services/ses/ses_client.py +175 -70
  319. tccli/services/smh/smh_client.py +75 -30
  320. tccli/services/smop/smop_client.py +5 -2
  321. tccli/services/sms/sms_client.py +90 -36
  322. tccli/services/sms/v20190711/api.json +11 -11
  323. tccli/services/sms/v20190711/examples.json +9 -3
  324. tccli/services/sms/v20210111/api.json +12 -12
  325. tccli/services/sms/v20210111/examples.json +8 -2
  326. tccli/services/soe/soe_client.py +20 -8
  327. tccli/services/sqlserver/sqlserver_client.py +740 -296
  328. tccli/services/sqlserver/v20180328/api.json +31 -2
  329. tccli/services/sqlserver/v20180328/examples.json +1 -1
  330. tccli/services/ssa/ssa_client.py +115 -46
  331. tccli/services/ssl/ssl_client.py +340 -136
  332. tccli/services/ssl/v20191205/api.json +28 -0
  333. tccli/services/sslpod/sslpod_client.py +50 -20
  334. tccli/services/ssm/ssm_client.py +120 -48
  335. tccli/services/sts/sts_client.py +35 -14
  336. tccli/services/sts/v20180813/api.json +1 -1
  337. tccli/services/svp/svp_client.py +25 -10
  338. tccli/services/svp/v20240125/api.json +24 -4
  339. tccli/services/svp/v20240125/examples.json +1 -1
  340. tccli/services/taf/taf_client.py +5 -2
  341. tccli/services/tag/tag_client.py +155 -62
  342. tccli/services/tag/v20180813/api.json +3 -3
  343. tccli/services/tat/tat_client.py +145 -58
  344. tccli/services/tat/v20201028/api.json +10 -1
  345. tccli/services/tbaas/tbaas_client.py +120 -48
  346. tccli/services/tbp/tbp_client.py +20 -8
  347. tccli/services/tcaplusdb/tcaplusdb_client.py +265 -106
  348. tccli/services/tcb/tcb_client.py +445 -178
  349. tccli/services/tcbr/tcbr_client.py +50 -20
  350. tccli/services/tcbr/v20220217/api.json +11 -0
  351. tccli/services/tccatalog/tccatalog_client.py +20 -8
  352. tccli/services/tchd/tchd_client.py +10 -4
  353. tccli/services/tcm/tcm_client.py +60 -24
  354. tccli/services/tcr/tcr_client.py +550 -220
  355. tccli/services/tcss/tcss_client.py +1756 -680
  356. tccli/services/tcss/v20201101/api.json +144 -11
  357. tccli/services/tcss/v20201101/examples.json +9 -1
  358. tccli/services/tdai/tdai_client.py +90 -36
  359. tccli/services/tdai/v20250717/api.json +30 -3
  360. tccli/services/tdcpg/tdcpg_client.py +125 -50
  361. tccli/services/tdid/tdid_client.py +90 -36
  362. tccli/services/tdmq/tdmq_client.py +846 -452
  363. tccli/services/tdmq/v20200217/api.json +372 -488
  364. tccli/services/tdmq/v20200217/examples.json +21 -41
  365. tccli/services/tds/tds_client.py +25 -10
  366. tccli/services/tem/tem_client.py +305 -122
  367. tccli/services/teo/teo_client.py +1122 -431
  368. tccli/services/teo/v20220901/api.json +1393 -132
  369. tccli/services/teo/v20220901/examples.json +59 -13
  370. tccli/services/thpc/thpc_client.py +215 -66
  371. tccli/services/thpc/v20230321/api.json +185 -27
  372. tccli/services/thpc/v20230321/examples.json +15 -7
  373. tccli/services/tia/tia_client.py +50 -20
  374. tccli/services/tiia/tiia_client.py +105 -42
  375. tccli/services/tione/tione_client.py +537 -150
  376. tccli/services/tione/v20211111/api.json +280 -16
  377. tccli/services/tione/v20211111/examples.json +25 -1
  378. tccli/services/tiw/tiw_client.py +175 -70
  379. tccli/services/tke/tke_client.py +2702 -735
  380. tccli/services/tke/v20180525/api.json +2279 -232
  381. tccli/services/tke/v20180525/examples.json +194 -18
  382. tccli/services/tke/v20220501/api.json +215 -3
  383. tccli/services/tke/v20220501/examples.json +8 -0
  384. tccli/services/tkgdq/tkgdq_client.py +15 -6
  385. tccli/services/tms/tms_client.py +132 -8
  386. tccli/services/tms/v20201229/api.json +247 -1
  387. tccli/services/tms/v20201229/examples.json +16 -0
  388. tccli/services/tmt/tmt_client.py +40 -16
  389. tccli/services/tmt/v20180321/api.json +78 -1
  390. tccli/services/tourism/tourism_client.py +5 -2
  391. tccli/services/trabbit/trabbit_client.py +145 -58
  392. tccli/services/trabbit/v20230418/api.json +271 -4
  393. tccli/services/trabbit/v20230418/examples.json +9 -3
  394. tccli/services/trocket/trocket_client.py +350 -140
  395. tccli/services/trocket/v20230308/api.json +113 -5
  396. tccli/services/trp/trp_client.py +270 -108
  397. tccli/services/trro/trro_client.py +257 -58
  398. tccli/services/trro/v20220325/api.json +456 -0
  399. tccli/services/trro/v20220325/examples.json +16 -0
  400. tccli/services/trtc/trtc_client.py +360 -144
  401. tccli/services/trtc/v20190722/api.json +167 -27
  402. tccli/services/trtc/v20190722/examples.json +3 -3
  403. tccli/services/tse/tse_client.py +776 -248
  404. tccli/services/tse/v20201207/api.json +260 -1
  405. tccli/services/tse/v20201207/examples.json +24 -0
  406. tccli/services/tsf/tsf_client.py +1195 -458
  407. tccli/services/tsf/v20180326/api.json +121 -5
  408. tccli/services/tsf/v20180326/examples.json +10 -2
  409. tccli/services/tsi/tsi_client.py +15 -6
  410. tccli/services/tsw/tsw_client.py +20 -8
  411. tccli/services/tts/tts_client.py +15 -6
  412. tccli/services/vcg/vcg_client.py +10 -4
  413. tccli/services/vclm/v20240523/api.json +354 -4
  414. tccli/services/vclm/v20240523/examples.json +32 -0
  415. tccli/services/vclm/vclm_client.py +269 -18
  416. tccli/services/vcube/v20220410/api.json +89 -2
  417. tccli/services/vcube/v20220410/examples.json +18 -2
  418. tccli/services/vcube/vcube_client.py +290 -76
  419. tccli/services/vdb/vdb_client.py +70 -28
  420. tccli/services/vm/v20210922/api.json +3 -3
  421. tccli/services/vm/vm_client.py +30 -12
  422. tccli/services/vms/vms_client.py +10 -4
  423. tccli/services/vod/v20180717/api.json +2 -2
  424. tccli/services/vod/vod_client.py +965 -386
  425. tccli/services/vpc/v20170312/api.json +1239 -128
  426. tccli/services/vpc/v20170312/examples.json +127 -15
  427. tccli/services/vpc/vpc_client.py +2963 -928
  428. tccli/services/vrs/vrs_client.py +40 -16
  429. tccli/services/vtc/vtc_client.py +15 -6
  430. tccli/services/waf/v20180125/api.json +11219 -8659
  431. tccli/services/waf/v20180125/examples.json +89 -9
  432. tccli/services/waf/waf_client.py +1530 -415
  433. tccli/services/wav/wav_client.py +130 -52
  434. tccli/services/wedata/v20250806/api.json +55 -16
  435. tccli/services/wedata/wedata_client.py +2045 -818
  436. tccli/services/weilingwith/weilingwith_client.py +320 -128
  437. tccli/services/wsa/wsa_client.py +5 -2
  438. tccli/services/wss/wss_client.py +15 -6
  439. tccli/services/yinsuda/yinsuda_client.py +100 -40
  440. tccli/services/yunjing/yunjing_client.py +500 -200
  441. tccli/services/yunsou/yunsou_client.py +10 -4
  442. {tccli-3.0.1407.1.dist-info → tccli-3.1.6.1.dist-info}/METADATA +13 -11
  443. {tccli-3.0.1407.1.dist-info → tccli-3.1.6.1.dist-info}/RECORD +446 -434
  444. {tccli-3.0.1407.1.dist-info → tccli-3.1.6.1.dist-info}/WHEEL +1 -1
  445. {tccli-3.0.1407.1.dist-info → tccli-3.1.6.1.dist-info}/entry_points.txt +0 -0
  446. {tccli-3.0.1407.1.dist-info/license_files → tccli-3.1.6.1.dist-info/licenses}/LICENSE +0 -0
@@ -252,13 +252,6 @@
252
252
  "output": "ImageEnhancementResponse",
253
253
  "status": "online"
254
254
  },
255
- "InstitutionOCR": {
256
- "document": "<b>因技术原因,本接口将不再迭代升级。文档抽取(基础版)可支持此类证书的识别抽取,效果、功能更强并将持续迭代优化,建议使用<a href=\"https://cloud.tencent.com/document/product/866/119452\">文档抽取(基础版)</a>。</b>\n本接口支持事业单位法人证书关键字段识别,包括注册号、有效期、住所、名称、法定代表人等。\n\n默认接口请求频率限制:5次/秒。",
257
- "input": "InstitutionOCRRequest",
258
- "name": "事业单位法人证书识别",
259
- "output": "InstitutionOCRResponse",
260
- "status": "online"
261
- },
262
255
  "InsuranceBillOCR": {
263
256
  "document": "本接口支持病案首页、费用清单、结算单、医疗发票四种保险理赔单据的文本识别和结构化输出。\n\n默认接口请求频率限制:1次/秒。",
264
257
  "input": "InsuranceBillOCRRequest",
@@ -315,13 +308,6 @@
315
308
  "output": "MixedInvoiceOCRResponse",
316
309
  "status": "online"
317
310
  },
318
- "OrgCodeCertOCR": {
319
- "document": "<b>因技术原因,本接口将不再迭代升级。文档抽取(基础版)可支持此类证书的识别抽取,效果、功能更强并将持续迭代优化,建议使用<a href=\"https://cloud.tencent.com/document/product/866/119452\">文档抽取(基础版)</a>。</b>\n本接口支持组织机构代码证关键字段的识别,包括代码、有效期、地址、机构名称等。\n\n默认接口请求频率限制:5次/秒。",
320
- "input": "OrgCodeCertOCRRequest",
321
- "name": "组织机构代码证识别",
322
- "output": "OrgCodeCertOCRResponse",
323
- "status": "online"
324
- },
325
311
  "PassportOCR": {
326
312
  "document": "<b>此接口为护照识别(中国大陆地区护照)的旧版本服务,不再进行服务升级,建议您使用识别能力更强、服务性能更优的<a href=\"https://cloud.tencent.com/document/product/866/37657\">护照识别(多国多地区护照)</a>。</b>\n\n本接口支持中国大陆地区护照个人资料页多个字段的检测与识别。已支持字段包括英文姓名、中文姓名、国家码、护照号、出生地、出生日期、国籍英文、性别英文、有效期、签发地点英文、签发日期、持证人签名、护照机读码(MRZ码)等。\n\n默认接口请求频率限制:10次/秒。",
327
313
  "input": "PassportOCRRequest",
@@ -336,13 +322,6 @@
336
322
  "output": "PermitOCRResponse",
337
323
  "status": "online"
338
324
  },
339
- "PropOwnerCertOCR": {
340
- "document": "<b>因技术原因,本接口将不再迭代升级。文档抽取(基础版)可支持此类证书的识别抽取,效果、功能更强并将持续迭代优化,建议使用<a href=\"https://cloud.tencent.com/document/product/866/119452\">文档抽取(基础版)</a>。</b>\n本接口支持房产证关键字段的识别,包括房地产权利人、共有情况、登记时间、规划用途、房屋性质、房屋坐落等。\n目前接口对合肥、成都、佛山三个城市的房产证版式识别较好。\n\n默认接口请求频率限制:5次/秒。",
341
- "input": "PropOwnerCertOCRRequest",
342
- "name": "房产证识别",
343
- "output": "PropOwnerCertOCRResponse",
344
- "status": "online"
345
- },
346
325
  "QrcodeOCR": {
347
326
  "document": "本接口支持条形码和二维码的识别(包括 DataMatrix 和 PDF417)。\n\n默认接口请求频率限制:5次/秒。",
348
327
  "input": "QrcodeOCRRequest",
@@ -357,6 +336,13 @@
357
336
  "output": "QuestionOCRResponse",
358
337
  "status": "online"
359
338
  },
339
+ "QuestionSplitLayoutOCR": {
340
+ "document": "试卷切题(仅检测)可将整页练习册、试卷或教辅中的题目进行自动切题,返回试题边框和题目元素的坐标位置。\n\n默认接口请求频率限制:2次/秒。",
341
+ "input": "QuestionSplitLayoutOCRRequest",
342
+ "name": "试卷切题(仅检测)",
343
+ "output": "QuestionSplitLayoutOCRResponse",
344
+ "status": "online"
345
+ },
360
346
  "QuestionSplitOCR": {
361
347
  "document": "试卷切题识别可将整页练习册、试卷或教辅中的题目进行自动切题,并识别出其中的文字内容和坐标位置。\n\n默认接口请求频率限制:2次/秒。",
362
348
  "input": "QuestionSplitOCRRequest",
@@ -385,13 +371,6 @@
385
371
  "output": "RecognizeEncryptedIDCardOCRResponse",
386
372
  "status": "online"
387
373
  },
388
- "RecognizeForeignPermanentResidentIdCard": {
389
- "document": "<b>因技术原因,本接口将不再迭代升级。有效身份证件识别(鉴伪版)可支持此类证件的识别,并包含质量和PS告警,效果、功能更强并将持续迭代优化,建议使用<a href=\"https://cloud.tencent.com/document/product/866/112345\">有效身份证件识别(鉴伪版)</a>。</b>\n外国人永久居留身份证识别",
390
- "input": "RecognizeForeignPermanentResidentIdCardRequest",
391
- "name": "外国人永久居留身份证识别",
392
- "output": "RecognizeForeignPermanentResidentIdCardResponse",
393
- "status": "online"
394
- },
395
374
  "RecognizeFormulaOCR": {
396
375
  "document": "公式识别是教育的基础OCR识别能力,可支持理科(数学、物理、化学、生物)的印刷体和手写体的公式识别。\n\n默认接口请求频率限制:2次/秒。",
397
376
  "input": "RecognizeFormulaOCRRequest",
@@ -413,19 +392,12 @@
413
392
  "output": "RecognizeGeneralInvoiceResponse",
414
393
  "status": "online"
415
394
  },
416
- "RecognizeGeneralTextImageWarn": {
417
- "document": "<b>因技术原因,本接口将不再迭代升级。通用卡证鉴伪可支持更多告警类型,效果、功能更强并将持续迭代优化,建议使用<a href=\"https://cloud.tencent.com/document/product/866/115916\">通用卡证鉴伪</a>。</b>\n本接口支持多种类型证件有效性检测告警,包括卡证复印件告警、卡证翻拍告警等功能。可以应用于各种证件信息有效性校验场景,例如银行开户、用户注册等场景。",
418
- "input": "RecognizeGeneralTextImageWarnRequest",
419
- "name": "通用文本图像告警",
420
- "output": "RecognizeGeneralTextImageWarnResponse",
421
- "status": "online"
422
- },
423
395
  "RecognizeHealthCodeOCR": {
424
- "document": "本接口支持北京、上海、广东、江苏、吉林、黑龙江、天津、辽宁、浙江、河南、四川、贵州、山东、安徽、福建、江西、湖北、湖南等省份健康码的识别,包括持码人姓名、持码人身份证号、健康码更新时间、健康码颜色、核酸检测结果、核酸检测间隔时长、核酸检测时间,疫苗接种信息,八个字段的识别结果输出。不同省市健康码显示的字段信息有所不同,上述字段的识别结果可能为空,以图片上具体展示的信息为准。\n\n默认接口请求频率限制:10次/秒。",
396
+ "document": "产品规划\n\n本接口支持北京、上海、广东、江苏、吉林、黑龙江、天津、辽宁、浙江、河南、四川、贵州、山东、安徽、福建、江西、湖北、湖南等省份健康码的识别,包括持码人姓名、持码人身份证号、健康码更新时间、健康码颜色、核酸检测结果、核酸检测间隔时长、核酸检测时间,疫苗接种信息,八个字段的识别结果输出。不同省市健康码显示的字段信息有所不同,上述字段的识别结果可能为空,以图片上具体展示的信息为准。\n\n默认接口请求频率限制:10次/秒。",
425
397
  "input": "RecognizeHealthCodeOCRRequest",
426
398
  "name": "健康码识别",
427
399
  "output": "RecognizeHealthCodeOCRResponse",
428
- "status": "online"
400
+ "status": "deprecated"
429
401
  },
430
402
  "RecognizeMedicalInvoiceOCR": {
431
403
  "document": "医疗发票识别目前支持全国统一门诊发票、全国统一住院发票、以及部分地方的门诊和住院发票的识别。\n\n默认接口请求频率限制:5次/秒。",
@@ -477,11 +449,11 @@
477
449
  "status": "online"
478
450
  },
479
451
  "RecognizeTravelCardOCR": {
480
- "document": "本接口支持通信大数据行程卡识别,包括行程卡颜色、更新时间、途经地、存在中高风险地区的城市、电话号码,五个字段的识别结果输出。\n\n默认接口请求频率限制:20次/秒。",
452
+ "document": "产品规划\n\n本接口支持通信大数据行程卡识别,包括行程卡颜色、更新时间、途经地、存在中高风险地区的城市、电话号码,五个字段的识别结果输出。\n\n默认接口请求频率限制:20次/秒。",
481
453
  "input": "RecognizeTravelCardOCRRequest",
482
454
  "name": "通信行程卡识别",
483
455
  "output": "RecognizeTravelCardOCRResponse",
484
- "status": "online"
456
+ "status": "deprecated"
485
457
  },
486
458
  "RecognizeValidIDCardOCR": {
487
459
  "document": "本接口支持二代身份证、临时身份证、港澳台居住证、外国人永久居留证,字段内容识别功能,包括姓名、性别、民族、出生、出生日期、住址、公民身份号码、签发机关、有效期限、国籍、通行证号码、持证人持有号码;支持返回证件类型;支持翻拍、复印、边框不完整、遮挡、字段级反光和字段级完整性告警;支持卡片主体框裁剪和头像裁剪。\n\n默认接口请求频率限制:5次/秒。",
@@ -4289,6 +4261,114 @@
4289
4261
  ],
4290
4262
  "usage": "out"
4291
4263
  },
4264
+ "ElectronicTollSummary": {
4265
+ "document": "其他发票",
4266
+ "members": [
4267
+ {
4268
+ "disabled": false,
4269
+ "document": "发票名称",
4270
+ "example": "",
4271
+ "member": "string",
4272
+ "name": "Title",
4273
+ "output_required": true,
4274
+ "type": "string",
4275
+ "value_allowed_null": false
4276
+ },
4277
+ {
4278
+ "disabled": false,
4279
+ "document": "金额",
4280
+ "example": "",
4281
+ "member": "string",
4282
+ "name": "Total",
4283
+ "output_required": true,
4284
+ "type": "string",
4285
+ "value_allowed_null": false
4286
+ },
4287
+ {
4288
+ "disabled": false,
4289
+ "document": "列表",
4290
+ "example": "",
4291
+ "member": "ElectronicTollSummaryItem",
4292
+ "name": "Items",
4293
+ "output_required": true,
4294
+ "type": "list",
4295
+ "value_allowed_null": false
4296
+ },
4297
+ {
4298
+ "disabled": false,
4299
+ "document": "表格",
4300
+ "example": "",
4301
+ "member": "ElectronicTollSummaryList",
4302
+ "name": "TableItems",
4303
+ "output_required": true,
4304
+ "type": "list",
4305
+ "value_allowed_null": false
4306
+ },
4307
+ {
4308
+ "disabled": false,
4309
+ "document": "发票日期",
4310
+ "example": "",
4311
+ "member": "string",
4312
+ "name": "Date",
4313
+ "output_required": true,
4314
+ "type": "string",
4315
+ "value_allowed_null": false
4316
+ }
4317
+ ],
4318
+ "usage": "out"
4319
+ },
4320
+ "ElectronicTollSummaryItem": {
4321
+ "document": "ElectronicTollSummaryItem",
4322
+ "members": [
4323
+ {
4324
+ "disabled": false,
4325
+ "document": "票面key值",
4326
+ "example": "",
4327
+ "member": "string",
4328
+ "name": "Name",
4329
+ "output_required": true,
4330
+ "type": "string",
4331
+ "value_allowed_null": false
4332
+ },
4333
+ {
4334
+ "disabled": false,
4335
+ "document": "票面value值",
4336
+ "example": "",
4337
+ "member": "string",
4338
+ "name": "Value",
4339
+ "output_required": true,
4340
+ "type": "string",
4341
+ "value_allowed_null": false
4342
+ },
4343
+ {
4344
+ "disabled": false,
4345
+ "document": "字段所在行,下标从0开始,非行字段或未能识别行号的返回-1",
4346
+ "example": "",
4347
+ "member": "int64",
4348
+ "name": "Row",
4349
+ "output_required": false,
4350
+ "type": "int",
4351
+ "value_allowed_null": false
4352
+ }
4353
+ ],
4354
+ "usage": "out"
4355
+ },
4356
+ "ElectronicTollSummaryList": {
4357
+ "document": "其他票Table",
4358
+ "members": [
4359
+ {
4360
+ "disabled": false,
4361
+ "document": "列表",
4362
+ "example": "",
4363
+ "member": "ElectronicTollSummaryItem",
4364
+ "name": "Items",
4365
+ "output_required": true,
4366
+ "type": "list",
4367
+ "value_allowed_null": false
4368
+ }
4369
+ ],
4370
+ "usage": "out"
4371
+ },
4292
4372
  "ElectronicTrainTicket": {
4293
4373
  "document": "全电发票(铁路电子客票)",
4294
4374
  "members": [
@@ -5524,7 +5604,7 @@
5524
5604
  },
5525
5605
  {
5526
5606
  "disabled": false,
5527
- "document": "配置id支持:\nGeneral -- 通用场景 \nInvoiceEng -- 国际invoice模板 \nWayBillEng --海运订单模板\nCustomsDeclaration -- 进出口报关单\nWeightNote -- 磅单\nMedicalMeter -- 血压仪表识别\nBillOfLading -- 海运提单\nEntrustmentBook -- 海运托书\nStatement -- 对账单识别模板\nBookingConfirmation -- 配舱通知书识别模板\nAirWayBill -- 航空运单识别模板\nTable -- 表格模板\nSteelLabel -- 实物标签识别模板\nCarInsurance -- 车辆保险单识别模板\nMultiRealEstateCertificate -- 房产材料识别模板\nMultiRealEstateMaterial -- 房产证明识别模板\nHongKongUtilityBill -- 中国香港水电煤单识别模板\nOverseasCheques -- 海外支票\nRegistrationCertificate -- 备案证\n​GridPhoto -- 电网系统照片\n​SignaturePage -- 签署页\n\n",
5607
+ "document": "配置id支持:\nGeneral -- 通用场景 \nInvoiceEng -- 国际invoice模板 \nWayBillEng --海运订单模板\nCustomsDeclaration -- 进出口报关单\nWeightNote -- 磅单\nMedicalMeter -- 血压仪表识别\nBillOfLading -- 海运提单\nEntrustmentBook -- 海运托书\nStatement -- 对账单识别模板\nBookingConfirmation -- 配舱通知书识别模板\nAirWayBill -- 航空运单识别模板\nTable -- 表格模板\nSteelLabel -- 实物标签识别模板\nCarInsurance -- 车辆保险单识别模板\nMultiRealEstateCertificate -- 房产材料识别模板\nMultiRealEstateMaterial -- 房产证明识别模板\nHongKongUtilityBill -- 中国香港水电煤单识别模板\nOverseasCheques -- 海外支票\nRegistrationCertificate -- 备案证\n​GridPhoto -- 电网系统照片\n​SignaturePage -- 签署页\n​SalesDeliveryNote -- 销售发货单\n\n\n",
5528
5608
  "example": "General",
5529
5609
  "member": "string",
5530
5610
  "name": "ConfigId",
@@ -7138,42 +7218,6 @@
7138
7218
  ],
7139
7219
  "usage": "out"
7140
7220
  },
7141
- "GeneralWarnInfo": {
7142
- "document": "通用告警详情",
7143
- "members": [
7144
- {
7145
- "disabled": false,
7146
- "document": "是否存在该告警",
7147
- "example": "false",
7148
- "member": "bool",
7149
- "name": "IsWarn",
7150
- "output_required": true,
7151
- "type": "bool",
7152
- "value_allowed_null": false
7153
- },
7154
- {
7155
- "disabled": false,
7156
- "document": "告警位置四点坐标",
7157
- "example": "无",
7158
- "member": "Polygon",
7159
- "name": "Polygon",
7160
- "output_required": true,
7161
- "type": "list",
7162
- "value_allowed_null": false
7163
- },
7164
- {
7165
- "disabled": false,
7166
- "document": "特殊判定,支持包括\n\nFinger:由手指导致的不完整,仅在不完整告警中返回",
7167
- "example": "Finger",
7168
- "member": "string",
7169
- "name": "SpecificMatter",
7170
- "output_required": true,
7171
- "type": "string",
7172
- "value_allowed_null": false
7173
- }
7174
- ],
7175
- "usage": "out"
7176
- },
7177
7221
  "GetOCRResultRequest": {
7178
7222
  "document": "GetOCRResult请求参数结构体",
7179
7223
  "members": [
@@ -7480,7 +7524,7 @@
7480
7524
  },
7481
7525
  {
7482
7526
  "disabled": false,
7483
- "document": "告警码\n-9101 证件边框不完整告警\n-9102 证件复印件告警\n-9103 证件翻拍告警\n-9104 证件PS告警\n-9107 证件反光告警\n-9108 证件模糊告警\n-9109 告警能力未开通",
7527
+ "document": "该字段仅对国际站请求起作用,国内站该字段将固定返回空数组。国际站告警码如下: 告警码-9101 证件边框不完整告警-9102 证件复印件告警-9103 证件翻拍告警-9104 证件PS告警-9107 证件反光告警-9108 证件模糊告警-9109 告警能力未开通",
7484
7528
  "example": "[-9101]",
7485
7529
  "member": "int64",
7486
7530
  "name": "WarnCardInfos",
@@ -7595,7 +7639,7 @@
7595
7639
  "members": [
7596
7640
  {
7597
7641
  "disabled": false,
7598
- "document": "图片的 Base64 值。\n支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。\n支持的图片大小:所下载图片经Base64编码后不超过 7M。图片下载时间不超过 3 秒。\n图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。",
7642
+ "document": "图片的 Base64 值。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经Base64编码后不超过 10M。图片下载时间不超过 3 秒。图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。",
7599
7643
  "example": "/9j/4AAQSkZJRg.....s97n//2Q==",
7600
7644
  "member": "string",
7601
7645
  "name": "ImageBase64",
@@ -7604,7 +7648,7 @@
7604
7648
  },
7605
7649
  {
7606
7650
  "disabled": false,
7607
- "document": "图片的 Url 地址。\n支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。\n支持的图片大小:所下载图片经 Base64 编码后不超过 7M。图片下载时间不超过 3 秒。\n图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。\n非腾讯云存储的 Url 速度和稳定性可能受一定影响。",
7651
+ "document": "图片的 Url 地址。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经 Base64 编码后不超过 10M。图片下载时间不超过 3 秒。图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。非腾讯云存储的 Url 速度和稳定性可能受一定影响。",
7608
7652
  "example": "https://ocr-demo-1254418846.cos.ap-guangzhou.myqcloud.com/card/HmtResidentPermitOCR/HmtResidentPermitOCR1.png",
7609
7653
  "member": "string",
7610
7654
  "name": "ImageUrl",
@@ -7738,7 +7782,7 @@
7738
7782
  {
7739
7783
  "disabled": false,
7740
7784
  "document": "头像和坐标信息",
7741
- "example": "{\"ImageCoordinates\":{\"X\":0,\"Y\":0,\"Width\":0,\"Height\":0},\"PortraitImage\":\"\"}",
7785
+ "example": "",
7742
7786
  "member": "PortraitImageInfo",
7743
7787
  "name": "PortraitImageInfo",
7744
7788
  "output_required": false,
@@ -8466,92 +8510,6 @@
8466
8510
  ],
8467
8511
  "usage": "out"
8468
8512
  },
8469
- "InstitutionOCRRequest": {
8470
- "document": "InstitutionOCR请求参数结构体",
8471
- "members": [
8472
- {
8473
- "disabled": false,
8474
- "document": "图片的 Base64 值。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经Base64编码后不超过 10M。图片下载时间不超过 3 秒。图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。",
8475
- "example": "/9j/4AAQSkZJRg.....s97n//2Q==",
8476
- "member": "string",
8477
- "name": "ImageBase64",
8478
- "required": false,
8479
- "type": "string"
8480
- },
8481
- {
8482
- "disabled": false,
8483
- "document": "图片的 Url 地址。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经 Base64 编码后不超过 10M。图片下载时间不超过 3 秒。图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。非腾讯云存储的 Url 速度和稳定性可能受一定影响。",
8484
- "example": "https://ocr-demo-1254418846.cos.ap-guangzhou.myqcloud.com/***/fakeurl.jpg",
8485
- "member": "string",
8486
- "name": "ImageUrl",
8487
- "required": false,
8488
- "type": "string"
8489
- }
8490
- ],
8491
- "type": "object"
8492
- },
8493
- "InstitutionOCRResponse": {
8494
- "document": "InstitutionOCR返回参数结构体",
8495
- "members": [
8496
- {
8497
- "disabled": false,
8498
- "document": "注册号",
8499
- "example": "100XXX",
8500
- "member": "string",
8501
- "name": "RegId",
8502
- "output_required": true,
8503
- "type": "string",
8504
- "value_allowed_null": false
8505
- },
8506
- {
8507
- "disabled": false,
8508
- "document": "有效期",
8509
- "example": "自xxxx年xx月xx日至20xx年xx月xx日",
8510
- "member": "string",
8511
- "name": "ValidDate",
8512
- "output_required": true,
8513
- "type": "string",
8514
- "value_allowed_null": false
8515
- },
8516
- {
8517
- "disabled": false,
8518
- "document": "住所",
8519
- "example": "武汉市武昌区雄楚路xxx号",
8520
- "member": "string",
8521
- "name": "Location",
8522
- "output_required": true,
8523
- "type": "string",
8524
- "value_allowed_null": false
8525
- },
8526
- {
8527
- "disabled": false,
8528
- "document": "名称",
8529
- "example": "长江",
8530
- "member": "string",
8531
- "name": "Name",
8532
- "output_required": true,
8533
- "type": "string",
8534
- "value_allowed_null": false
8535
- },
8536
- {
8537
- "disabled": false,
8538
- "document": "法定代表人",
8539
- "example": "李明",
8540
- "member": "string",
8541
- "name": "LegalPerson",
8542
- "output_required": true,
8543
- "type": "string",
8544
- "value_allowed_null": false
8545
- },
8546
- {
8547
- "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
8548
- "member": "string",
8549
- "name": "RequestId",
8550
- "type": "string"
8551
- }
8552
- ],
8553
- "type": "object"
8554
- },
8555
8513
  "InsuranceBillInfo": {
8556
8514
  "document": "保险单据信息",
8557
8515
  "members": [
@@ -9009,7 +8967,7 @@
9009
8967
  "usage": "out"
9010
8968
  },
9011
8969
  "ItemInfo": {
9012
- "document": "智能结构化元素组",
8970
+ "document": "文档智能元素组",
9013
8971
  "members": [
9014
8972
  {
9015
8973
  "disabled": false,
@@ -9017,7 +8975,7 @@
9017
8975
  "example": "无",
9018
8976
  "member": "Key",
9019
8977
  "name": "Key",
9020
- "required": false,
8978
+ "output_required": true,
9021
8979
  "type": "object",
9022
8980
  "value_allowed_null": true
9023
8981
  },
@@ -9027,7 +8985,7 @@
9027
8985
  "example": "无",
9028
8986
  "member": "Value",
9029
8987
  "name": "Value",
9030
- "required": false,
8988
+ "output_required": true,
9031
8989
  "type": "object",
9032
8990
  "value_allowed_null": true
9033
8991
  }
@@ -9648,7 +9606,7 @@
9648
9606
  },
9649
9607
  {
9650
9608
  "disabled": false,
9651
- "document": "告警码\n-9101 证件边框不完整告警\n-9102 证件复印件告警\n-9103 证件翻拍告警\n-9104 证件PS告警\n-9107 证件反光告警\n-9108 证件模糊告警\n-9109 告警能力未开通",
9609
+ "document": "该字段仅对国际站请求起作用,国内站该字段将固定返回空数组。国际站告警码如下: 告警码-9101 证件边框不完整告警-9102 证件复印件告警-9103 证件翻拍告警-9104 证件PS告警-9107 证件反光告警-9108 证件模糊告警-9109 告警能力未开通",
9652
9610
  "example": "[-9101]",
9653
9611
  "member": "int64",
9654
9612
  "name": "WarnCardInfos",
@@ -11449,7 +11407,7 @@
11449
11407
  {
11450
11408
  "disabled": false,
11451
11409
  "document": "发票名称",
11452
- "example": "",
11410
+ "example": "行程单",
11453
11411
  "member": "string",
11454
11412
  "name": "Title",
11455
11413
  "output_required": true,
@@ -11458,9 +11416,9 @@
11458
11416
  },
11459
11417
  {
11460
11418
  "disabled": false,
11461
- "document": "识别出的字段名称(关键字)",
11419
+ "document": "识别出的字段名称",
11462
11420
  "example": "无",
11463
- "member": "OtherInvoiceItem",
11421
+ "member": "OnlineTaxiItineraryInfo",
11464
11422
  "name": "Content",
11465
11423
  "output_required": true,
11466
11424
  "type": "list",
@@ -11505,99 +11463,23 @@
11505
11463
  ],
11506
11464
  "usage": "out"
11507
11465
  },
11508
- "OrgCodeCertOCRRequest": {
11509
- "document": "OrgCodeCertOCR请求参数结构体",
11466
+ "OtherInvoice": {
11467
+ "document": "其他发票",
11510
11468
  "members": [
11511
11469
  {
11512
11470
  "disabled": false,
11513
- "document": "图片的 Base64 值。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经Base64编码后不超过 10M。图片下载时间不超过 3 秒。图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。",
11514
- "example": "/9j/4AAQSkZJRg.....s97n//2Q==",
11471
+ "document": "发票名称",
11472
+ "example": "",
11515
11473
  "member": "string",
11516
- "name": "ImageBase64",
11517
- "required": false,
11518
- "type": "string"
11474
+ "name": "Title",
11475
+ "output_required": true,
11476
+ "type": "string",
11477
+ "value_allowed_null": false
11519
11478
  },
11520
11479
  {
11521
11480
  "disabled": false,
11522
- "document": "图片的 Url 地址。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经 Base64 编码后不超过 10M。图片下载时间不超过 3 秒。图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。非腾讯云存储的 Url 速度和稳定性可能受一定影响。",
11523
- "example": "https://ocr-demo-1254418846.cos.ap-guangzhou.myqcloud.com/***/fakeurl.jpg",
11524
- "member": "string",
11525
- "name": "ImageUrl",
11526
- "required": false,
11527
- "type": "string"
11528
- }
11529
- ],
11530
- "type": "object"
11531
- },
11532
- "OrgCodeCertOCRResponse": {
11533
- "document": "OrgCodeCertOCR返回参数结构体",
11534
- "members": [
11535
- {
11536
- "disabled": false,
11537
- "document": "代码",
11538
- "example": "300000-3",
11539
- "member": "string",
11540
- "name": "OrgCode",
11541
- "output_required": true,
11542
- "type": "string",
11543
- "value_allowed_null": false
11544
- },
11545
- {
11546
- "disabled": false,
11547
- "document": "机构名称",
11548
- "example": "望江县xxx店",
11549
- "member": "string",
11550
- "name": "Name",
11551
- "output_required": true,
11552
- "type": "string",
11553
- "value_allowed_null": false
11554
- },
11555
- {
11556
- "disabled": false,
11557
- "document": "地址",
11558
- "example": "望江县天鹅购物广场xxx铺",
11559
- "member": "string",
11560
- "name": "Address",
11561
- "output_required": true,
11562
- "type": "string",
11563
- "value_allowed_null": false
11564
- },
11565
- {
11566
- "disabled": false,
11567
- "document": "有效期",
11568
- "example": "自2019年07月01日至2023年06月30日",
11569
- "member": "string",
11570
- "name": "ValidDate",
11571
- "output_required": true,
11572
- "type": "string",
11573
- "value_allowed_null": false
11574
- },
11575
- {
11576
- "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
11577
- "member": "string",
11578
- "name": "RequestId",
11579
- "type": "string"
11580
- }
11581
- ],
11582
- "type": "object"
11583
- },
11584
- "OtherInvoice": {
11585
- "document": "其他发票",
11586
- "members": [
11587
- {
11588
- "disabled": false,
11589
- "document": "发票名称",
11590
- "example": "无",
11591
- "member": "string",
11592
- "name": "Title",
11593
- "output_required": true,
11594
- "type": "string",
11595
- "value_allowed_null": false
11596
- },
11597
- {
11598
- "disabled": false,
11599
- "document": "金额",
11600
- "example": "无",
11481
+ "document": "金额",
11482
+ "example": "",
11601
11483
  "member": "string",
11602
11484
  "name": "Total",
11603
11485
  "output_required": true,
@@ -12474,102 +12356,6 @@
12474
12356
  ],
12475
12357
  "usage": "out"
12476
12358
  },
12477
- "PropOwnerCertOCRRequest": {
12478
- "document": "PropOwnerCertOCR请求参数结构体",
12479
- "members": [
12480
- {
12481
- "disabled": false,
12482
- "document": "图片的 Base64 值。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经Base64编码后不超过 10M。图片下载时间不超过 3 秒。图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。",
12483
- "example": "/9j/4AAQSkZJRg.....s97n//2Q==",
12484
- "member": "string",
12485
- "name": "ImageBase64",
12486
- "required": false,
12487
- "type": "string"
12488
- },
12489
- {
12490
- "disabled": false,
12491
- "document": "图片的 Url 地址。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经 Base64 编码后不超过 10M。图片下载时间不超过 3 秒。图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。非腾讯云存储的 Url 速度和稳定性可能受一定影响。",
12492
- "example": "https://ocr-demo-1254418846.cos.ap-guangzhou.myqcloud.com/***/fakeurl.jpg",
12493
- "member": "string",
12494
- "name": "ImageUrl",
12495
- "required": false,
12496
- "type": "string"
12497
- }
12498
- ],
12499
- "type": "object"
12500
- },
12501
- "PropOwnerCertOCRResponse": {
12502
- "document": "PropOwnerCertOCR返回参数结构体",
12503
- "members": [
12504
- {
12505
- "disabled": false,
12506
- "document": "房地产权利人",
12507
- "example": "李明",
12508
- "member": "string",
12509
- "name": "Owner",
12510
- "output_required": true,
12511
- "type": "string",
12512
- "value_allowed_null": false
12513
- },
12514
- {
12515
- "disabled": false,
12516
- "document": "共有情况",
12517
- "example": "单独所有",
12518
- "member": "string",
12519
- "name": "Possession",
12520
- "output_required": true,
12521
- "type": "string",
12522
- "value_allowed_null": false
12523
- },
12524
- {
12525
- "disabled": false,
12526
- "document": "登记时间",
12527
- "example": "2015-02-22",
12528
- "member": "string",
12529
- "name": "RegisterTime",
12530
- "output_required": true,
12531
- "type": "string",
12532
- "value_allowed_null": false
12533
- },
12534
- {
12535
- "disabled": false,
12536
- "document": "规划用途",
12537
- "example": "成套住宅",
12538
- "member": "string",
12539
- "name": "Purpose",
12540
- "output_required": true,
12541
- "type": "string",
12542
- "value_allowed_null": false
12543
- },
12544
- {
12545
- "disabled": false,
12546
- "document": "房屋性质",
12547
- "example": "商品房",
12548
- "member": "string",
12549
- "name": "Nature",
12550
- "output_required": true,
12551
- "type": "string",
12552
- "value_allowed_null": false
12553
- },
12554
- {
12555
- "disabled": false,
12556
- "document": "房地坐落",
12557
- "example": "上海市徐汇区田林路397号腾云大厦",
12558
- "member": "string",
12559
- "name": "Location",
12560
- "output_required": true,
12561
- "type": "string",
12562
- "value_allowed_null": false
12563
- },
12564
- {
12565
- "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
12566
- "member": "string",
12567
- "name": "RequestId",
12568
- "type": "string"
12569
- }
12570
- ],
12571
- "type": "object"
12572
- },
12573
12359
  "QrcodeImgSize": {
12574
12360
  "document": "图片大小",
12575
12361
  "members": [
@@ -12975,6 +12761,88 @@
12975
12761
  ],
12976
12762
  "usage": "out"
12977
12763
  },
12764
+ "QuestionSplitLayoutOCRRequest": {
12765
+ "document": "QuestionSplitLayoutOCR请求参数结构体",
12766
+ "members": [
12767
+ {
12768
+ "disabled": false,
12769
+ "document": "图片的 Url 地址。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经 Base64 编码后不超过 10M。图片下载时间不超过 3 秒。支持的图片像素:需介于20-10000px之间。图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。非腾讯云存储的 Url 速度和稳定性可能受一定影响。",
12770
+ "example": "https://ocr-demo-1254418846.cos.ap-guangzhou.myqcloud.com/document/SmartStructuralOCR/SmartStructuralPro1.png",
12771
+ "member": "string",
12772
+ "name": "ImageUrl",
12773
+ "required": false,
12774
+ "type": "string"
12775
+ },
12776
+ {
12777
+ "disabled": false,
12778
+ "document": "图片的 Base64 值。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经Base64编码后不超过 10M。图片下载时间不超过 3 秒。支持的图片像素:需介于20-10000px之间。图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。",
12779
+ "example": "/9j/4AAQSkZJRg.....s97n//2Q==",
12780
+ "member": "string",
12781
+ "name": "ImageBase64",
12782
+ "required": false,
12783
+ "type": "string"
12784
+ },
12785
+ {
12786
+ "disabled": false,
12787
+ "document": "是否开启PDF识别,默认值为false,开启后可同时支持图片和PDF的识别。",
12788
+ "example": "true",
12789
+ "member": "bool",
12790
+ "name": "IsPdf",
12791
+ "required": false,
12792
+ "type": "bool"
12793
+ },
12794
+ {
12795
+ "disabled": false,
12796
+ "document": "需要识别的PDF页面的对应页码,仅支持PDF单页识别,当上传文件为PDF且IsPdf参数值为true时有效,默认值为1。",
12797
+ "example": "1",
12798
+ "member": "uint64",
12799
+ "name": "PdfPageNumber",
12800
+ "required": false,
12801
+ "type": "int"
12802
+ },
12803
+ {
12804
+ "disabled": false,
12805
+ "document": "是否开启切边增强和弯曲矫正,默认为false不开启",
12806
+ "example": "false",
12807
+ "member": "bool",
12808
+ "name": "EnableImageCrop",
12809
+ "required": false,
12810
+ "type": "bool"
12811
+ },
12812
+ {
12813
+ "disabled": false,
12814
+ "document": "false: 使用当前默认模型 true: 使用新的多模态推理模型,速度更快推理效果更强,仅 `EnableOnlyDetectBorder` 为 `true` 时生效,公测中",
12815
+ "example": "false",
12816
+ "member": "bool",
12817
+ "name": "UseNewModel",
12818
+ "required": false,
12819
+ "type": "bool"
12820
+ }
12821
+ ],
12822
+ "type": "object"
12823
+ },
12824
+ "QuestionSplitLayoutOCRResponse": {
12825
+ "document": "QuestionSplitLayoutOCR返回参数结构体",
12826
+ "members": [
12827
+ {
12828
+ "disabled": false,
12829
+ "document": "检测到的文本信息",
12830
+ "example": "无",
12831
+ "member": "QuestionInfo",
12832
+ "name": "QuestionInfo",
12833
+ "output_required": true,
12834
+ "type": "list",
12835
+ "value_allowed_null": false
12836
+ },
12837
+ {
12838
+ "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
12839
+ "member": "string",
12840
+ "name": "RequestId",
12841
+ "type": "string"
12842
+ }
12843
+ ],
12844
+ "type": "object"
12845
+ },
12978
12846
  "QuestionSplitOCRRequest": {
12979
12847
  "document": "QuestionSplitOCR请求参数结构体",
12980
12848
  "members": [
@@ -13918,169 +13786,6 @@
13918
13786
  ],
13919
13787
  "type": "object"
13920
13788
  },
13921
- "RecognizeForeignPermanentResidentIdCardRequest": {
13922
- "document": "RecognizeForeignPermanentResidentIdCard请求参数结构体",
13923
- "members": [
13924
- {
13925
- "disabled": false,
13926
- "document": "图片的 Url 地址。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经 Base64 编码后不超过 10M。图片下载时间不超过 3 秒。支持的图片像素:需介于20-10000px之间。图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。非腾讯云存储的 Url 速度和稳定性可能受一定影响。示例值:https://ocr-demo-1254418846.cos.ap-guangzhou.myqcloud.com/docume",
13927
- "example": "https://ocr-demo-1254418846.cos.ap-guangzhou.myqcloud.com/card/ForeignPermanentResidentIdCard/ForeignPermanentResidentIdCard1.jpg",
13928
- "member": "string",
13929
- "name": "ImageUrl",
13930
- "required": false,
13931
- "type": "string"
13932
- },
13933
- {
13934
- "disabled": false,
13935
- "document": "图片的 Base64 值。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经Base64编码后不超过 10M。图片下载时间不超过 3 秒。支持的图片像素:需介于20-10000px之间。图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。",
13936
- "example": "/9j/4AAQSkZJRg.....s97n//2Q==",
13937
- "member": "string",
13938
- "name": "ImageBase64",
13939
- "required": false,
13940
- "type": "string"
13941
- },
13942
- {
13943
- "disabled": false,
13944
- "document": "是否开启PDF识别,默认值为false,开启后可同时支持图片和PDF的识别。",
13945
- "example": "true",
13946
- "member": "bool",
13947
- "name": "EnablePdf",
13948
- "required": false,
13949
- "type": "bool"
13950
- },
13951
- {
13952
- "disabled": false,
13953
- "document": "需要识别的PDF页面的对应页码,传入时仅支持PDF单页识别,当上传文件为PDF且EnablePdf参数值为true时有效,默认值为1。\n示例值:1",
13954
- "example": "1",
13955
- "member": "uint64",
13956
- "name": "PdfPageNumber",
13957
- "required": false,
13958
- "type": "int"
13959
- },
13960
- {
13961
- "disabled": false,
13962
- "document": "是否返回头像和位置坐标",
13963
- "example": "false",
13964
- "member": "bool",
13965
- "name": "CropPortrait",
13966
- "required": false,
13967
- "type": "bool"
13968
- }
13969
- ],
13970
- "type": "object"
13971
- },
13972
- "RecognizeForeignPermanentResidentIdCardResponse": {
13973
- "document": "RecognizeForeignPermanentResidentIdCard返回参数结构体",
13974
- "members": [
13975
- {
13976
- "disabled": false,
13977
- "document": "中文姓名。",
13978
- "example": "吴全斌",
13979
- "member": "string",
13980
- "name": "CnName",
13981
- "output_required": false,
13982
- "type": "string",
13983
- "value_allowed_null": false
13984
- },
13985
- {
13986
- "disabled": false,
13987
- "document": "英文名。",
13988
- "example": "QUANBIN,WU",
13989
- "member": "string",
13990
- "name": "EnName",
13991
- "output_required": false,
13992
- "type": "string",
13993
- "value_allowed_null": false
13994
- },
13995
- {
13996
- "disabled": false,
13997
- "document": "性别。",
13998
- "example": "男/M",
13999
- "member": "string",
14000
- "name": "Sex",
14001
- "output_required": false,
14002
- "type": "string",
14003
- "value_allowed_null": false
14004
- },
14005
- {
14006
- "disabled": false,
14007
- "document": "出生日期。规范格式为 XXXX年XX月XX日。",
14008
- "example": "1981年08月03日",
14009
- "member": "string",
14010
- "name": "DateOfBirth",
14011
- "output_required": false,
14012
- "type": "string",
14013
- "value_allowed_null": false
14014
- },
14015
- {
14016
- "disabled": false,
14017
- "document": "国籍。",
14018
- "example": "加拿大/CAN",
14019
- "member": "string",
14020
- "name": "Nationality",
14021
- "output_required": false,
14022
- "type": "string",
14023
- "value_allowed_null": false
14024
- },
14025
- {
14026
- "disabled": false,
14027
- "document": "有效期限。",
14028
- "example": "自2023年09月15日至2033年09月14日",
14029
- "member": "string",
14030
- "name": "PeriodOfValidity",
14031
- "output_required": false,
14032
- "type": "string",
14033
- "value_allowed_null": false
14034
- },
14035
- {
14036
- "disabled": false,
14037
- "document": "证件号码。",
14038
- "example": "911124198108030024",
14039
- "member": "string",
14040
- "name": "No",
14041
- "output_required": false,
14042
- "type": "string",
14043
- "value_allowed_null": false
14044
- },
14045
- {
14046
- "disabled": false,
14047
- "document": "曾持证件号码。",
14048
- "example": "PAK310080010103",
14049
- "member": "string",
14050
- "name": "PreviousNumber",
14051
- "output_required": false,
14052
- "type": "string",
14053
- "value_allowed_null": false
14054
- },
14055
- {
14056
- "disabled": false,
14057
- "document": "签发机关。",
14058
- "example": "**机构签发",
14059
- "member": "string",
14060
- "name": "IssuedAuthority",
14061
- "output_required": false,
14062
- "type": "string",
14063
- "value_allowed_null": false
14064
- },
14065
- {
14066
- "disabled": false,
14067
- "document": "头像和坐标信息。",
14068
- "example": "无",
14069
- "member": "PortraitImageInfo",
14070
- "name": "PortraitImageInfo",
14071
- "output_required": false,
14072
- "type": "object",
14073
- "value_allowed_null": false
14074
- },
14075
- {
14076
- "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
14077
- "member": "string",
14078
- "name": "RequestId",
14079
- "type": "string"
14080
- }
14081
- ],
14082
- "type": "object"
14083
- },
14084
13789
  "RecognizeFormulaOCRRequest": {
14085
13790
  "document": "RecognizeFormulaOCR请求参数结构体",
14086
13791
  "members": [
@@ -14129,7 +13834,7 @@
14129
13834
  {
14130
13835
  "disabled": false,
14131
13836
  "document": "图片旋转角度(角度制),文本的水平方向为 0;顺时针为正,逆时针为负",
14132
- "example": "0",
13837
+ "example": "0.0",
14133
13838
  "member": "float",
14134
13839
  "name": "Angle",
14135
13840
  "output_required": true,
@@ -14465,119 +14170,6 @@
14465
14170
  ],
14466
14171
  "type": "object"
14467
14172
  },
14468
- "RecognizeGeneralTextImageWarnRequest": {
14469
- "document": "RecognizeGeneralTextImageWarn请求参数结构体",
14470
- "members": [
14471
- {
14472
- "disabled": false,
14473
- "document": "图片的 Url 地址。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经 Base64 编码后不超过 10M。图片下载时间不超过 3 秒。支持的图片像素:需介于20-10000px之间。图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。非腾讯云存储的 Url 速度和稳定性可能受一定影响。",
14474
- "example": "https://ocr-demo-1254418846.cos.ap-guangzhou.myqcloud.com/general/RecognizeGeneralTextImageWarn/RecognizeGeneralTextImageWarn1.png",
14475
- "member": "string",
14476
- "name": "ImageUrl",
14477
- "required": false,
14478
- "type": "string"
14479
- },
14480
- {
14481
- "disabled": false,
14482
- "document": "图片的 Base64 值。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经Base64编码后不超过 10M。支持的图片像素:需介于20-10000px之间。图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。",
14483
- "example": "/9j/4AAQSkZJRg.....s97n//2Q==",
14484
- "member": "string",
14485
- "name": "ImageBase64",
14486
- "required": false,
14487
- "type": "string"
14488
- },
14489
- {
14490
- "disabled": false,
14491
- "document": "是否开启PDF识别,默认值为true,开启后可同时支持图片和PDF的识别。 示例值:false",
14492
- "example": "true",
14493
- "member": "bool",
14494
- "name": "EnablePdf",
14495
- "required": false,
14496
- "type": "bool"
14497
- },
14498
- {
14499
- "disabled": false,
14500
- "document": "需要识别的PDF页面的对应页码,传入时仅支持PDF单页识别,当上传文件为PDF且EnablePdf参数值为true时有效,默认值为1。 示例值:1",
14501
- "example": "1",
14502
- "member": "int64",
14503
- "name": "PdfPageNumber",
14504
- "required": false,
14505
- "type": "int"
14506
- },
14507
- {
14508
- "disabled": false,
14509
- "document": "支持的模板类型\n- General 通用告警(支持所有类型告警)\n- LicensePlate 车牌告警(支持翻拍告警)",
14510
- "example": "General ",
14511
- "member": "string",
14512
- "name": "Type",
14513
- "required": false,
14514
- "type": "string"
14515
- }
14516
- ],
14517
- "type": "object"
14518
- },
14519
- "RecognizeGeneralTextImageWarnResponse": {
14520
- "document": "RecognizeGeneralTextImageWarn返回参数结构体",
14521
- "members": [
14522
- {
14523
- "disabled": false,
14524
- "document": "复印告警信息",
14525
- "example": "无",
14526
- "member": "GeneralWarnInfo",
14527
- "name": "Copy",
14528
- "output_required": true,
14529
- "type": "object",
14530
- "value_allowed_null": false
14531
- },
14532
- {
14533
- "disabled": false,
14534
- "document": "翻拍告警信息",
14535
- "example": "无",
14536
- "member": "GeneralWarnInfo",
14537
- "name": "Reprint",
14538
- "output_required": true,
14539
- "type": "object",
14540
- "value_allowed_null": false
14541
- },
14542
- {
14543
- "disabled": false,
14544
- "document": "模糊告警信息",
14545
- "example": "无",
14546
- "member": "GeneralWarnInfo",
14547
- "name": "Blur",
14548
- "output_required": true,
14549
- "type": "object",
14550
- "value_allowed_null": false
14551
- },
14552
- {
14553
- "disabled": false,
14554
- "document": "反光告警信息",
14555
- "example": "无",
14556
- "member": "GeneralWarnInfo",
14557
- "name": "Reflection",
14558
- "output_required": true,
14559
- "type": "object",
14560
- "value_allowed_null": false
14561
- },
14562
- {
14563
- "disabled": false,
14564
- "document": "边框不完整告警信息",
14565
- "example": "无",
14566
- "member": "GeneralWarnInfo",
14567
- "name": "BorderIncomplete",
14568
- "output_required": true,
14569
- "type": "object",
14570
- "value_allowed_null": false
14571
- },
14572
- {
14573
- "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
14574
- "member": "string",
14575
- "name": "RequestId",
14576
- "type": "string"
14577
- }
14578
- ],
14579
- "type": "object"
14580
- },
14581
14173
  "RecognizeHealthCodeOCRRequest": {
14582
14174
  "document": "RecognizeHealthCodeOCR请求参数结构体",
14583
14175
  "members": [
@@ -17394,6 +16986,16 @@
17394
16986
  "output_required": true,
17395
16987
  "type": "object",
17396
16988
  "value_allowed_null": true
16989
+ },
16990
+ {
16991
+ "disabled": false,
16992
+ "document": "通行费电子票据汇总单\n注意:此字段可能返回 null,表示取不到有效值。",
16993
+ "example": "",
16994
+ "member": "ElectronicTollSummary",
16995
+ "name": "ElectronicTollSummary",
16996
+ "output_required": true,
16997
+ "type": "object",
16998
+ "value_allowed_null": true
17397
16999
  }
17398
17000
  ],
17399
17001
  "usage": "out"
@@ -17527,7 +17129,7 @@
17527
17129
  "usage": "out"
17528
17130
  },
17529
17131
  "StructuralItem": {
17530
- "document": "智能结构化识别",
17132
+ "document": "文档智能识别",
17531
17133
  "members": [
17532
17134
  {
17533
17135
  "disabled": false,
@@ -17535,7 +17137,7 @@
17535
17137
  "example": "无",
17536
17138
  "member": "string",
17537
17139
  "name": "Name",
17538
- "required": true,
17140
+ "output_required": true,
17539
17141
  "type": "string",
17540
17142
  "value_allowed_null": false
17541
17143
  },
@@ -17545,7 +17147,7 @@
17545
17147
  "example": "无",
17546
17148
  "member": "string",
17547
17149
  "name": "Value",
17548
- "required": true,
17150
+ "output_required": true,
17549
17151
  "type": "string",
17550
17152
  "value_allowed_null": false
17551
17153
  },
@@ -17555,7 +17157,7 @@
17555
17157
  "example": "无",
17556
17158
  "member": "int64",
17557
17159
  "name": "Confidence",
17558
- "required": true,
17160
+ "output_required": true,
17559
17161
  "type": "int",
17560
17162
  "value_allowed_null": false
17561
17163
  },
@@ -17565,7 +17167,7 @@
17565
17167
  "example": "无",
17566
17168
  "member": "ItemCoord",
17567
17169
  "name": "ItemCoord",
17568
- "required": true,
17170
+ "output_required": true,
17569
17171
  "type": "object",
17570
17172
  "value_allowed_null": false
17571
17173
  },
@@ -17575,7 +17177,7 @@
17575
17177
  "example": "1",
17576
17178
  "member": "int64",
17577
17179
  "name": "Row",
17578
- "required": true,
17180
+ "output_required": true,
17579
17181
  "type": "int",
17580
17182
  "value_allowed_null": false
17581
17183
  }
@@ -21606,7 +21208,7 @@
21606
21208
  },
21607
21209
  {
21608
21210
  "disabled": false,
21609
- "document": "票种类型\n01:增值税专用发票,\n02:货运运输业增值税专用发票,\n03:机动车销售统一发票,\n04:增值税普通发票,\n08:增值税电子专用发票(含全电,全电仅新版接口支持),\n10:增值税电子普通发票(含全电,全电仅新版接口支持),\n11:增值税普通发票(卷式),\n14:增值税电子(通行费)发票,\n15:二手车销售统一发票,\n32:深圳区块链发票,\n102:通用机打电子发票\n61:电子发票(航空运输电子客票行程单)\n83:电子发票(铁路电子发票)\n0915:全电纸质(二手车统一销售发票)\n0903:全电纸质(机动车统一发票)",
21211
+ "document": "票种类型\n01:增值税专用发票,\n02:货运运输业增值税专用发票,\n03:机动车销售统一发票,\n04:增值税普通发票,\n08:增值税电子专用发票(含全电,全电仅新版接口支持),\n09:全电发票,\n0901:全电纸质发票(增值税专用发票),\n0903:全电纸质(机动车销售统一发票),\n0904:全电纸质发票(增值税普通发票),\n0910:电子发票(普通发票),\n0915:全电纸质(二手车销售统一发票),\n0920:电子发票(增值税专用发票),\n0930:电子发票(机动车销售统一发票),\n0940:电子发票(二手车销售统一发票),\n10:增值税电子普通发票(含全电,全电仅新版接口支持),\n11:增值税普通发票(卷式),\n14:增值税电子(通行费)发票,\n15:二手车销售统一发票,\n32:深圳区块链发票,\n61:电子发票(航空运输电子客票行程单),\n8208:电子发票(通行费发票),\n83:电子发票(铁路电子客票),\n100:区块链发票,\n101:财政票据,\n102:通用电子发票,\n103:车辆通行费\n\n\n\n",
21610
21212
  "example": "01",
21611
21213
  "member": "string",
21612
21214
  "name": "Type",