tccli-intl-en 3.0.1188.1__py2.py3-none-any.whl → 3.1.28.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 (292) hide show
  1. tccli/__init__.py +1 -1
  2. tccli/argument.py +1 -1
  3. tccli/plugins/sso/__init__.py +14 -0
  4. tccli/plugins/sso/login.py +23 -6
  5. tccli/plugins/sso/texts.py +4 -0
  6. tccli/services/__init__.py +46 -2
  7. tccli/services/advisor/advisor_client.py +10 -4
  8. tccli/services/ai3d/__init__.py +4 -0
  9. tccli/services/ai3d/ai3d_client.py +266 -0
  10. tccli/services/ai3d/v20250513/api.json +264 -0
  11. tccli/services/ai3d/v20250513/examples.json +20 -0
  12. tccli/services/aiart/aiart_client.py +5 -2
  13. tccli/services/ams/ams_client.py +20 -8
  14. tccli/services/antiddos/antiddos_client.py +350 -140
  15. tccli/services/apigateway/apigateway_client.py +465 -186
  16. tccli/services/apm/apm_client.py +835 -68
  17. tccli/services/apm/v20210622/api.json +3936 -1145
  18. tccli/services/apm/v20210622/examples.json +133 -23
  19. tccli/services/asr/asr_client.py +10 -4
  20. tccli/services/autoscaling/autoscaling_client.py +341 -114
  21. tccli/services/autoscaling/v20180419/api.json +444 -272
  22. tccli/services/autoscaling/v20180419/examples.json +46 -38
  23. tccli/services/batch/batch_client.py +140 -56
  24. tccli/services/bi/__init__.py +4 -0
  25. tccli/services/bi/bi_client.py +1498 -0
  26. tccli/services/bi/v20220105/api.json +5769 -0
  27. tccli/services/bi/v20220105/examples.json +215 -0
  28. tccli/services/billing/billing_client.py +1007 -139
  29. tccli/services/billing/v20180709/api.json +1707 -429
  30. tccli/services/billing/v20180709/examples.json +161 -25
  31. tccli/services/cam/cam_client.py +405 -162
  32. tccli/services/captcha/captcha_client.py +5 -2
  33. tccli/services/captcha/v20190722/api.json +16 -6
  34. tccli/services/captcha/v20190722/examples.json +3 -3
  35. tccli/services/car/car_client.py +165 -66
  36. tccli/services/cbs/cbs_client.py +190 -76
  37. tccli/services/ccc/ccc_client.py +1167 -268
  38. tccli/services/ccc/v20200210/api.json +2263 -202
  39. tccli/services/ccc/v20200210/examples.json +116 -12
  40. tccli/services/cdb/cdb_client.py +665 -266
  41. tccli/services/cdb/v20170320/api.json +463 -208
  42. tccli/services/cdb/v20170320/examples.json +8 -8
  43. tccli/services/cdc/cdc_client.py +100 -40
  44. tccli/services/cdc/v20201214/api.json +2 -2
  45. tccli/services/cdc/v20201214/examples.json +4 -4
  46. tccli/services/cdn/cdn_client.py +220 -88
  47. tccli/services/cdn/v20180606/api.json +22 -22
  48. tccli/services/cdn/v20180606/examples.json +1 -1
  49. tccli/services/cdwdoris/cdwdoris_client.py +385 -154
  50. tccli/services/cdwpg/cdwpg_client.py +120 -48
  51. tccli/services/cdz/__init__.py +4 -0
  52. tccli/services/cdz/cdz_client.py +210 -0
  53. tccli/services/cdz/v20221123/api.json +233 -0
  54. tccli/services/cdz/v20221123/examples.json +12 -0
  55. tccli/services/cfg/cfg_client.py +80 -32
  56. tccli/services/cfg/v20210820/api.json +30 -10
  57. tccli/services/cfg/v20210820/examples.json +1 -1
  58. tccli/services/cfs/cfs_client.py +195 -78
  59. tccli/services/cfw/cfw_client.py +330 -132
  60. tccli/services/chdfs/chdfs_client.py +145 -58
  61. tccli/services/ciam/ciam_client.py +80 -32
  62. tccli/services/ckafka/ckafka_client.py +1149 -259
  63. tccli/services/ckafka/v20190819/api.json +3738 -1696
  64. tccli/services/ckafka/v20190819/examples.json +266 -162
  65. tccli/services/clb/clb_client.py +1054 -469
  66. tccli/services/clb/v20180317/api.json +2273 -1020
  67. tccli/services/clb/v20180317/examples.json +184 -124
  68. tccli/services/cloudaudit/cloudaudit_client.py +90 -36
  69. tccli/services/cls/cls_client.py +434 -173
  70. tccli/services/cmq/cmq_client.py +14 -803
  71. tccli/services/cmq/v20190304/api.json +173 -1367
  72. tccli/services/cmq/v20190304/examples.json +0 -120
  73. tccli/services/config/config_client.py +30 -12
  74. tccli/services/controlcenter/controlcenter_client.py +229 -2
  75. tccli/services/controlcenter/v20230110/api.json +528 -5
  76. tccli/services/controlcenter/v20230110/examples.json +32 -0
  77. tccli/services/csip/csip_client.py +339 -78
  78. tccli/services/csip/v20221121/api.json +1011 -38
  79. tccli/services/csip/v20221121/examples.json +24 -0
  80. tccli/services/ctsdb/__init__.py +4 -0
  81. tccli/services/ctsdb/ctsdb_client.py +266 -0
  82. tccli/services/ctsdb/v20230202/api.json +677 -0
  83. tccli/services/ctsdb/v20230202/examples.json +20 -0
  84. tccli/services/cvm/cvm_client.py +706 -189
  85. tccli/services/cvm/v20170312/api.json +1003 -453
  86. tccli/services/cvm/v20170312/examples.json +176 -130
  87. tccli/services/cwp/cwp_client.py +2325 -930
  88. tccli/services/cynosdb/cynosdb_client.py +2272 -591
  89. tccli/services/cynosdb/v20190107/api.json +12480 -7740
  90. tccli/services/cynosdb/v20190107/examples.json +193 -9
  91. tccli/services/dataintegration/dataintegration_client.py +5 -2
  92. tccli/services/dayu/dayu_client.py +515 -206
  93. tccli/services/dbbrain/dbbrain_client.py +210 -84
  94. tccli/services/dc/dc_client.py +90 -36
  95. tccli/services/dcdb/dcdb_client.py +310 -124
  96. tccli/services/dlc/dlc_client.py +859 -214
  97. tccli/services/dlc/v20210125/api.json +637 -13
  98. tccli/services/dlc/v20210125/examples.json +48 -0
  99. tccli/services/dms/dms_client.py +10 -4
  100. tccli/services/dnspod/dnspod_client.py +390 -111
  101. tccli/services/dnspod/v20210323/api.json +196 -0
  102. tccli/services/dnspod/v20210323/examples.json +24 -0
  103. tccli/services/domain/domain_client.py +120 -48
  104. tccli/services/dts/dts_client.py +415 -166
  105. tccli/services/eb/eb_client.py +130 -52
  106. tccli/services/ecdn/ecdn_client.py +75 -30
  107. tccli/services/ecm/ecm_client.py +620 -248
  108. tccli/services/eiam/eiam_client.py +200 -80
  109. tccli/services/emr/emr_client.py +3104 -117
  110. tccli/services/emr/v20190103/api.json +15311 -4361
  111. tccli/services/emr/v20190103/examples.json +452 -42
  112. tccli/services/es/es_client.py +105 -42
  113. tccli/services/facefusion/facefusion_client.py +15 -6
  114. tccli/services/faceid/faceid_client.py +95 -38
  115. tccli/services/faceid/v20180301/api.json +172 -45
  116. tccli/services/faceid/v20180301/examples.json +3 -3
  117. tccli/services/gaap/gaap_client.py +440 -176
  118. tccli/services/gme/gme_client.py +50 -20
  119. tccli/services/gpm/gpm_client.py +90 -36
  120. tccli/services/gse/gse_client.py +110 -44
  121. tccli/services/gwlb/gwlb_client.py +90 -36
  122. tccli/services/hunyuan/__init__.py +4 -0
  123. tccli/services/hunyuan/hunyuan_client.py +490 -0
  124. tccli/services/hunyuan/v20230901/api.json +566 -0
  125. tccli/services/hunyuan/v20230901/examples.json +52 -0
  126. tccli/services/iai/iai_client.py +145 -58
  127. tccli/services/iai/v20200303/api.json +187 -51
  128. tccli/services/iai/v20200303/examples.json +30 -12
  129. tccli/services/iap/iap_client.py +30 -12
  130. tccli/services/ims/ims_client.py +5 -2
  131. tccli/services/ims/v20201229/api.json +133 -141
  132. tccli/services/ims/v20201229/examples.json +3 -3
  133. tccli/services/intlpartnersmgt/intlpartnersmgt_client.py +363 -78
  134. tccli/services/intlpartnersmgt/v20220928/api.json +513 -22
  135. tccli/services/intlpartnersmgt/v20220928/examples.json +24 -0
  136. tccli/services/iotcloud/iotcloud_client.py +100 -40
  137. tccli/services/iotcloud/v20210408/api.json +216 -107
  138. tccli/services/iotcloud/v20210408/examples.json +9 -9
  139. tccli/services/ip/ip_client.py +30 -12
  140. tccli/services/kms/kms_client.py +1226 -227
  141. tccli/services/kms/v20190118/api.json +1465 -123
  142. tccli/services/kms/v20190118/examples.json +129 -3
  143. tccli/services/lcic/lcic_client.py +265 -106
  144. tccli/services/lighthouse/lighthouse_client.py +730 -172
  145. tccli/services/lighthouse/v20200324/api.json +502 -14
  146. tccli/services/lighthouse/v20200324/examples.json +59 -5
  147. tccli/services/live/live_client.py +804 -232
  148. tccli/services/live/v20180801/api.json +272 -0
  149. tccli/services/live/v20180801/examples.json +32 -0
  150. tccli/services/lke/__init__.py +4 -0
  151. tccli/services/lke/lke_client.py +5194 -0
  152. tccli/services/lke/v20231130/api.json +14803 -0
  153. tccli/services/lke/v20231130/examples.json +736 -0
  154. tccli/services/lkeap/__init__.py +4 -0
  155. tccli/services/lkeap/lkeap_client.py +602 -0
  156. tccli/services/lkeap/v20240522/api.json +989 -0
  157. tccli/services/lkeap/v20240522/examples.json +92 -0
  158. tccli/services/mariadb/mariadb_client.py +250 -100
  159. tccli/services/mdc/mdc_client.py +90 -36
  160. tccli/services/mdl/mdl_client.py +402 -82
  161. tccli/services/mdl/v20200326/api.json +1437 -100
  162. tccli/services/mdl/v20200326/examples.json +48 -16
  163. tccli/services/mdp/mdp_client.py +785 -122
  164. tccli/services/mdp/v20200527/api.json +1336 -49
  165. tccli/services/mdp/v20200527/examples.json +151 -79
  166. tccli/services/message/__init__.py +4 -0
  167. tccli/services/message/message_client.py +210 -0
  168. tccli/services/message/v20181225/api.json +72 -0
  169. tccli/services/message/v20181225/examples.json +13 -0
  170. tccli/services/mongodb/mongodb_client.py +1452 -136
  171. tccli/services/mongodb/v20190725/api.json +4393 -1462
  172. tccli/services/mongodb/v20190725/examples.json +265 -71
  173. tccli/services/monitor/monitor_client.py +1008 -296
  174. tccli/services/monitor/v20180724/api.json +664 -15
  175. tccli/services/monitor/v20180724/examples.json +152 -4
  176. tccli/services/mps/mps_client.py +1878 -379
  177. tccli/services/mps/v20190612/api.json +7473 -1626
  178. tccli/services/mps/v20190612/examples.json +276 -82
  179. tccli/services/mqtt/__init__.py +4 -0
  180. tccli/services/mqtt/mqtt_client.py +1610 -0
  181. tccli/services/mqtt/v20240516/api.json +3057 -0
  182. tccli/services/mqtt/v20240516/examples.json +213 -0
  183. tccli/services/msp/msp_client.py +35 -14
  184. tccli/services/ocr/ocr_client.py +515 -74
  185. tccli/services/ocr/v20181119/api.json +1991 -168
  186. tccli/services/ocr/v20181119/examples.json +58 -4
  187. tccli/services/omics/omics_client.py +100 -40
  188. tccli/services/organization/organization_client.py +580 -232
  189. tccli/services/postgres/postgres_client.py +455 -182
  190. tccli/services/postgres/v20170312/api.json +134 -109
  191. tccli/services/postgres/v20170312/examples.json +14 -14
  192. tccli/services/privatedns/privatedns_client.py +206 -60
  193. tccli/services/privatedns/v20201028/api.json +179 -0
  194. tccli/services/privatedns/v20201028/examples.json +8 -0
  195. tccli/services/pts/pts_client.py +240 -96
  196. tccli/services/quota/__init__.py +4 -0
  197. tccli/services/quota/quota_client.py +434 -0
  198. tccli/services/quota/v20241204/api.json +548 -0
  199. tccli/services/quota/v20241204/examples.json +51 -0
  200. tccli/services/rce/rce_client.py +5 -2
  201. tccli/services/redis/redis_client.py +698 -212
  202. tccli/services/redis/v20180412/api.json +968 -563
  203. tccli/services/redis/v20180412/examples.json +98 -56
  204. tccli/services/region/__init__.py +4 -0
  205. tccli/services/region/region_client.py +322 -0
  206. tccli/services/region/v20220627/api.json +399 -0
  207. tccli/services/region/v20220627/examples.json +29 -0
  208. tccli/services/rum/rum_client.py +300 -120
  209. tccli/services/scf/scf_client.py +210 -84
  210. tccli/services/ses/ses_client.py +368 -69
  211. tccli/services/ses/v20201002/api.json +240 -0
  212. tccli/services/ses/v20201002/examples.json +32 -0
  213. tccli/services/smh/__init__.py +4 -0
  214. tccli/services/smh/smh_client.py +714 -0
  215. tccli/services/smh/v20210712/api.json +1287 -0
  216. tccli/services/smh/v20210712/examples.json +85 -0
  217. tccli/services/sms/sms_client.py +90 -36
  218. tccli/services/sqlserver/sqlserver_client.py +3855 -470
  219. tccli/services/sqlserver/v20180328/api.json +9757 -3347
  220. tccli/services/sqlserver/v20180328/examples.json +480 -20
  221. tccli/services/ssl/ssl_client.py +504 -72
  222. tccli/services/ssl/v20191205/api.json +789 -21
  223. tccli/services/ssl/v20191205/examples.json +54 -0
  224. tccli/services/ssm/ssm_client.py +120 -48
  225. tccli/services/sts/sts_client.py +25 -10
  226. tccli/services/tag/tag_client.py +150 -60
  227. tccli/services/tat/tat_client.py +95 -38
  228. tccli/services/tbaas/tbaas_client.py +20 -8
  229. tccli/services/tcaplusdb/tcaplusdb_client.py +260 -104
  230. tccli/services/tcaplusdb/v20190823/api.json +836 -760
  231. tccli/services/tcaplusdb/v20190823/examples.json +3 -3
  232. tccli/services/tchd/tchd_client.py +5 -2
  233. tccli/services/tcmpp/tcmpp_client.py +520 -208
  234. tccli/services/tcr/tcr_client.py +380 -152
  235. tccli/services/tcsas/tcsas_client.py +295 -118
  236. tccli/services/tcsas/v20250106/api.json +1084 -980
  237. tccli/services/tcsas/v20250106/examples.json +15 -15
  238. tccli/services/tcss/tcss_client.py +1650 -660
  239. tccli/services/tdid/tdid_client.py +240 -96
  240. tccli/services/tdmq/tdmq_client.py +2876 -466
  241. tccli/services/tdmq/v20200217/api.json +11607 -3958
  242. tccli/services/tdmq/v20200217/examples.json +562 -264
  243. tccli/services/tem/tem_client.py +280 -112
  244. tccli/services/teo/teo_client.py +4507 -966
  245. tccli/services/teo/v20220901/api.json +7341 -1405
  246. tccli/services/teo/v20220901/examples.json +679 -99
  247. tccli/services/tione/__init__.py +4 -0
  248. tccli/services/tione/tione_client.py +210 -0
  249. tccli/services/tione/v20211111/api.json +3074 -0
  250. tccli/services/tione/v20211111/examples.json +12 -0
  251. tccli/services/tiw/tiw_client.py +255 -102
  252. tccli/services/tke/tke_client.py +858 -276
  253. tccli/services/tke/v20180525/api.json +227 -0
  254. tccli/services/tke/v20180525/examples.json +24 -0
  255. tccli/services/tms/tms_client.py +5 -2
  256. tccli/services/tms/v20201229/api.json +91 -100
  257. tccli/services/tmt/tmt_client.py +5 -2
  258. tccli/services/trabbit/trabbit_client.py +145 -58
  259. tccli/services/trocket/__init__.py +4 -0
  260. tccli/services/trocket/trocket_client.py +2450 -0
  261. tccli/services/trocket/v20230308/api.json +6062 -0
  262. tccli/services/trocket/v20230308/examples.json +339 -0
  263. tccli/services/trro/trro_client.py +95 -38
  264. tccli/services/trtc/trtc_client.py +928 -192
  265. tccli/services/trtc/v20190722/api.json +1810 -256
  266. tccli/services/trtc/v20190722/examples.json +100 -6
  267. tccli/services/tts/tts_client.py +5 -2
  268. tccli/services/vclm/vclm_client.py +10 -4
  269. tccli/services/vm/v20210922/api.json +61 -30
  270. tccli/services/vm/v20210922/examples.json +0 -12
  271. tccli/services/vm/vm_client.py +20 -8
  272. tccli/services/vod/v20180717/api.json +531 -54
  273. tccli/services/vod/v20180717/examples.json +25 -7
  274. tccli/services/vod/v20240718/api.json +1105 -0
  275. tccli/services/vod/v20240718/examples.json +97 -0
  276. tccli/services/vod/vod_client.py +1428 -350
  277. tccli/services/vpc/v20170312/api.json +1031 -133
  278. tccli/services/vpc/v20170312/examples.json +119 -23
  279. tccli/services/vpc/vpc_client.py +2159 -644
  280. tccli/services/waf/v20180125/api.json +1372 -194
  281. tccli/services/waf/v20180125/examples.json +89 -1
  282. tccli/services/waf/waf_client.py +1149 -245
  283. tccli/services/wedata/v20250806/api.json +13644 -0
  284. tccli/services/wedata/v20250806/examples.json +621 -0
  285. tccli/services/wedata/wedata_client.py +6067 -1263
  286. tccli/services/yunjing/yunjing_client.py +355 -142
  287. {tccli_intl_en-3.0.1188.1.dist-info → tccli_intl_en-3.1.28.1.dist-info}/METADATA +4 -7
  288. {tccli_intl_en-3.0.1188.1.dist-info → tccli_intl_en-3.1.28.1.dist-info}/RECORD +292 -232
  289. {tccli_intl_en-3.0.1188.1.dist-info → tccli_intl_en-3.1.28.1.dist-info}/WHEEL +1 -1
  290. {tccli_intl_en-3.0.1188.1.dist-info → tccli_intl_en-3.1.28.1.dist-info}/entry_points.txt +0 -1
  291. {tccli_intl_en-3.0.1188.1.dist-info → tccli_intl_en-3.1.28.1.dist-info}/LICENSE +0 -0
  292. {tccli_intl_en-3.0.1188.1.dist-info → tccli_intl_en-3.1.28.1.dist-info}/top_level.txt +0 -0
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "actions": {
3
3
  "ImageModeration": {
4
- "document": "This API is used to submit an image for smart moderation. Before using it, you need to log in to the console with the Tencent Cloud root account [to activate IMS](https://console.cloud.tencent.com/cms/image/package) and adjust the business configuration.\n### API use instructions\n- Go to the \"[CMS console - IMS](https://console.cloud.tencent.com/cms/image/package)\" to activate IMS.\n- This API is a paid API. For its billing mode, see [IMS Pricing](https://intl.cloud.tencent.com/product/ims/pricing?from_cn_redirect=1).\n\n### API feature description\n- It can detect images or links and recognize content that may be offensive, unsafe, or inappropriate based on the deep learning technology;\n- It can capture frames from or split GIF/long images for detection;\n- It can recognize various non-compliant scenarios, including vulgarity, law or regulation violations, pornography, and advertising;\n- It can detect multiple types of objects (such as object, advertising logo, and QR code) and recognize text in images based on OCR;\n- It allows you to customize moderation policies based on different business scenarios;\n- You can select image risk libraries to filter non-compliant images of custom types (currently, only blocklist configuration is supported);\n- You can associate account or device information when moderating an image to recognize the account or device involved.\n\n### API call description\n- Supported image file size: **< 5 MB**\n- Supported image file resolution: **a resolution of 256x256 or higher** is recommended; otherwise, the recognition effect may be affected.\n- Supported image file formats: PNG, JPG, JPEG, BMP, GIF, and WEBP.\n- Supported image URL transfer protocols: HTTP and HTTPS.\n- If you pass in the access URL of an image, you need to **limit the image download time to 3 seconds**. To ensure the stability and reliability of the image to be detected, we recommend you use Tencent Cloud COS for storage or CDN for caching.\n- Default API request rate limit: **100 requests/sec**. If this limit is exceeded, an error will be reported.\n\n<div class=\"rno-api-explorer\" style=\"margin-bottom:20px\">\n <div class=\"rno-api-explorer-inner\">\n <div class=\"rno-api-explorer-hd\">\n <div class=\"rno-api-explorer-title\">\n </p>\n </div>\n </div>\n </div>\n</div>",
4
+ "document": "This API is used to submit an image for smart moderation. Before using it, you need to log in to the console with the Tencent Cloud root account [to activate IMS](https://console.cloud.tencent.com/cms/image/package) and adjust the business configuration.\n### API use instructions\n- Go to the \"[CMS console - IMS](https://console.cloud.tencent.com/cms/image/package)\" to activate IMS.\n- This API is a paid API. For its billing mode, see [IMS Pricing](https://www.tencentcloud.com/document/product/1122/43810).\n\n### API feature description\n- It can detect images or links and recognize content that may be offensive, unsafe, or inappropriate based on the deep learning technology;\n- It can capture frames from or split GIF/long images for detection;\n- It can recognize various non-compliant scenarios, including vulgarity, law or regulation violations, pornography, and advertising;\n- It can detect multiple types of objects (such as object, advertising logo, and QR code) and recognize text in images based on OCR;\n- It allows you to customize moderation policies based on different business scenarios;\n- You can select image risk libraries to filter non-compliant images of custom types (currently, only blocklist configuration is supported);\n- You can associate account or device information when moderating an image to recognize the account or device involved.\n\n### API call description\n- Supported image file size: **< 5 MB**\n- Supported image file resolution: **a resolution of 256x256 or higher** is recommended; otherwise, the recognition effect may be affected.\n- Supported image file formats: PNG, JPG, JPEG, BMP, GIF, and WEBP.\n- Supported image URL transfer protocols: HTTP and HTTPS.\n- If you pass in the access URL of an image, you need to **limit the image download time to 3 seconds**. To ensure the stability and reliability of the image to be detected, we recommend you use Tencent Cloud COS for storage or CDN for caching.\n- Default API request rate limit: **100 requests/sec**. If this limit is exceeded, an error will be reported.\n\n<div class=\"rno-api-explorer\" style=\"margin-bottom:20px\">\n <div class=\"rno-api-explorer-inner\">\n <div class=\"rno-api-explorer-hd\">\n <div class=\"rno-api-explorer-title\">\n </p>\n </div>\n </div>\n </div>\n</div>",
5
5
  "input": "ImageModerationRequest",
6
6
  "name": "Moderates image",
7
7
  "output": "ImageModerationResponse",
@@ -20,82 +20,74 @@
20
20
  {
21
21
  "disabled": false,
22
22
  "document": "This field indicates the IP address of the business user's device and supports recording both **IPv4 and IPv6** addresses. It needs to be used together with the `IpType` parameter.",
23
- "example": "",
23
+ "example": "10.10.11.11",
24
24
  "member": "string",
25
25
  "name": "Ip",
26
26
  "required": false,
27
- "type": "string",
28
- "value_allowed_null": false
27
+ "type": "string"
29
28
  },
30
29
  {
31
30
  "disabled": false,
32
31
  "document": "This field indicates the MAC address of the business user, which makes it easier to identify and manage devices. Its format and value are the same as those of a standard MAC address.",
33
- "example": "",
32
+ "example": "01:xx:xx:xx:xx:xx",
34
33
  "member": "string",
35
34
  "name": "Mac",
36
35
  "required": false,
37
- "type": "string",
38
- "value_allowed_null": false
36
+ "type": "string"
39
37
  },
40
38
  {
41
39
  "disabled": false,
42
40
  "document": "*In beta test. Stay tuned.*",
43
- "example": "",
41
+ "example": "token",
44
42
  "member": "string",
45
43
  "name": "TokenId",
46
44
  "required": false,
47
- "type": "string",
48
- "value_allowed_null": false
45
+ "type": "string"
49
46
  },
50
47
  {
51
48
  "disabled": false,
52
49
  "document": "*In beta test. Stay tuned.*",
53
- "example": "",
50
+ "example": "Device_Id",
54
51
  "member": "string",
55
52
  "name": "DeviceId",
56
53
  "required": false,
57
- "type": "string",
58
- "value_allowed_null": false
54
+ "type": "string"
59
55
  },
60
56
  {
61
57
  "disabled": false,
62
58
  "document": "This field indicates the international mobile equipment identity **(IMEI)** number of the business user's device, which can be used to identify each mobile communication device such as mobile phone for easier device identification and management.<br>Note: the format is **15–17 digits**.",
63
- "example": "",
59
+ "example": "490154203237518",
64
60
  "member": "string",
65
61
  "name": "IMEI",
66
62
  "required": false,
67
- "type": "string",
68
- "value_allowed_null": false
63
+ "type": "string"
69
64
  },
70
65
  {
71
66
  "disabled": false,
72
67
  "document": "**For iOS devices**: this field indicates the identifier for advertisers **(IDFA)** of the business user, which is provided by Apple to identify the user and contains a hexadecimal string of 32 digits and letters.<br>\nNote: as iOS 14 has been updated by Apple to allow users to manually enable or disable IDFA since 2021, the validity of this string may be reduced.",
73
- "example": "",
68
+ "example": "3D4D-510F-DE8A-FA9E-BC8A-1C1E-3422-2E76",
74
69
  "member": "string",
75
70
  "name": "IDFA",
76
71
  "required": false,
77
- "type": "string",
78
- "value_allowed_null": false
72
+ "type": "string"
79
73
  },
80
74
  {
81
75
  "disabled": false,
82
76
  "document": "**For iOS devices**: this field indicates the identifier for vendors **(IDFV)** of the business user, which is provided by Apple to identify the app vendor and contains a hexadecimal string of 32 digits and letters. It can be used to uniquely identify a device.",
83
- "example": "",
77
+ "example": "5A3C-0DD9-DE8A-FA9E-BC8A-1C1E-3422-2E76",
84
78
  "member": "string",
85
79
  "name": "IDFV",
86
80
  "required": false,
87
- "type": "string",
88
- "value_allowed_null": false
81
+ "type": "string"
89
82
  },
90
83
  {
91
84
  "disabled": false,
92
85
  "document": "This field indicates the type of the recorded IP address. Valid values: **0** (IPv4 address), **1** (IPv6 address). It needs to be used together with the `IpType` parameter.",
93
- "example": "",
86
+ "example": "1",
94
87
  "member": "uint64",
95
88
  "name": "IpType",
96
89
  "required": false,
97
- "type": "int",
98
- "value_allowed_null": false
90
+ "type": "int"
99
91
  }
100
92
  ],
101
93
  "usage": "in"
@@ -106,7 +98,7 @@
106
98
  {
107
99
  "disabled": false,
108
100
  "document": "This field indicates the specific number of the policy, which is used for API scheduling and can be configured in the CMS console. If the `Biztype` parameter is passed in, a moderation policy will be used based on the business scenario; otherwise, the default moderation policy will be used.<br>Note: `Biztype` can contain 3-32 digits, letters, and underscores; different `Biztype` values are associated with different business scenarios and moderation policies, so you need to verify the `Biztype` before calling this API.",
109
- "example": "182600012300002017",
101
+ "example": "TencentCloudDefault",
110
102
  "member": "string",
111
103
  "name": "BizType",
112
104
  "required": false,
@@ -174,6 +166,15 @@
174
166
  "name": "Device",
175
167
  "required": false,
176
168
  "type": "object"
169
+ },
170
+ {
171
+ "disabled": false,
172
+ "document": "",
173
+ "example": "IMAGE_AIGC",
174
+ "member": "string",
175
+ "name": "Type",
176
+ "required": false,
177
+ "type": "string"
177
178
  }
178
179
  ],
179
180
  "type": "object"
@@ -284,7 +285,7 @@
284
285
  {
285
286
  "disabled": false,
286
287
  "document": "This field is used to return the additional information (Extra) configured based on your needs. If it is not configured, an empty value will be returned by default.<br>Note: the returned information varies by customer or `Biztype`. If you need to configure this field, submit a ticket or contact the aftersales service for assistance.\nNote: this field may return null, indicating that no valid values can be obtained.",
287
- "example": "",
288
+ "example": "\"{\\\"QRcodeInfo\\\":[{\\\"HitInfo\\\":\\\"QRCODE\\\",\\\"Label\\\":\\\"Ad\\\"}]}\"",
288
289
  "member": "string",
289
290
  "name": "Extra",
290
291
  "output_required": true,
@@ -294,7 +295,7 @@
294
295
  {
295
296
  "disabled": false,
296
297
  "document": "This field is used to return the MD5 checksum of the detected object for easier verification of the file integrity.",
297
- "example": "",
298
+ "example": "4c7bbbc76bf4b317222e25067e8e9739",
298
299
  "member": "string",
299
300
  "name": "FileMD5",
300
301
  "output_required": true,
@@ -326,32 +327,32 @@
326
327
  {
327
328
  "disabled": false,
328
329
  "document": "This field is used to return the ID of the recognized object for easier recognition and distinction.\nNote: this field may return null, indicating that no valid values can be obtained.",
329
- "example": "",
330
+ "example": "0",
330
331
  "member": "int64",
331
332
  "name": "Id",
332
- "required": true,
333
+ "output_required": true,
333
334
  "type": "int",
334
- "value_allowed_null": true
335
+ "value_allowed_null": false
335
336
  },
336
337
  {
337
338
  "disabled": false,
338
339
  "document": "This field is used to return the hit subtag name.\nNote: this field may return null, indicating that no valid values can be obtained.",
339
- "example": "",
340
+ "example": "PornSum",
340
341
  "member": "string",
341
342
  "name": "Name",
342
- "required": true,
343
+ "output_required": true,
343
344
  "type": "string",
344
- "value_allowed_null": true
345
+ "value_allowed_null": false
345
346
  },
346
347
  {
347
348
  "disabled": false,
348
349
  "document": "This field is used to return the hit score of the subtag. Value range: **0–100**; for example, *Porn-SexBehavior 99* indicates that the hit score of the *Porn-SexBehavior* tag for the recognized content is 99.\nNote: this field may return null, indicating that no valid values can be obtained.",
349
- "example": "",
350
+ "example": "89",
350
351
  "member": "uint64",
351
352
  "name": "Score",
352
- "required": true,
353
+ "output_required": true,
353
354
  "type": "int",
354
- "value_allowed_null": true
355
+ "value_allowed_null": false
355
356
  }
356
357
  ],
357
358
  "usage": "out"
@@ -362,7 +363,7 @@
362
363
  {
363
364
  "disabled": false,
364
365
  "document": "This field is used to return the scenario result recognized by the model, such as advertising, pornographic, and harmful.",
365
- "example": "",
366
+ "example": "Porn",
366
367
  "member": "string",
367
368
  "name": "Scene",
368
369
  "output_required": true,
@@ -372,7 +373,7 @@
372
373
  {
373
374
  "disabled": false,
374
375
  "document": "This field is used to return the operation suggestion for the current maliciousness tag. When you get the determination result, the returned value indicates the operation suggested by the system. We recommend you handle different types of violations and suggestions according to your business needs. <br>Returned values: **Block**, **Review**, **Pass**.",
375
- "example": "",
376
+ "example": "Review",
376
377
  "member": "string",
377
378
  "name": "Suggestion",
378
379
  "output_required": true,
@@ -382,7 +383,7 @@
382
383
  {
383
384
  "disabled": false,
384
385
  "document": "This field is used to return the maliciousness tag in the detection result.<br>Returned values: **Normal**: normal; **Porn**: pornographic; **Abuse**: abusive; **Ad**: advertising; **Custom**: custom type of non-compliant content and other offensive, unsafe, or inappropriate types of content.",
385
- "example": "",
386
+ "example": "Porn",
386
387
  "member": "string",
387
388
  "name": "Label",
388
389
  "output_required": true,
@@ -392,7 +393,7 @@
392
393
  {
393
394
  "disabled": false,
394
395
  "document": "This field is used to return the detection result for a subtag under the maliciousness tag, such as *Porn-SexBehavior*.",
395
- "example": "",
396
+ "example": "PornSum",
396
397
  "member": "string",
397
398
  "name": "SubLabel",
398
399
  "output_required": true,
@@ -402,7 +403,7 @@
402
403
  {
403
404
  "disabled": false,
404
405
  "document": "Confidence score of the under the current label. Value range: 0 (**the lowest confidence**) to 100 (**the highest confidence**). For example, *Porn 99* indicates that the image is highly likely to be pornographic, while *Porn 0* indicates that the image is not pornographic.",
405
- "example": "",
406
+ "example": "89",
406
407
  "member": "uint64",
407
408
  "name": "Score",
408
409
  "output_required": true,
@@ -417,7 +418,7 @@
417
418
  "name": "Details",
418
419
  "output_required": true,
419
420
  "type": "list",
420
- "value_allowed_null": true
421
+ "value_allowed_null": false
421
422
  }
422
423
  ],
423
424
  "usage": "out"
@@ -428,7 +429,7 @@
428
429
  {
429
430
  "disabled": false,
430
431
  "document": "This field is used to return the ID of the recognized object for easier recognition and distinction.",
431
- "example": "",
432
+ "example": "0",
432
433
  "member": "int64",
433
434
  "name": "Id",
434
435
  "output_required": true,
@@ -438,7 +439,7 @@
438
439
  {
439
440
  "disabled": false,
440
441
  "document": "This field is **valid only when `Label` is `Custom` (custom keyword)**. It is used to return the ID of the custom library for easier custom library management and configuration.",
441
- "example": "",
442
+ "example": "1df4c4c8-c419-436a-a1e3-e60d97efe3af",
442
443
  "member": "string",
443
444
  "name": "LibId",
444
445
  "output_required": true,
@@ -448,17 +449,17 @@
448
449
  {
449
450
  "disabled": false,
450
451
  "document": "This field is **valid only when `Label` is `Custom` (custom keyword)**. It is used to return the name of the custom library for easier custom library management and configuration.\nNote: this field may return null, indicating that no valid values can be obtained.",
451
- "example": "",
452
+ "example": "测试图库",
452
453
  "member": "string",
453
454
  "name": "LibName",
454
455
  "output_required": true,
455
456
  "type": "string",
456
- "value_allowed_null": true
457
+ "value_allowed_null": false
457
458
  },
458
459
  {
459
460
  "disabled": false,
460
461
  "document": "This field is used to return the ID of the recognized image object for easier file management.",
461
- "example": "",
462
+ "example": "1df4c4c8-c419-436a-a1e3-e60d97efe3af",
462
463
  "member": "string",
463
464
  "name": "ImageId",
464
465
  "output_required": true,
@@ -468,7 +469,7 @@
468
469
  {
469
470
  "disabled": false,
470
471
  "document": "This field is used to return the maliciousness tag in the detection result.<br>Returned values: **Normal**: normal; **Porn**: pornographic; **Abuse**: abusive; **Ad**: advertising; **Custom**: custom type of non-compliant content and other offensive, unsafe, or inappropriate types of content.",
471
- "example": "",
472
+ "example": "Ad",
472
473
  "member": "string",
473
474
  "name": "Label",
474
475
  "output_required": true,
@@ -478,17 +479,17 @@
478
479
  {
479
480
  "disabled": false,
480
481
  "document": "This field is used to return other custom tags to meet the needs in your customized scenarios. It can be skipped if you have no custom needs.\nNote: this field may return null, indicating that no valid values can be obtained.",
481
- "example": "",
482
+ "example": "Phone",
482
483
  "member": "string",
483
484
  "name": "Tag",
484
485
  "output_required": true,
485
486
  "type": "string",
486
- "value_allowed_null": true
487
+ "value_allowed_null": false
487
488
  },
488
489
  {
489
490
  "disabled": false,
490
491
  "document": "This field is used to return the hit score of the model. Value range: **0–100**; for example, *Porn 99* indicates that the hit score of the porn tag for the recognized content is 99.",
491
- "example": "",
492
+ "example": "89",
492
493
  "member": "int64",
493
494
  "name": "Score",
494
495
  "output_required": true,
@@ -504,7 +505,7 @@
504
505
  {
505
506
  "disabled": false,
506
507
  "document": "This field indicates the scenario recognition result of the model. Default value: Similar.",
507
- "example": "",
508
+ "example": "Similar",
508
509
  "member": "string",
509
510
  "name": "Scene",
510
511
  "output_required": true,
@@ -514,7 +515,7 @@
514
515
  {
515
516
  "disabled": false,
516
517
  "document": "This field is used to return the operation suggestion. When you get the determination result, the returned value indicates the operation suggested by the system. We recommend you handle different types of violations and suggestions according to your business needs. <br>Returned values: **Block**, **Review**, **Pass**.",
517
- "example": "",
518
+ "example": "Ad",
518
519
  "member": "string",
519
520
  "name": "Suggestion",
520
521
  "output_required": true,
@@ -524,7 +525,7 @@
524
525
  {
525
526
  "disabled": false,
526
527
  "document": "This field is used to return the maliciousness tag in the detection result.<br>Returned values: **Normal**: normal; **Porn**: pornographic; **Abuse**: abusive; **Ad**: advertising; **Custom**: custom type of non-compliant content and other offensive, unsafe, or inappropriate types of content.",
527
- "example": "",
528
+ "example": "Review",
528
529
  "member": "string",
529
530
  "name": "Label",
530
531
  "output_required": true,
@@ -534,7 +535,7 @@
534
535
  {
535
536
  "disabled": false,
536
537
  "document": "This field is used to return the detection result for a subtag under the maliciousness tag, such as *Porn-SexBehavior*.\nNote: this field may return null, indicating that no valid values can be obtained.",
537
- "example": "",
538
+ "example": "Phone",
538
539
  "member": "string",
539
540
  "name": "SubLabel",
540
541
  "output_required": true,
@@ -544,7 +545,7 @@
544
545
  {
545
546
  "disabled": false,
546
547
  "document": "This field is used to return the recognition score of the image search model. Value range: **0–100**. It indicates the score for the similarity between the moderated image **and the samples in the library**. A higher score indicates that the content is more likely to hit a sample in the library of similar images.",
547
- "example": "",
548
+ "example": "89",
548
549
  "member": "int64",
549
550
  "name": "Score",
550
551
  "output_required": true,
@@ -559,7 +560,7 @@
559
560
  "name": "Details",
560
561
  "output_required": true,
561
562
  "type": "list",
562
- "value_allowed_null": true
563
+ "value_allowed_null": false
563
564
  }
564
565
  ],
565
566
  "usage": "out"
@@ -570,50 +571,50 @@
570
571
  {
571
572
  "disabled": false,
572
573
  "document": "This parameter is used to return the pixel position of the **abscissa (X) of the top-left corner** of the detection frame. It can be combined with other parameters to uniquely determine the size and position of the detection frame.",
573
- "example": "",
574
+ "example": "51",
574
575
  "member": "float",
575
576
  "name": "X",
576
- "required": true,
577
+ "output_required": true,
577
578
  "type": "float",
578
579
  "value_allowed_null": false
579
580
  },
580
581
  {
581
582
  "disabled": false,
582
583
  "document": "This parameter is used to return the pixel position of the **ordinate of the top-left corner** (Y) of the detection frame. It can be combined with other parameters to uniquely determine the size and position of the detection frame.",
583
- "example": "",
584
+ "example": "448",
584
585
  "member": "float",
585
586
  "name": "Y",
586
- "required": true,
587
+ "output_required": true,
587
588
  "type": "float",
588
589
  "value_allowed_null": false
589
590
  },
590
591
  {
591
592
  "disabled": false,
592
593
  "document": "This parameter is used to return the **width of the detection frame** (the length starting from the top-left corner and extending to the right on the X axis). It can be combined with other parameters to uniquely determine the size and position of the detection frame.",
593
- "example": "",
594
+ "example": "130",
594
595
  "member": "float",
595
596
  "name": "Width",
596
- "required": true,
597
+ "output_required": true,
597
598
  "type": "float",
598
599
  "value_allowed_null": false
599
600
  },
600
601
  {
601
602
  "disabled": false,
602
603
  "document": "This parameter is used to return the **height of the detection frame** (the length starting from the top-left corner and extending down the Y axis). It can be combined with other parameters to uniquely determine the size and position of the detection frame.",
603
- "example": "",
604
+ "example": "119",
604
605
  "member": "float",
605
606
  "name": "Height",
606
- "required": true,
607
+ "output_required": true,
607
608
  "type": "float",
608
609
  "value_allowed_null": false
609
610
  },
610
611
  {
611
612
  "disabled": false,
612
613
  "document": "This parameter is used to return the **rotation angle of the detection frame**. Valid values: **0–360** (**degrees**), and the direction is **counterclockwise rotation**. This parameter can be combined with the `X` and `Y` coordinate parameters to uniquely determine the specific position of the detection frame.",
613
- "example": "",
614
+ "example": "0",
614
615
  "member": "float",
615
616
  "name": "Rotate",
616
- "required": true,
617
+ "output_required": true,
617
618
  "type": "float",
618
619
  "value_allowed_null": false
619
620
  }
@@ -626,40 +627,40 @@
626
627
  {
627
628
  "disabled": false,
628
629
  "document": "This parameter is used to return the ID of the recognized object for easier recognition and distinction.",
629
- "example": "",
630
+ "example": "0",
630
631
  "member": "uint64",
631
632
  "name": "Id",
632
- "required": true,
633
+ "output_required": true,
633
634
  "type": "int",
634
635
  "value_allowed_null": false
635
636
  },
636
637
  {
637
638
  "disabled": false,
638
639
  "document": "This parameter is used to return the hit object tag.",
639
- "example": "",
640
+ "example": "QRCODE",
640
641
  "member": "string",
641
642
  "name": "Name",
642
- "required": true,
643
+ "output_required": true,
643
644
  "type": "string",
644
645
  "value_allowed_null": false
645
646
  },
646
647
  {
647
648
  "disabled": false,
648
649
  "document": "This parameter is used to return the value or content of the object tag; for example, when the tag is *QR code (QrCode)*, this field will be the URL of the recognized QR code.",
649
- "example": "",
650
+ "example": "https://xxx.com/images/image1.jpg",
650
651
  "member": "string",
651
652
  "name": "Value",
652
- "required": true,
653
+ "output_required": true,
653
654
  "type": "string",
654
655
  "value_allowed_null": false
655
656
  },
656
657
  {
657
658
  "disabled": false,
658
659
  "document": "This parameter is used to return the hit score of the object tag. Valid values: **0–100**; for example, *QrCode 99* indicates that it is highly likely that the recognized content will hit the QR code tag.",
659
- "example": "",
660
+ "example": "100",
660
661
  "member": "uint64",
661
662
  "name": "Score",
662
- "required": true,
663
+ "output_required": true,
663
664
  "type": "int",
664
665
  "value_allowed_null": false
665
666
  },
@@ -669,17 +670,17 @@
669
670
  "example": "无",
670
671
  "member": "Location",
671
672
  "name": "Location",
672
- "required": true,
673
+ "output_required": true,
673
674
  "type": "object",
674
675
  "value_allowed_null": false
675
676
  },
676
677
  {
677
678
  "disabled": false,
678
679
  "document": "This parameter is used to return the hit object subtag.",
679
- "example": "",
680
+ "example": "QRCODE",
680
681
  "member": "string",
681
682
  "name": "SubLabel",
682
- "required": true,
683
+ "output_required": true,
683
684
  "type": "string",
684
685
  "value_allowed_null": false
685
686
  }
@@ -692,7 +693,7 @@
692
693
  {
693
694
  "disabled": false,
694
695
  "document": "This field is used to return the recognized object scenario result, such as QR code, logo, and image OCR.",
695
- "example": "",
696
+ "example": "QrCode",
696
697
  "member": "string",
697
698
  "name": "Scene",
698
699
  "output_required": true,
@@ -702,7 +703,7 @@
702
703
  {
703
704
  "disabled": false,
704
705
  "document": "This field is used to return the operation suggestion for the current maliciousness tag. When you get the determination result, the returned value indicates the operation suggested by the system. We recommend you handle different types of violations and suggestions according to your business needs. <br>Returned values: **Block**, **Review**, **Pass**.",
705
- "example": "",
706
+ "example": "Block",
706
707
  "member": "string",
707
708
  "name": "Suggestion",
708
709
  "output_required": true,
@@ -712,7 +713,7 @@
712
713
  {
713
714
  "disabled": false,
714
715
  "document": "This field is used to return the maliciousness tag in the detection result, which represents the moderation result suggested by the model. We recommend you handle different types of violations and suggestions according to your business needs. <br>Returned values: **Normal**: normal; **Porn**: pornographic; **Abuse**: abusive; **Ad**: advertising; **Custom**: custom type of non-compliant content and other offensive, unsafe, or inappropriate types of content.",
715
- "example": "",
716
+ "example": "Ad",
716
717
  "member": "string",
717
718
  "name": "Label",
718
719
  "output_required": true,
@@ -722,7 +723,7 @@
722
723
  {
723
724
  "disabled": false,
724
725
  "document": "This field is used to return the detection result for a subtag under the current maliciousness tag, such as *Porn-SexBehavior*.",
725
- "example": "",
726
+ "example": "QRCODE",
726
727
  "member": "string",
727
728
  "name": "SubLabel",
728
729
  "output_required": true,
@@ -732,7 +733,7 @@
732
733
  {
733
734
  "disabled": false,
734
735
  "document": "This field is used to return the hit score of a subtag under the current maliciousness tag. Value range: **0–100**; for example, *Porn-SexBehavior 99* indicates that the hit score of the *Porn-SexBehavior* tag for the recognized content is 99.",
735
- "example": "",
736
+ "example": "100",
736
737
  "member": "uint64",
737
738
  "name": "Score",
738
739
  "output_required": true,
@@ -742,12 +743,12 @@
742
743
  {
743
744
  "disabled": false,
744
745
  "document": "This field is used to return the name of the recognized object.\nNote: this field may return null, indicating that no valid values can be obtained.",
745
- "example": "",
746
+ "example": "[\"QRCODE\"]",
746
747
  "member": "string",
747
748
  "name": "Names",
748
749
  "output_required": true,
749
750
  "type": "list",
750
- "value_allowed_null": true
751
+ "value_allowed_null": false
751
752
  },
752
753
  {
753
754
  "disabled": false,
@@ -757,7 +758,7 @@
757
758
  "name": "Details",
758
759
  "output_required": true,
759
760
  "type": "list",
760
- "value_allowed_null": true
761
+ "value_allowed_null": false
761
762
  }
762
763
  ],
763
764
  "usage": "out"
@@ -768,7 +769,7 @@
768
769
  {
769
770
  "disabled": false,
770
771
  "document": "This field indicates the recognition scenario. Default value: OCR (image OCR).",
771
- "example": "",
772
+ "example": "OCR",
772
773
  "member": "string",
773
774
  "name": "Scene",
774
775
  "output_required": true,
@@ -778,7 +779,7 @@
778
779
  {
779
780
  "disabled": false,
780
781
  "document": "This field is used to return the operation suggestion for the maliciousness tag with the highest priority. When you get the determination result, the returned value indicates the operation suggested by the system. We recommend you handle different types of violations and suggestions according to your business needs. <br>Returned values: **Block**, **Review**, **Pass**.",
781
- "example": "",
782
+ "example": "Ad",
782
783
  "member": "string",
783
784
  "name": "Suggestion",
784
785
  "output_required": true,
@@ -788,7 +789,7 @@
788
789
  {
789
790
  "disabled": false,
790
791
  "document": "This field is used to return the maliciousness tag with the highest priority in the OCR detection result, which represents the moderation result suggested by the model. We recommend you handle different types of violations and suggestions according to your business needs. <br>Returned values: **Normal**: normal; **Porn**: pornographic; **Abuse**: abusive; **Ad**: advertising; **Custom**: custom type of non-compliant content and other offensive, unsafe, or inappropriate types of content.",
791
- "example": "",
792
+ "example": "Review",
792
793
  "member": "string",
793
794
  "name": "Label",
794
795
  "output_required": true,
@@ -798,7 +799,7 @@
798
799
  {
799
800
  "disabled": false,
800
801
  "document": "This field is used to return the detection result for a subtag under the current tag (Label), such as *Porn-SexBehavior*.",
801
- "example": "",
802
+ "example": "EcommercePromotion",
802
803
  "member": "string",
803
804
  "name": "SubLabel",
804
805
  "output_required": true,
@@ -808,7 +809,7 @@
808
809
  {
809
810
  "disabled": false,
810
811
  "document": "This field is used to return the confidence under the current tag (Label). Value range: 0 (**the lowest confidence**)–100 (**the highest confidence**), where a higher value indicates that the text is more likely to fall into the category of the current returned tag; for example, *Porn 99* indicates that the text is highly likely to be pornographic, while *Porn 0* indicates that the text is not pornographic.",
811
- "example": "",
812
+ "example": "100",
812
813
  "member": "uint64",
813
814
  "name": "Score",
814
815
  "output_required": true,
@@ -823,12 +824,12 @@
823
824
  "name": "Details",
824
825
  "output_required": true,
825
826
  "type": "list",
826
- "value_allowed_null": true
827
+ "value_allowed_null": false
827
828
  },
828
829
  {
829
830
  "disabled": false,
830
831
  "document": "This field is used to return the text information recognized by OCR.",
831
- "example": "",
832
+ "example": "【免费试听】",
832
833
  "member": "string",
833
834
  "name": "Text",
834
835
  "output_required": true,
@@ -844,7 +845,7 @@
844
845
  {
845
846
  "disabled": false,
846
847
  "document": "This field is used to return the text content recognized by OCR.<br>Note: OCR can recognize text of **up to 5,000 bytes**.",
847
- "example": "",
848
+ "example": "【免费试听】",
848
849
  "member": "string",
849
850
  "name": "Text",
850
851
  "output_required": true,
@@ -854,7 +855,7 @@
854
855
  {
855
856
  "disabled": false,
856
857
  "document": "This field is used to return the maliciousness tag in the detection result.<br>Returned values: **Normal**: normal; **Porn**: pornographic; **Abuse**: abusive; **Ad**: advertising; **Custom**: custom type of non-compliant content and other offensive, unsafe, or inappropriate types of content.",
857
- "example": "",
858
+ "example": "Ad",
858
859
  "member": "string",
859
860
  "name": "Label",
860
861
  "output_required": true,
@@ -864,7 +865,7 @@
864
865
  {
865
866
  "disabled": false,
866
867
  "document": "This field is **valid only when `Label` is `Custom` (custom keyword)**. It is used to return the ID of the custom library for easier custom library management and configuration.",
867
- "example": "",
868
+ "example": "test-1",
868
869
  "member": "string",
869
870
  "name": "LibId",
870
871
  "output_required": true,
@@ -874,7 +875,7 @@
874
875
  {
875
876
  "disabled": false,
876
877
  "document": "This field is **valid only when `Label` is `Custom` (custom keyword)**. It is used to return the name of the custom library for easier custom library management and configuration.",
877
- "example": "",
878
+ "example": "测试词库",
878
879
  "member": "string",
879
880
  "name": "LibName",
880
881
  "output_required": true,
@@ -884,7 +885,7 @@
884
885
  {
885
886
  "disabled": false,
886
887
  "document": "This parameter is used to return the hit keyword under the current tag (label).",
887
- "example": "",
888
+ "example": "免费试听",
888
889
  "member": "string",
889
890
  "name": "Keywords",
890
891
  "output_required": true,
@@ -894,7 +895,7 @@
894
895
  {
895
896
  "disabled": false,
896
897
  "document": "This parameter is used to return the model hit score of the current maliciousness tag. Value range: **0–100**, where a higher value indicates that the current scenario agrees more with the scenario represented by the maliciousness tag.",
897
- "example": "",
898
+ "example": "100",
898
899
  "member": "uint64",
899
900
  "name": "Score",
900
901
  "output_required": true,
@@ -914,7 +915,7 @@
914
915
  {
915
916
  "disabled": false,
916
917
  "document": "This parameter is used to return the confidence of the text OCR result. Valid values: **0** (**the lowest confidence**)–**100** (**the highest confidence**), where a higher value indicates that it is more likely that the image contains the recognized text; for example, *Hello 99* indicates that it is highly likely that the text in the OCR recognition frame is \"Hello\".",
917
- "example": "",
918
+ "example": "100",
918
919
  "member": "uint64",
919
920
  "name": "Rate",
920
921
  "output_required": true,
@@ -924,7 +925,7 @@
924
925
  {
925
926
  "disabled": false,
926
927
  "document": "This field is used to return the maliciousness subtag that corresponds to the detection result.",
927
- "example": "",
928
+ "example": "EcommercePromotion",
928
929
  "member": "string",
929
930
  "name": "SubLabel",
930
931
  "output_required": true,
@@ -943,9 +944,9 @@
943
944
  "example": "Scene",
944
945
  "member": "string",
945
946
  "name": "Label",
946
- "required": false,
947
+ "output_required": true,
947
948
  "type": "string",
948
- "value_allowed_null": true
949
+ "value_allowed_null": false
949
950
  },
950
951
  {
951
952
  "disabled": false,
@@ -953,9 +954,9 @@
953
954
  "example": "无",
954
955
  "member": "RecognitionTag",
955
956
  "name": "Tags",
956
- "required": false,
957
+ "output_required": true,
957
958
  "type": "list",
958
- "value_allowed_null": true
959
+ "value_allowed_null": false
959
960
  }
960
961
  ],
961
962
  "usage": "out"
@@ -966,22 +967,22 @@
966
967
  {
967
968
  "disabled": false,
968
969
  "document": "Tag name\nNote: This field may return `null`, indicating that no valid values can be obtained.",
969
- "example": "",
970
+ "example": "Ad",
970
971
  "member": "string",
971
972
  "name": "Name",
972
- "required": false,
973
+ "output_required": true,
973
974
  "type": "string",
974
- "value_allowed_null": true
975
+ "value_allowed_null": false
975
976
  },
976
977
  {
977
978
  "disabled": false,
978
979
  "document": "Confidence score. Value: 1 to 100. \nNote: This field may return `null`, indicating that no valid values can be obtained.",
979
- "example": "",
980
+ "example": "89",
980
981
  "member": "int64",
981
982
  "name": "Score",
982
- "required": false,
983
+ "output_required": true,
983
984
  "type": "int",
984
- "value_allowed_null": true
985
+ "value_allowed_null": false
985
986
  },
986
987
  {
987
988
  "disabled": false,
@@ -989,9 +990,9 @@
989
990
  "example": "无",
990
991
  "member": "Location",
991
992
  "name": "Location",
992
- "required": false,
993
+ "output_required": true,
993
994
  "type": "object",
994
- "value_allowed_null": true
995
+ "value_allowed_null": false
995
996
  }
996
997
  ],
997
998
  "usage": "out"
@@ -1002,92 +1003,83 @@
1002
1003
  {
1003
1004
  "disabled": false,
1004
1005
  "document": "This field indicates the business user ID. After it is specified, the system can optimize the moderation result according to the violation history to facilitate determination when a suspicious violation risk exists.",
1005
- "example": "",
1006
+ "example": "user1",
1006
1007
  "member": "string",
1007
1008
  "name": "UserId",
1008
1009
  "required": false,
1009
- "type": "string",
1010
- "value_allowed_null": false
1010
+ "type": "string"
1011
1011
  },
1012
1012
  {
1013
1013
  "disabled": false,
1014
1014
  "document": "This field indicates the nickname of the business user's account.",
1015
- "example": "",
1015
+ "example": "name",
1016
1016
  "member": "string",
1017
1017
  "name": "Nickname",
1018
1018
  "required": false,
1019
- "type": "string",
1020
- "value_allowed_null": false
1019
+ "type": "string"
1021
1020
  },
1022
1021
  {
1023
1022
  "disabled": false,
1024
1023
  "document": "This field indicates the account type of the business user ID.<br>\nThis field can be used together with the ID parameter (UserId) to uniquely identify the account.",
1025
- "example": "",
1024
+ "example": "172300",
1026
1025
  "member": "string",
1027
1026
  "name": "AccountType",
1028
1027
  "required": false,
1029
- "type": "string",
1030
- "value_allowed_null": false
1028
+ "type": "string"
1031
1029
  },
1032
1030
  {
1033
1031
  "disabled": false,
1034
1032
  "document": "This field indicates the gender of the business user's account.<br>\nValid values: **0** (default value): unknown; **1** (male); **2** (female).",
1035
- "example": "",
1033
+ "example": "1",
1036
1034
  "member": "uint64",
1037
1035
  "name": "Gender",
1038
1036
  "required": false,
1039
- "type": "int",
1040
- "value_allowed_null": false
1037
+ "type": "int"
1041
1038
  },
1042
1039
  {
1043
1040
  "disabled": false,
1044
1041
  "document": "This field indicates the age of the business user's account.<br>\nValid values: integers between **0** (default value, which indicates unknown) and **custom age limit**.",
1045
- "example": "",
1042
+ "example": "16",
1046
1043
  "member": "uint64",
1047
1044
  "name": "Age",
1048
1045
  "required": false,
1049
- "type": "int",
1050
- "value_allowed_null": false
1046
+ "type": "int"
1051
1047
  },
1052
1048
  {
1053
1049
  "disabled": false,
1054
1050
  "document": "This field indicates the level of the business user's account.<br>\nValid values: **0** (default value): unknown; **1**: low level; **2**: medium level; **3**: high level. Currently, **the level is not customizable**.",
1055
- "example": "",
1051
+ "example": "1",
1056
1052
  "member": "uint64",
1057
1053
  "name": "Level",
1058
1054
  "required": false,
1059
- "type": "int",
1060
- "value_allowed_null": false
1055
+ "type": "int"
1061
1056
  },
1062
1057
  {
1063
1058
  "disabled": false,
1064
1059
  "document": "This field indicates the mobile number of the business user's account. It supports recording mobile numbers across the world.<br>\nNote: you need to use a consistent mobile number format, such as area code format (086/+86).",
1065
- "example": "",
1060
+ "example": "176****2131",
1066
1061
  "member": "string",
1067
1062
  "name": "Phone",
1068
1063
  "required": false,
1069
- "type": "string",
1070
- "value_allowed_null": false
1064
+ "type": "string"
1071
1065
  },
1072
1066
  {
1073
1067
  "disabled": false,
1074
1068
  "document": "This field indicates the profile of the business user. It can contain **up to 5,000 letters and special symbols**.",
1075
- "example": "",
1069
+ "example": "Desc01",
1076
1070
  "member": "string",
1077
1071
  "name": "Desc",
1078
1072
  "required": false,
1079
- "type": "string",
1080
- "value_allowed_null": false
1073
+ "type": "string"
1081
1074
  },
1082
1075
  {
1083
1076
  "disabled": false,
1084
1077
  "document": "This field indicates the access URL of the business user's profile photo in PNG, JPG, JPEG, BMP, GIF, or WEBP format.<br>Note: the profile photo **cannot exceed 5 MB in size**. **A resolution of 256x256 or higher** is recommended. The image download time should be limited to 3 seconds; otherwise, a download timeout will be returned.",
1085
- "example": "",
1078
+ "example": "https://cmstest-123.cos.ap-guangzhou.myqcloud.com/image.jpg",
1086
1079
  "member": "string",
1087
1080
  "name": "HeadUrl",
1088
1081
  "required": false,
1089
- "type": "string",
1090
- "value_allowed_null": false
1082
+ "type": "string"
1091
1083
  }
1092
1084
  ],
1093
1085
  "usage": "in"