tccli-intl-en 3.0.1168.1__py2.py3-none-any.whl → 3.1.16.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 (294) 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 +49 -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 +514 -333
  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 +1055 -134
  29. tccli/services/billing/v20180709/api.json +1654 -243
  30. tccli/services/billing/v20180709/examples.json +169 -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 +426 -173
  42. tccli/services/cdb/v20170320/examples.json +6 -6
  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/cdwdoris/cdwdoris_client.py +385 -154
  48. tccli/services/cdwpg/cdwpg_client.py +120 -48
  49. tccli/services/cdz/__init__.py +4 -0
  50. tccli/services/cdz/cdz_client.py +210 -0
  51. tccli/services/cdz/v20221123/api.json +233 -0
  52. tccli/services/cdz/v20221123/examples.json +12 -0
  53. tccli/services/cfg/cfg_client.py +80 -32
  54. tccli/services/cfg/v20210820/api.json +30 -10
  55. tccli/services/cfg/v20210820/examples.json +1 -1
  56. tccli/services/cfs/cfs_client.py +195 -78
  57. tccli/services/cfw/cfw_client.py +330 -132
  58. tccli/services/chdfs/chdfs_client.py +145 -58
  59. tccli/services/ciam/ciam_client.py +80 -32
  60. tccli/services/ckafka/ckafka_client.py +1033 -255
  61. tccli/services/ckafka/v20190819/api.json +3378 -1681
  62. tccli/services/ckafka/v20190819/examples.json +254 -160
  63. tccli/services/clb/clb_client.py +1054 -469
  64. tccli/services/clb/v20180317/api.json +2307 -1024
  65. tccli/services/clb/v20180317/examples.json +186 -126
  66. tccli/services/cloudaudit/cloudaudit_client.py +90 -36
  67. tccli/services/cls/cls_client.py +434 -173
  68. tccli/services/cmq/cmq_client.py +14 -803
  69. tccli/services/cmq/v20190304/api.json +173 -1367
  70. tccli/services/cmq/v20190304/examples.json +0 -120
  71. tccli/services/config/config_client.py +30 -12
  72. tccli/services/controlcenter/controlcenter_client.py +229 -2
  73. tccli/services/controlcenter/v20230110/api.json +528 -5
  74. tccli/services/controlcenter/v20230110/examples.json +32 -0
  75. tccli/services/csip/csip_client.py +339 -78
  76. tccli/services/csip/v20221121/api.json +1011 -38
  77. tccli/services/csip/v20221121/examples.json +24 -0
  78. tccli/services/ctsdb/__init__.py +4 -0
  79. tccli/services/ctsdb/ctsdb_client.py +266 -0
  80. tccli/services/ctsdb/v20230202/api.json +677 -0
  81. tccli/services/ctsdb/v20230202/examples.json +20 -0
  82. tccli/services/cvm/cvm_client.py +706 -189
  83. tccli/services/cvm/v20170312/api.json +1141 -510
  84. tccli/services/cvm/v20170312/examples.json +174 -128
  85. tccli/services/cwp/cwp_client.py +2325 -930
  86. tccli/services/cynosdb/cynosdb_client.py +3051 -575
  87. tccli/services/cynosdb/v20190107/api.json +14074 -7139
  88. tccli/services/cynosdb/v20190107/examples.json +597 -287
  89. tccli/services/dataintegration/dataintegration_client.py +5 -2
  90. tccli/services/dayu/dayu_client.py +515 -206
  91. tccli/services/dbbrain/dbbrain_client.py +210 -84
  92. tccli/services/dc/dc_client.py +90 -36
  93. tccli/services/dcdb/dcdb_client.py +310 -124
  94. tccli/services/dlc/dlc_client.py +859 -214
  95. tccli/services/dlc/v20210125/api.json +637 -13
  96. tccli/services/dlc/v20210125/examples.json +48 -0
  97. tccli/services/dms/dms_client.py +10 -4
  98. tccli/services/dnspod/dnspod_client.py +390 -111
  99. tccli/services/dnspod/v20210323/api.json +196 -0
  100. tccli/services/dnspod/v20210323/examples.json +24 -0
  101. tccli/services/domain/domain_client.py +120 -48
  102. tccli/services/dts/dts_client.py +415 -166
  103. tccli/services/eb/eb_client.py +130 -52
  104. tccli/services/ecdn/ecdn_client.py +75 -30
  105. tccli/services/ecm/ecm_client.py +620 -248
  106. tccli/services/eiam/eiam_client.py +200 -80
  107. tccli/services/emr/emr_client.py +3104 -117
  108. tccli/services/emr/v20190103/api.json +15311 -4361
  109. tccli/services/emr/v20190103/examples.json +452 -42
  110. tccli/services/es/es_client.py +105 -42
  111. tccli/services/facefusion/facefusion_client.py +15 -6
  112. tccli/services/faceid/faceid_client.py +95 -38
  113. tccli/services/faceid/v20180301/api.json +172 -45
  114. tccli/services/faceid/v20180301/examples.json +3 -3
  115. tccli/services/gaap/gaap_client.py +440 -176
  116. tccli/services/gme/gme_client.py +50 -20
  117. tccli/services/gpm/gpm_client.py +90 -36
  118. tccli/services/gse/gse_client.py +110 -44
  119. tccli/services/gwlb/gwlb_client.py +90 -36
  120. tccli/services/hunyuan/__init__.py +4 -0
  121. tccli/services/hunyuan/hunyuan_client.py +266 -0
  122. tccli/services/hunyuan/v20230901/api.json +270 -0
  123. tccli/services/hunyuan/v20230901/examples.json +20 -0
  124. tccli/services/iai/iai_client.py +145 -58
  125. tccli/services/iai/v20200303/api.json +187 -51
  126. tccli/services/iai/v20200303/examples.json +30 -12
  127. tccli/services/iap/iap_client.py +30 -12
  128. tccli/services/ims/ims_client.py +5 -2
  129. tccli/services/ims/v20201229/api.json +133 -141
  130. tccli/services/ims/v20201229/examples.json +3 -3
  131. tccli/services/intlpartnersmgt/intlpartnersmgt_client.py +516 -72
  132. tccli/services/intlpartnersmgt/v20220928/api.json +976 -60
  133. tccli/services/intlpartnersmgt/v20220928/examples.json +50 -2
  134. tccli/services/iotcloud/iotcloud_client.py +100 -40
  135. tccli/services/iotcloud/v20210408/api.json +216 -107
  136. tccli/services/iotcloud/v20210408/examples.json +9 -9
  137. tccli/services/ip/ip_client.py +30 -12
  138. tccli/services/kms/kms_client.py +1226 -227
  139. tccli/services/kms/v20190118/api.json +1562 -144
  140. tccli/services/kms/v20190118/examples.json +204 -78
  141. tccli/services/lcic/lcic_client.py +265 -106
  142. tccli/services/lighthouse/lighthouse_client.py +370 -148
  143. tccli/services/lighthouse/v20200324/api.json +14 -14
  144. tccli/services/lighthouse/v20200324/examples.json +5 -5
  145. tccli/services/live/live_client.py +804 -232
  146. tccli/services/live/v20180801/api.json +272 -0
  147. tccli/services/live/v20180801/examples.json +32 -0
  148. tccli/services/lke/__init__.py +4 -0
  149. tccli/services/lke/lke_client.py +5194 -0
  150. tccli/services/lke/v20231130/api.json +14803 -0
  151. tccli/services/lke/v20231130/examples.json +736 -0
  152. tccli/services/lkeap/__init__.py +4 -0
  153. tccli/services/lkeap/lkeap_client.py +602 -0
  154. tccli/services/lkeap/v20240522/api.json +953 -0
  155. tccli/services/lkeap/v20240522/examples.json +92 -0
  156. tccli/services/mariadb/mariadb_client.py +250 -100
  157. tccli/services/mdc/mdc_client.py +90 -36
  158. tccli/services/mdl/mdl_client.py +402 -82
  159. tccli/services/mdl/v20200326/api.json +1144 -58
  160. tccli/services/mdl/v20200326/examples.json +48 -16
  161. tccli/services/mdp/mdp_client.py +785 -122
  162. tccli/services/mdp/v20200527/api.json +1168 -44
  163. tccli/services/mdp/v20200527/examples.json +151 -79
  164. tccli/services/message/__init__.py +4 -0
  165. tccli/services/message/message_client.py +210 -0
  166. tccli/services/message/v20181225/api.json +72 -0
  167. tccli/services/message/v20181225/examples.json +13 -0
  168. tccli/services/mongodb/mongodb_client.py +1452 -136
  169. tccli/services/mongodb/v20190725/api.json +4393 -1462
  170. tccli/services/mongodb/v20190725/examples.json +265 -71
  171. tccli/services/monitor/monitor_client.py +1008 -296
  172. tccli/services/monitor/v20180724/api.json +660 -11
  173. tccli/services/monitor/v20180724/examples.json +152 -4
  174. tccli/services/mps/mps_client.py +1573 -354
  175. tccli/services/mps/v20190612/api.json +12394 -7243
  176. tccli/services/mps/v20190612/examples.json +244 -84
  177. tccli/services/msp/msp_client.py +35 -14
  178. tccli/services/ocr/ocr_client.py +596 -102
  179. tccli/services/ocr/v20181119/api.json +2271 -181
  180. tccli/services/ocr/v20181119/examples.json +70 -8
  181. tccli/services/omics/omics_client.py +100 -40
  182. tccli/services/organization/organization_client.py +580 -232
  183. tccli/services/postgres/postgres_client.py +455 -182
  184. tccli/services/postgres/v20170312/api.json +134 -109
  185. tccli/services/postgres/v20170312/examples.json +14 -14
  186. tccli/services/privatedns/privatedns_client.py +206 -60
  187. tccli/services/privatedns/v20201028/api.json +179 -0
  188. tccli/services/privatedns/v20201028/examples.json +8 -0
  189. tccli/services/pts/pts_client.py +240 -96
  190. tccli/services/quota/__init__.py +4 -0
  191. tccli/services/quota/quota_client.py +434 -0
  192. tccli/services/quota/v20241204/api.json +548 -0
  193. tccli/services/quota/v20241204/examples.json +51 -0
  194. tccli/services/rce/rce_client.py +5 -2
  195. tccli/services/redis/redis_client.py +698 -212
  196. tccli/services/redis/v20180412/api.json +968 -563
  197. tccli/services/redis/v20180412/examples.json +98 -56
  198. tccli/services/region/__init__.py +4 -0
  199. tccli/services/region/region_client.py +322 -0
  200. tccli/services/region/v20220627/api.json +399 -0
  201. tccli/services/region/v20220627/examples.json +29 -0
  202. tccli/services/rum/rum_client.py +300 -120
  203. tccli/services/scf/scf_client.py +210 -84
  204. tccli/services/ses/ses_client.py +368 -69
  205. tccli/services/ses/v20201002/api.json +240 -0
  206. tccli/services/ses/v20201002/examples.json +32 -0
  207. tccli/services/smh/__init__.py +4 -0
  208. tccli/services/smh/smh_client.py +714 -0
  209. tccli/services/smh/v20210712/api.json +1287 -0
  210. tccli/services/smh/v20210712/examples.json +85 -0
  211. tccli/services/sms/sms_client.py +90 -36
  212. tccli/services/sqlserver/sqlserver_client.py +3855 -470
  213. tccli/services/sqlserver/v20180328/api.json +9757 -3347
  214. tccli/services/sqlserver/v20180328/examples.json +480 -20
  215. tccli/services/ssl/ssl_client.py +504 -72
  216. tccli/services/ssl/v20191205/api.json +789 -21
  217. tccli/services/ssl/v20191205/examples.json +54 -0
  218. tccli/services/ssm/ssm_client.py +120 -48
  219. tccli/services/sts/sts_client.py +25 -10
  220. tccli/services/tag/tag_client.py +150 -60
  221. tccli/services/tat/tat_client.py +95 -38
  222. tccli/services/tbaas/__init__.py +4 -0
  223. tccli/services/tbaas/tbaas_client.py +378 -0
  224. tccli/services/tbaas/v20180416/api.json +551 -0
  225. tccli/services/tbaas/v20180416/examples.json +37 -0
  226. tccli/services/tcaplusdb/tcaplusdb_client.py +260 -104
  227. tccli/services/tcaplusdb/v20190823/api.json +836 -760
  228. tccli/services/tcaplusdb/v20190823/examples.json +3 -3
  229. tccli/services/tchd/tchd_client.py +5 -2
  230. tccli/services/tcmpp/tcmpp_client.py +520 -208
  231. tccli/services/tcr/tcr_client.py +380 -152
  232. tccli/services/tcsas/tcsas_client.py +295 -118
  233. tccli/services/tcsas/v20250106/api.json +155 -79
  234. tccli/services/tcsas/v20250106/examples.json +3 -3
  235. tccli/services/tcss/tcss_client.py +1650 -660
  236. tccli/services/tdid/tdid_client.py +240 -96
  237. tccli/services/tdmq/tdmq_client.py +2876 -466
  238. tccli/services/tdmq/v20200217/api.json +11607 -3958
  239. tccli/services/tdmq/v20200217/examples.json +562 -264
  240. tccli/services/tem/tem_client.py +280 -112
  241. tccli/services/teo/teo_client.py +4507 -966
  242. tccli/services/teo/v20220901/api.json +7341 -1405
  243. tccli/services/teo/v20220901/examples.json +679 -99
  244. tccli/services/tione/__init__.py +4 -0
  245. tccli/services/tione/tione_client.py +210 -0
  246. tccli/services/tione/v20211111/api.json +3074 -0
  247. tccli/services/tione/v20211111/examples.json +12 -0
  248. tccli/services/tiw/tiw_client.py +255 -102
  249. tccli/services/tke/tke_client.py +741 -274
  250. tccli/services/tke/v20180525/api.json +132 -7
  251. tccli/services/tke/v20180525/examples.json +42 -16
  252. tccli/services/tms/tms_client.py +5 -2
  253. tccli/services/tms/v20201229/api.json +91 -100
  254. tccli/services/tmt/tmt_client.py +5 -2
  255. tccli/services/trabbit/__init__.py +4 -0
  256. tccli/services/trabbit/trabbit_client.py +1778 -0
  257. tccli/services/trabbit/v20230418/api.json +4772 -0
  258. tccli/services/trabbit/v20230418/examples.json +237 -0
  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 +332 -52
  273. tccli/services/vod/v20180717/examples.json +9 -1
  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 +1316 -350
  277. tccli/services/vpc/v20170312/api.json +1166 -106
  278. tccli/services/vpc/v20170312/examples.json +197 -23
  279. tccli/services/vpc/vpc_client.py +2413 -739
  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/v20210820/api.json +1577 -231
  284. tccli/services/wedata/v20210820/examples.json +74 -12
  285. tccli/services/wedata/v20250806/api.json +13644 -0
  286. tccli/services/wedata/v20250806/examples.json +621 -0
  287. tccli/services/wedata/wedata_client.py +6366 -1191
  288. tccli/services/yunjing/yunjing_client.py +355 -142
  289. {tccli_intl_en-3.0.1168.1.dist-info → tccli_intl_en-3.1.16.1.dist-info}/METADATA +4 -7
  290. {tccli_intl_en-3.0.1168.1.dist-info → tccli_intl_en-3.1.16.1.dist-info}/RECORD +294 -230
  291. {tccli_intl_en-3.0.1168.1.dist-info → tccli_intl_en-3.1.16.1.dist-info}/WHEEL +1 -1
  292. {tccli_intl_en-3.0.1168.1.dist-info → tccli_intl_en-3.1.16.1.dist-info}/entry_points.txt +0 -1
  293. {tccli_intl_en-3.0.1168.1.dist-info → tccli_intl_en-3.1.16.1.dist-info}/LICENSE +0 -0
  294. {tccli_intl_en-3.0.1168.1.dist-info → tccli_intl_en-3.1.16.1.dist-info}/top_level.txt +0 -0
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "actions": {
3
3
  "AnalyzeFace": {
4
- "document": "This API is used to perform facial feature localization (aka facial keypoint localization) on a given image and calculate 90 facial keypoints that make up the contour of the face, including eyebrows (8 points on the left and 8 on the right), eyes (8 points on the left and 8 on the right), nose (13 points), mouth (22 points), face contour (21 points), and eyeballs or pupils (2 points).\n\n> \n- Please use the signature algorithm v3 to calculate the signature in the common parameters, that is, set the `SignatureMethod` parameter to `TC3-HMAC-SHA256`.",
4
+ "document": "This API is used to perform facial feature localization (aka facial keypoint localization) on a given image and calculate 90 facial keypoints that make up the contour of the face, including eyebrows (8 points on the left and 8 on the right), eyes (8 points on the left and 8 on the right), nose (13 points), mouth (22 points), face contour (21 points), and eyeballs or pupils (2 points).\n\n>- Please use the signature algorithm v3 to calculate the signature in the common parameters, that is, set the `SignatureMethod` parameter to `TC3-HMAC-SHA256`.",
5
5
  "input": "AnalyzeFaceRequest",
6
6
  "name": "Performs facial feature localization",
7
7
  "output": "AnalyzeFaceResponse",
@@ -15,7 +15,7 @@
15
15
  "status": "online"
16
16
  },
17
17
  "CopyPerson": {
18
- "document": "This API is used to copy a person in a group to another group (without copying the description). One person can exist in up to 100 groups at the same time.\n> \n- Note: in the case that the version of the algorithm model was 2.0 when the person was created, the copy operation will fail if the target group is not of algorithm model 2.0.",
18
+ "document": "This API is used to copy a person in a group to another group (without copying the description). One person can exist in up to 100 groups at the same time.\n>- Note: in the case that the version of the algorithm model was 2.0 when the person was created, the copy operation will fail if the target group is not of algorithm model 2.0.",
19
19
  "input": "CopyPersonRequest",
20
20
  "name": "Copies person",
21
21
  "output": "CopyPersonResponse",
@@ -71,7 +71,7 @@
71
71
  "status": "online"
72
72
  },
73
73
  "DetectFace": {
74
- "document": "This API is used to detect the position, attributes, and quality information of a face in the given image. The position information includes (x, y, w, h); the face attributes include gender, age, expression, beauty, glass, hair, mask, and pose (pitch, roll, yaw); and the face quality information includes the overall quality score, sharpness, brightness, and completeness.\n\n \nThe face quality information is mainly used to evaluate the quality of the input face image. When using the Face Recognition service, we recommend evaluating the quality of the input face image first to improve the effects of subsequent processing. Application scenarios of this feature include:\n\n1. [Creating](https://intl.cloud.tencent.com/document/product/867/45014?from_cn_redirect=1)/[Adding](https://intl.cloud.tencent.com/document/product/867/45016?from_cn_redirect=1) a person in a group: this is to ensure the quality of the face information to facilitate subsequent processing.\n\n2. [Face search](https://intl.cloud.tencent.com/document/product/867/44994?from_cn_redirect=1): this is to ensure the quality of the input image to quickly find the corresponding person.\n\n3. [Face verification](https://intl.cloud.tencent.com/document/product/867/44983?from_cn_redirect=1): this is to ensure the quality of the face information to avoid cases where the verification incorrectly fails.\n\n4. Face fusion: this is to ensure the quality of the uploaded face images to improve the fusion effect.\n\n> \n- Please use the signature algorithm v3 to calculate the signature in the common parameters, that is, set the `SignatureMethod` parameter to `TC3-HMAC-SHA256`.\n\n",
74
+ "document": "This API is used to detect the position, attributes, and quality information of a face in the given image. The position information includes (x, y, w, h); the face attributes include gender, age, expression, beauty, glass, hair, mask, and pose (pitch, roll, yaw); and the face quality information includes the overall quality score, sharpness, brightness, and completeness.\n\n \nThe face quality information is mainly used to evaluate the quality of the input face image. When using the Face Recognition service, we recommend evaluating the quality of the input face image first to improve the effects of subsequent processing. Application scenarios of this feature include:\n\n1. [Creating](https://intl.cloud.tencent.com/document/product/867/45014?from_cn_redirect=1)/[Adding](https://intl.cloud.tencent.com/document/product/867/45016?from_cn_redirect=1) a person in a group: this is to ensure the quality of the face information to facilitate subsequent processing.\n\n2. [Face search](https://intl.cloud.tencent.com/document/product/867/44994?from_cn_redirect=1): this is to ensure the quality of the input image to quickly find the corresponding person.\n\n3. [Face verification](https://intl.cloud.tencent.com/document/product/867/44983?from_cn_redirect=1): this is to ensure the quality of the face information to avoid cases where the verification incorrectly fails.\n\n4. Face fusion: this is to ensure the quality of the uploaded face images to improve the fusion effect.\n\n>- Please use the signature algorithm v3 to calculate the signature in the common parameters, that is, set the `SignatureMethod` parameter to `TC3-HMAC-SHA256`.",
75
75
  "input": "DetectFaceRequest",
76
76
  "name": "Detects and analyzes face",
77
77
  "output": "DetectFaceResponse",
@@ -214,6 +214,7 @@
214
214
  "document": "AnalyzeFace request structure.",
215
215
  "members": [
216
216
  {
217
+ "disabled": false,
217
218
  "document": "Detection mode. 0: detect all faces that appear; 1: detect the largest face. Default value: 0. The facial feature localization information (facial keypoints) of up to 10 faces can be returned.",
218
219
  "example": "0",
219
220
  "member": "uint64",
@@ -222,14 +223,16 @@
222
223
  "type": "int"
223
224
  },
224
225
  {
226
+ "disabled": false,
225
227
  "document": "Base64-encoded image data, which cannot exceed 5 MB.\nThe long side cannot exceed 4,000 px for images in JPG format or 2,000 px for images in other formats.\nPNG, JPG, JPEG, and BMP images are supported, while GIF images are not.",
226
- "example": "",
228
+ "example": "/9j/4AAQSkZJRg.....s97n//2Q==",
227
229
  "member": "string",
228
230
  "name": "Image",
229
231
  "required": false,
230
232
  "type": "string"
231
233
  },
232
234
  {
235
+ "disabled": false,
233
236
  "document": "Image URL. The image cannot exceed 5 MB in size after being Base64-encoded.\nThe long side cannot exceed 4,000 px for images in JPG format or 2,000 px for images in other formats.\nEither `Url` or `Image` must be provided; if both are provided, only `Url` will be used. \nWe recommend storing the image in Tencent Cloud, as a Tencent Cloud URL can guarantee higher download speed and stability. \nThe download speed and stability of non-Tencent Cloud URLs may be low.\nPNG, JPG, JPEG, and BMP images are supported, while GIF images are not.",
234
237
  "example": "http://test.image.myqcloud.com/testA.jpg",
235
238
  "member": "string",
@@ -238,6 +241,7 @@
238
241
  "type": "string"
239
242
  },
240
243
  {
244
+ "disabled": false,
241
245
  "document": "Algorithm model version used by the Face Recognition service.\n\nCurrently, `2.0` and `3.0` are supported.\n\nThis parameter is `3.0` by default starting from April 2, 2020. If it is left empty for accounts that used this API, `2.0` will be used by default.\n\nThe parameter can be set only to `3.0` for accounts that purchase the service after November 26, 2020.\n\nDifferent algorithm model versions correspond to different face recognition algorithms. The 3.0 version has a better overall effect than the legacy version and is recommended.",
242
246
  "example": "3.0",
243
247
  "member": "string",
@@ -246,6 +250,7 @@
246
250
  "type": "string"
247
251
  },
248
252
  {
253
+ "disabled": false,
249
254
  "document": "Whether to enable the support for rotated image recognition. 0: no; 1: yes. Default value: 0. When the face in the image is rotated and the image has no EXIF information, if this parameter is not enabled, the face in the image cannot be correctly detected and recognized. If you are sure that the input image contains EXIF information or the face in the image will not be rotated, do not enable this parameter, as the overall time consumption may increase by hundreds of milliseconds after it is enabled.",
250
255
  "example": "0",
251
256
  "member": "uint64",
@@ -260,35 +265,47 @@
260
265
  "document": "AnalyzeFace response structure.",
261
266
  "members": [
262
267
  {
268
+ "disabled": false,
263
269
  "document": "Width of requested image.",
270
+ "example": "550",
264
271
  "member": "uint64",
265
272
  "name": "ImageWidth",
273
+ "output_required": true,
266
274
  "type": "int",
267
275
  "value_allowed_null": false
268
276
  },
269
277
  {
278
+ "disabled": false,
270
279
  "document": "Height of requested image.",
280
+ "example": "366",
271
281
  "member": "uint64",
272
282
  "name": "ImageHeight",
283
+ "output_required": true,
273
284
  "type": "int",
274
285
  "value_allowed_null": false
275
286
  },
276
287
  {
288
+ "disabled": false,
277
289
  "document": "Specific information of facial feature localization (facial keypoints).",
290
+ "example": "无",
278
291
  "member": "FaceShape",
279
292
  "name": "FaceShapeSet",
293
+ "output_required": true,
280
294
  "type": "list",
281
295
  "value_allowed_null": false
282
296
  },
283
297
  {
298
+ "disabled": false,
284
299
  "document": "Algorithm model version used for face recognition.",
300
+ "example": "3.0",
285
301
  "member": "string",
286
302
  "name": "FaceModelVersion",
303
+ "output_required": true,
287
304
  "type": "string",
288
305
  "value_allowed_null": false
289
306
  },
290
307
  {
291
- "document": "The unique request ID, which is returned for each request. RequestId is required for locating a problem.",
308
+ "document": "The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.",
292
309
  "member": "string",
293
310
  "name": "RequestId",
294
311
  "type": "string"
@@ -470,14 +487,18 @@
470
487
  "document": "CopyPerson request structure.",
471
488
  "members": [
472
489
  {
490
+ "disabled": false,
473
491
  "document": "Person ID, which is the `PersonId` in the `CreatePerson` API.",
492
+ "example": "1001",
474
493
  "member": "string",
475
494
  "name": "PersonId",
476
495
  "required": true,
477
496
  "type": "string"
478
497
  },
479
498
  {
499
+ "disabled": false,
480
500
  "document": "List of groups to join. The array element value is the `GroupId` in the `CreateGroup` API.",
501
+ "example": "[\"TencentShenZhenEmployee\"]",
481
502
  "member": "string",
482
503
  "name": "GroupIds",
483
504
  "required": true,
@@ -490,21 +511,27 @@
490
511
  "document": "CopyPerson response structure.",
491
512
  "members": [
492
513
  {
514
+ "disabled": false,
493
515
  "document": "Number of groups successfully added to.",
516
+ "example": "10",
494
517
  "member": "uint64",
495
518
  "name": "SucGroupNum",
519
+ "output_required": true,
496
520
  "type": "int",
497
521
  "value_allowed_null": false
498
522
  },
499
523
  {
524
+ "disabled": false,
500
525
  "document": "List of groups successfully added to.",
526
+ "example": "[\"TencentShenZhenEmployee\"]",
501
527
  "member": "string",
502
528
  "name": "SucGroupIds",
529
+ "output_required": true,
503
530
  "type": "list",
504
531
  "value_allowed_null": false
505
532
  },
506
533
  {
507
- "document": "The unique request ID, which is returned for each request. RequestId is required for locating a problem.",
534
+ "document": "The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.",
508
535
  "member": "string",
509
536
  "name": "RequestId",
510
537
  "type": "string"
@@ -1021,6 +1048,7 @@
1021
1048
  "document": "DetectFace request structure.",
1022
1049
  "members": [
1023
1050
  {
1051
+ "disabled": false,
1024
1052
  "document": "Maximum number of processable faces. Default value: 1 (i.e., detecting only the face with the largest size in the image). Maximum value: 120. \nThis parameter is used to control the number of faces in the image to be detected. The smaller the value, the faster the processing.",
1025
1053
  "example": "1",
1026
1054
  "member": "uint64",
@@ -1029,30 +1057,34 @@
1029
1057
  "type": "int"
1030
1058
  },
1031
1059
  {
1060
+ "disabled": false,
1032
1061
  "document": "Minimum height and width of face in px.\nDefault value: 34. We recommend keeping it at or above 34.\nFaces below the `MinFaceSize` value will not be detected.",
1033
- "example": "40",
1062
+ "example": "34",
1034
1063
  "member": "uint64",
1035
1064
  "name": "MinFaceSize",
1036
1065
  "required": false,
1037
1066
  "type": "int"
1038
1067
  },
1039
1068
  {
1069
+ "disabled": false,
1040
1070
  "document": "Base64-encoded image data, which cannot exceed 5 MB.\nThe long side cannot exceed 4,000 px for images in JPG format or 2,000 px for images in other formats.\nPNG, JPG, JPEG, and BMP images are supported, while GIF images are not.",
1041
- "example": "",
1071
+ "example": "/9j/4AAQSkZJRg.....s97n//2Q==",
1042
1072
  "member": "string",
1043
1073
  "name": "Image",
1044
1074
  "required": false,
1045
1075
  "type": "string"
1046
1076
  },
1047
1077
  {
1078
+ "disabled": false,
1048
1079
  "document": "Image URL. The image cannot exceed 5 MB in size after being Base64-encoded.\nThe long side cannot exceed 4,000 px for images in JPG format or 2,000 px for images in other formats.\nEither `Url` or `Image` must be provided; if both are provided, only `Url` will be used. \nWe recommend storing the image in Tencent Cloud, as a Tencent Cloud URL can guarantee higher download speed and stability. \nThe download speed and stability of non-Tencent Cloud URLs may be low.\nPNG, JPG, JPEG, and BMP images are supported, while GIF images are not.",
1049
- "example": "http://test.image.myqcloud.com/testB.jpg",
1080
+ "example": "https://test.image.myqcloud.com/testB.jpg",
1050
1081
  "member": "string",
1051
1082
  "name": "Url",
1052
1083
  "required": false,
1053
1084
  "type": "string"
1054
1085
  },
1055
1086
  {
1087
+ "disabled": false,
1056
1088
  "document": "Whether the face attribute information (FaceAttributesInfo) needs to be returned. 0: no; 1: yes. Default value: 0. \nIf the value is not 1, it will be deemed as no need to return, and `FaceAttributesInfo` is meaningless in this case. \nThe face attribute information of up to 5 largest faces in the image will be returned, and `FaceAttributesInfo` of the 6th and rest faces is meaningless. \nExtracting face attribute information is quite time-consuming. If face attribute information is not required, we recommend disabling this feature to speed up face detection.",
1057
1089
  "example": "0",
1058
1090
  "member": "uint64",
@@ -1061,6 +1093,7 @@
1061
1093
  "type": "int"
1062
1094
  },
1063
1095
  {
1096
+ "disabled": false,
1064
1097
  "document": "Whether to enable quality detection. 0: no; 1: yes. Default value: 0. \nIf the value is not 1, it will be deemed not to perform quality detection.\nThe face quality score information of up to 30 largest faces in the image will be returned, and `FaceQualityInfo` of the 31st and rest faces is meaningless. \nWe recommend enabling this feature for the face adding operation.",
1065
1098
  "example": "0",
1066
1099
  "member": "uint64",
@@ -1069,14 +1102,16 @@
1069
1102
  "type": "int"
1070
1103
  },
1071
1104
  {
1105
+ "disabled": false,
1072
1106
  "document": "Algorithm model version used by the Face Recognition service.\n\nCurrently, `2.0` and `3.0` are supported.\n\nThis parameter is `3.0` by default starting from April 2, 2020. If it is left empty for accounts that used this API, `2.0` will be used by default.\n\nThe parameter can be set only to `3.0` for accounts that purchase the service after November 26, 2020.\n\nDifferent algorithm model versions correspond to different face recognition algorithms. The 3.0 version has a better overall effect than the legacy version and is recommended.",
1073
- "example": "0",
1107
+ "example": "3.0",
1074
1108
  "member": "string",
1075
1109
  "name": "FaceModelVersion",
1076
1110
  "required": false,
1077
1111
  "type": "string"
1078
1112
  },
1079
1113
  {
1114
+ "disabled": false,
1080
1115
  "document": "Whether to enable the support for rotated image recognition. 0: no; 1: yes. Default value: 0. When the face in the image is rotated and the image has no EXIF information, if this parameter is not enabled, the face in the image cannot be correctly detected and recognized. If you are sure that the input image contains EXIF information or the face in the image will not be rotated, do not enable this parameter, as the overall time consumption may increase by hundreds of milliseconds after it is enabled.",
1081
1116
  "example": "0",
1082
1117
  "member": "uint64",
@@ -1091,35 +1126,47 @@
1091
1126
  "document": "DetectFace response structure.",
1092
1127
  "members": [
1093
1128
  {
1129
+ "disabled": false,
1094
1130
  "document": "Width of requested image.",
1131
+ "example": "640",
1095
1132
  "member": "int64",
1096
1133
  "name": "ImageWidth",
1134
+ "output_required": true,
1097
1135
  "type": "int",
1098
1136
  "value_allowed_null": false
1099
1137
  },
1100
1138
  {
1139
+ "disabled": false,
1101
1140
  "document": "Height of requested image.",
1141
+ "example": "440",
1102
1142
  "member": "int64",
1103
1143
  "name": "ImageHeight",
1144
+ "output_required": true,
1104
1145
  "type": "int",
1105
1146
  "value_allowed_null": false
1106
1147
  },
1107
1148
  {
1149
+ "disabled": false,
1108
1150
  "document": "Face information list, including face coordinate information, attribute information (if needed), and quality score information (if needed).",
1151
+ "example": "无",
1109
1152
  "member": "FaceInfo",
1110
1153
  "name": "FaceInfos",
1154
+ "output_required": true,
1111
1155
  "type": "list",
1112
1156
  "value_allowed_null": false
1113
1157
  },
1114
1158
  {
1159
+ "disabled": false,
1115
1160
  "document": "Algorithm model version used for face recognition.",
1161
+ "example": "3.0",
1116
1162
  "member": "string",
1117
1163
  "name": "FaceModelVersion",
1164
+ "output_required": true,
1118
1165
  "type": "string",
1119
1166
  "value_allowed_null": false
1120
1167
  },
1121
1168
  {
1122
- "document": "The unique request ID, which is returned for each request. RequestId is required for locating a problem.",
1169
+ "document": "The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.",
1123
1170
  "member": "string",
1124
1171
  "name": "RequestId",
1125
1172
  "type": "string"
@@ -1204,15 +1251,17 @@
1204
1251
  "document": "DetectLiveFaceAccurate request structure.",
1205
1252
  "members": [
1206
1253
  {
1207
- "document": "Base64-encoded image data, which cannot exceed 5 MB.\nThe long side cannot exceed 4,000 px for images in .jpg format or 2,000 px for images in other formats. \nThe recommended image aspect ratio is 3:4 (generally, the aspect ratio of images taken by mobile phones).\nThe face must be greater than 100*100 px in size.\nSupported image formats are PNG, JPG, JPEG, and BMP. GIF is currently not supported.",
1208
- "example": "base64",
1254
+ "disabled": false,
1255
+ "document": "Specifies the base64 code of the image.\n-base64-Encoded size cannot exceed 5M.\n-The long side pixel of a jpg image must not exceed 4000. the long side pixel of another format image cannot exceed 2000. \n-Specifies the image aspect ratio should be close to 3:4. mobile phone shooting proportion is best.\n-Specifies the human face dimension is greater than 100X100 pixels.\n-Supported image formats include PNG, JPG, JPEG, and BMP. GIF is not supported.",
1256
+ "example": "/9j/4AAQSkZJRg.....s97n//2Q==",
1209
1257
  "member": "string",
1210
1258
  "name": "Image",
1211
1259
  "required": false,
1212
1260
  "type": "string"
1213
1261
  },
1214
1262
  {
1215
- "document": "Image URL. The image cannot exceed 5 MB in size after being Base64-encoded.\nThe long side cannot exceed 4,000 px for images in .jpg format or 2,000 px for images in other formats.\nEither `Url` or `Image` must be provided; if both are provided, only `Url` will be used. \nThe recommended image aspect ratio is 3:4 (generally, the aspect ratio of images taken by mobile phones).\nThe face must be greater than 100*100 px in size.\nWe recommend you store the image in Tencent Cloud, as a Tencent Cloud URL can guarantee higher download speed and stability. The download speed and stability of non-Tencent Cloud URLs may be low.\nSupported image formats are PNG, JPG, JPEG, and BMP. GIF is currently not supported.",
1263
+ "disabled": false,
1264
+ "document": "Specifies the Url of the image.\n-Specifies the maximum size of the corresponding image after base64 encoding is 5M.\n-The long side pixel of a jpg image must not exceed 4000. the long side pixel of another format image must not exceed 2000.\n-Url or Image must be provided. if both are provided, only use Url. \n-Specifies the image aspect ratio should be close to 3:4. mobile phone shooting proportion is best.\n-Specifies the human face dimension is greater than 100X100 pixels.\n-Image storage Url on tencent cloud guarantees higher download speed and stability. it is recommended to store images on tencent cloud. non-tencent cloud storage urls may be impacted in speed and stability.\n-Supported image formats include PNG, JPG, JPEG, and BMP. GIF is not supported.",
1216
1265
  "example": "http://test.image.myqcloud.com/testA.jpg",
1217
1266
  "member": "string",
1218
1267
  "name": "Url",
@@ -1220,6 +1269,7 @@
1220
1269
  "type": "string"
1221
1270
  },
1222
1271
  {
1272
+ "disabled": false,
1223
1273
  "document": "Algorithm model version used for face recognition. Valid value: `3.0`.",
1224
1274
  "example": "3.0",
1225
1275
  "member": "string",
@@ -1234,25 +1284,27 @@
1234
1284
  "document": "DetectLiveFaceAccurate response structure.",
1235
1285
  "members": [
1236
1286
  {
1237
- "document": "Liveness score. Value range: [0, 100]. You can set several thresholds such as 5, 10, 40, 70 and 90 to determine whether the image is photographed. We recommend you use the threshold of 40.",
1287
+ "disabled": false,
1288
+ "document": "Liveness scoring.\n-Value range: [0,100].\n-Determines whether it is a rephotograph based on the liveness score and threshold range.\n-Current threshold can be divided into [5,10,40,70,90]. among them, the recommended threshold is 40.",
1238
1289
  "example": "99",
1239
1290
  "member": "float",
1240
1291
  "name": "Score",
1241
- "required": true,
1292
+ "output_required": true,
1242
1293
  "type": "float",
1243
1294
  "value_allowed_null": false
1244
1295
  },
1245
1296
  {
1297
+ "disabled": false,
1246
1298
  "document": "Algorithm model version used for face recognition.",
1247
1299
  "example": "3.0",
1248
1300
  "member": "string",
1249
1301
  "name": "FaceModelVersion",
1250
- "required": true,
1302
+ "output_required": true,
1251
1303
  "type": "string",
1252
1304
  "value_allowed_null": false
1253
1305
  },
1254
1306
  {
1255
- "document": "The unique request ID, which is returned for each request. RequestId is required for locating a problem.",
1307
+ "document": "The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.",
1256
1308
  "member": "string",
1257
1309
  "name": "RequestId",
1258
1310
  "type": "string"
@@ -1395,98 +1447,122 @@
1395
1447
  "document": "Face attributes, including gender, age, expression, \nbeauty, glass, mask, hair, and pose (pitch, roll, yaw). Valid information will be returned only if `NeedFaceAttributes` is set to 1. The face attribute information of up to 5 largest faces in the image will be returned, and `FaceAttributesInfo` of the 6th and rest faces is meaningless.",
1396
1448
  "members": [
1397
1449
  {
1450
+ "disabled": false,
1398
1451
  "document": "Gender. The gender is female for the value range [0,49] and male for the value range [50,100]. The closer the value to 0 or 100, the higher the confidence. If `NeedFaceAttributes` is not 1 or more than 5 faces are detected, this parameter will still be returned but meaningless.",
1452
+ "example": "40",
1399
1453
  "member": "int64",
1400
1454
  "name": "Gender",
1401
- "required": true,
1455
+ "output_required": true,
1402
1456
  "type": "int",
1403
1457
  "value_allowed_null": false
1404
1458
  },
1405
1459
  {
1460
+ "disabled": false,
1406
1461
  "document": "Age. Value range: [0,100]. If `NeedFaceAttributes` is not 1 or more than 5 faces are detected, this parameter will still be returned but meaningless.",
1462
+ "example": "39",
1407
1463
  "member": "int64",
1408
1464
  "name": "Age",
1409
- "required": true,
1465
+ "output_required": true,
1410
1466
  "type": "int",
1411
1467
  "value_allowed_null": false
1412
1468
  },
1413
1469
  {
1470
+ "disabled": false,
1414
1471
  "document": "Expression. Value range: [0 (normal)–50 (smile)–100 (laugh)]. If `NeedFaceAttributes` is not 1 or more than 5 faces are detected, this parameter will still be returned but meaningless.",
1472
+ "example": "13",
1415
1473
  "member": "int64",
1416
1474
  "name": "Expression",
1417
- "required": true,
1475
+ "output_required": true,
1418
1476
  "type": "int",
1419
1477
  "value_allowed_null": false
1420
1478
  },
1421
1479
  {
1480
+ "disabled": false,
1422
1481
  "document": "Whether glasses are present. Valid values: true, false. If `NeedFaceAttributes` is not 1 or more than 5 faces are detected, this parameter will still be returned but meaningless.",
1482
+ "example": "true",
1423
1483
  "member": "bool",
1424
1484
  "name": "Glass",
1425
- "required": true,
1485
+ "output_required": true,
1426
1486
  "type": "bool",
1427
1487
  "value_allowed_null": false
1428
1488
  },
1429
1489
  {
1490
+ "disabled": false,
1430
1491
  "document": "Vertical offset in degrees. Value range: [-30,30]. If `NeedFaceAttributes` is not 1 or more than 5 faces are detected, this parameter will still be returned but meaningless. \nWe recommend selecting images in the [-10,10] range for adding faces.",
1492
+ "example": "13",
1431
1493
  "member": "int64",
1432
1494
  "name": "Pitch",
1433
- "required": true,
1495
+ "output_required": true,
1434
1496
  "type": "int",
1435
1497
  "value_allowed_null": false
1436
1498
  },
1437
1499
  {
1500
+ "disabled": false,
1438
1501
  "document": "Horizontal offset in degrees. Value range: [-30,30]. If `NeedFaceAttributes` is not 1 or more than 5 faces are detected, this parameter will still be returned but meaningless. \nWe recommend selecting images in the [-10,10] range for adding faces.",
1502
+ "example": "21",
1439
1503
  "member": "int64",
1440
1504
  "name": "Yaw",
1441
- "required": true,
1505
+ "output_required": true,
1442
1506
  "type": "int",
1443
1507
  "value_allowed_null": false
1444
1508
  },
1445
1509
  {
1510
+ "disabled": false,
1446
1511
  "document": "Horizontal rotation in degrees. Value range: [-180,180]. If `NeedFaceAttributes` is not 1 or more than 5 faces are detected, this parameter will still be returned but meaningless. \nWe recommend selecting images in the [-20,20] range for adding faces.",
1512
+ "example": "54",
1447
1513
  "member": "int64",
1448
1514
  "name": "Roll",
1449
- "required": true,
1515
+ "output_required": true,
1450
1516
  "type": "int",
1451
1517
  "value_allowed_null": false
1452
1518
  },
1453
1519
  {
1520
+ "disabled": false,
1454
1521
  "document": "Beauty. Value range: [0,100]. If `NeedFaceAttributes` is not 1 or more than 5 faces are detected, this parameter will still be returned but meaningless.",
1522
+ "example": "50",
1455
1523
  "member": "int64",
1456
1524
  "name": "Beauty",
1457
- "required": true,
1525
+ "output_required": true,
1458
1526
  "type": "int",
1459
1527
  "value_allowed_null": false
1460
1528
  },
1461
1529
  {
1530
+ "disabled": false,
1462
1531
  "document": "Whether hat is present. Valid values: true, false. If `NeedFaceAttributes` is not 1 or more than 5 faces are detected, this parameter will still be returned but meaningless.\nNote: this field may return null, indicating that no valid values can be obtained.",
1532
+ "example": "true",
1463
1533
  "member": "bool",
1464
1534
  "name": "Hat",
1465
- "required": true,
1535
+ "output_required": true,
1466
1536
  "type": "bool",
1467
1537
  "value_allowed_null": true
1468
1538
  },
1469
1539
  {
1540
+ "disabled": false,
1470
1541
  "document": "Whether mask is present. Valid values: true, false. If `NeedFaceAttributes` is not 1 or more than 5 faces are detected, this parameter will still be returned but meaningless.\nNote: this field may return null, indicating that no valid values can be obtained.",
1542
+ "example": "false",
1471
1543
  "member": "bool",
1472
1544
  "name": "Mask",
1473
- "required": true,
1545
+ "output_required": true,
1474
1546
  "type": "bool",
1475
1547
  "value_allowed_null": true
1476
1548
  },
1477
1549
  {
1550
+ "disabled": false,
1478
1551
  "document": "Hair information, including length, bang, and color. If `NeedFaceAttributes` is not 1 or more than 5 faces are detected, this parameter will still be returned but meaningless.\nNote: this field may return null, indicating that no valid values can be obtained.",
1552
+ "example": "无",
1479
1553
  "member": "FaceHairAttributesInfo",
1480
1554
  "name": "Hair",
1481
- "required": true,
1555
+ "output_required": true,
1482
1556
  "type": "object",
1483
1557
  "value_allowed_null": true
1484
1558
  },
1485
1559
  {
1560
+ "disabled": false,
1486
1561
  "document": "Whether the eyes are open. Valid values: true, false. As long as there is more than one eye closed, `false` will be returned. If `NeedFaceAttributes` is not 1 or more than 5 faces are detected, this parameter will still be returned but meaningless.\nNote: this field may return null, indicating that no valid values can be obtained.",
1562
+ "example": "true",
1487
1563
  "member": "bool",
1488
1564
  "name": "EyeOpen",
1489
- "required": true,
1565
+ "output_required": true,
1490
1566
  "type": "bool",
1491
1567
  "value_allowed_null": true
1492
1568
  }
@@ -1653,26 +1729,32 @@
1653
1729
  "document": "Hair information in face attributes.",
1654
1730
  "members": [
1655
1731
  {
1732
+ "disabled": false,
1656
1733
  "document": "0: shaved head, 1: short hair, 2: medium hair, 3: long hair, 4: braid\nNote: this field may return null, indicating that no valid values can be obtained.",
1734
+ "example": "1",
1657
1735
  "member": "int64",
1658
1736
  "name": "Length",
1659
- "required": true,
1737
+ "output_required": true,
1660
1738
  "type": "int",
1661
1739
  "value_allowed_null": true
1662
1740
  },
1663
1741
  {
1742
+ "disabled": false,
1664
1743
  "document": "0: with bangs, 1: no bangs\nNote: this field may return null, indicating that no valid values can be obtained.",
1744
+ "example": "0",
1665
1745
  "member": "int64",
1666
1746
  "name": "Bang",
1667
- "required": true,
1747
+ "output_required": true,
1668
1748
  "type": "int",
1669
1749
  "value_allowed_null": true
1670
1750
  },
1671
1751
  {
1752
+ "disabled": false,
1672
1753
  "document": "0: black, 1: golden, 2: brown, 3: gray\nNote: this field may return null, indicating that no valid values can be obtained.",
1754
+ "example": "1",
1673
1755
  "member": "int64",
1674
1756
  "name": "Color",
1675
- "required": true,
1757
+ "output_required": true,
1676
1758
  "type": "int",
1677
1759
  "value_allowed_null": true
1678
1760
  }
@@ -1683,50 +1765,62 @@
1683
1765
  "document": "Face information list.",
1684
1766
  "members": [
1685
1767
  {
1768
+ "disabled": false,
1686
1769
  "document": "Horizontal coordinate of the top-left vertex of the face frame.\nThe face frame encompasses the facial features and is extended accordingly. If it is larger than the image, the coordinates will be negative. \nIf you want to capture a complete face, you can set the negative coordinates to 0 if the `completeness` score meets the requirement.",
1770
+ "example": "35",
1687
1771
  "member": "int64",
1688
1772
  "name": "X",
1689
- "required": true,
1773
+ "output_required": true,
1690
1774
  "type": "int",
1691
1775
  "value_allowed_null": false
1692
1776
  },
1693
1777
  {
1778
+ "disabled": false,
1694
1779
  "document": "Vertical coordinate of the top-left vertex of the face frame. \nThe face frame encompasses the facial features and is extended accordingly. If it is larger than the image, the coordinates will be negative. \nIf you want to capture a complete face, you can set the negative coordinates to 0 if the `completeness` score meets the requirement.",
1780
+ "example": "61",
1695
1781
  "member": "int64",
1696
1782
  "name": "Y",
1697
- "required": true,
1783
+ "output_required": true,
1698
1784
  "type": "int",
1699
1785
  "value_allowed_null": false
1700
1786
  },
1701
1787
  {
1788
+ "disabled": false,
1702
1789
  "document": "Face frame width.",
1790
+ "example": "10",
1703
1791
  "member": "int64",
1704
1792
  "name": "Width",
1705
- "required": true,
1793
+ "output_required": true,
1706
1794
  "type": "int",
1707
1795
  "value_allowed_null": false
1708
1796
  },
1709
1797
  {
1798
+ "disabled": false,
1710
1799
  "document": "Face frame height.",
1800
+ "example": "8",
1711
1801
  "member": "int64",
1712
1802
  "name": "Height",
1713
- "required": true,
1803
+ "output_required": true,
1714
1804
  "type": "int",
1715
1805
  "value_allowed_null": false
1716
1806
  },
1717
1807
  {
1808
+ "disabled": false,
1718
1809
  "document": "Face attributes, including gender, age, expression, \nbeauty, glass, mask, hair, and pose (pitch, roll, yaw). Valid information will be returned only if `NeedFaceAttributes` is set to 1.",
1810
+ "example": "无",
1719
1811
  "member": "FaceAttributesInfo",
1720
1812
  "name": "FaceAttributesInfo",
1721
- "required": true,
1813
+ "output_required": true,
1722
1814
  "type": "object",
1723
1815
  "value_allowed_null": false
1724
1816
  },
1725
1817
  {
1818
+ "disabled": false,
1726
1819
  "document": "Face quality information, including score, sharpness, brightness, and completeness. Valid information will be returned only if `NeedFaceDetection` is set to 1.\nNote: this field may return null, indicating that no valid values can be obtained.",
1820
+ "example": "无",
1727
1821
  "member": "FaceQualityInfo",
1728
1822
  "name": "FaceQualityInfo",
1729
- "required": true,
1823
+ "output_required": true,
1730
1824
  "type": "object",
1731
1825
  "value_allowed_null": true
1732
1826
  }
@@ -1737,50 +1831,62 @@
1737
1831
  "document": "Completeness of facial features, which assesses the completeness of the eyebrows, eyes, nose, cheeks, mouth, and chin.",
1738
1832
  "members": [
1739
1833
  {
1834
+ "disabled": false,
1740
1835
  "document": "Eyebrow completeness. Value range: [0,100]. The higher the score, the higher the completeness. \nReference range: [0,80], which means incomplete.\nNote: this field may return null, indicating that no valid values can be obtained.",
1836
+ "example": "70",
1741
1837
  "member": "int64",
1742
1838
  "name": "Eyebrow",
1743
- "required": true,
1839
+ "output_required": true,
1744
1840
  "type": "int",
1745
1841
  "value_allowed_null": true
1746
1842
  },
1747
1843
  {
1844
+ "disabled": false,
1748
1845
  "document": "Eye completeness. Value range: [0,100]. The higher the score, the higher the completeness. \nReference range: [0,80], which means incomplete.\nNote: this field may return null, indicating that no valid values can be obtained.",
1846
+ "example": "60",
1749
1847
  "member": "int64",
1750
1848
  "name": "Eye",
1751
- "required": true,
1849
+ "output_required": true,
1752
1850
  "type": "int",
1753
1851
  "value_allowed_null": true
1754
1852
  },
1755
1853
  {
1854
+ "disabled": false,
1756
1855
  "document": "Nose completeness. Value range: [0,100]. The higher the score, the higher the completeness. \nReference range: [0,60], which means incomplete.\nNote: this field may return null, indicating that no valid values can be obtained.",
1856
+ "example": "30",
1757
1857
  "member": "int64",
1758
1858
  "name": "Nose",
1759
- "required": true,
1859
+ "output_required": true,
1760
1860
  "type": "int",
1761
1861
  "value_allowed_null": true
1762
1862
  },
1763
1863
  {
1864
+ "disabled": false,
1764
1865
  "document": "Cheek completeness. Value range: [0,100]. The higher the score, the higher the completeness. \nReference range: [0,70], which means incomplete.\nNote: this field may return null, indicating that no valid values can be obtained.",
1866
+ "example": "10",
1765
1867
  "member": "int64",
1766
1868
  "name": "Cheek",
1767
- "required": true,
1869
+ "output_required": true,
1768
1870
  "type": "int",
1769
1871
  "value_allowed_null": true
1770
1872
  },
1771
1873
  {
1874
+ "disabled": false,
1772
1875
  "document": "Mouth completeness. Value range: [0,100]. The higher the score, the higher the completeness. \nReference range: [0,50], which means incomplete.\nNote: this field may return null, indicating that no valid values can be obtained.",
1876
+ "example": "10",
1773
1877
  "member": "int64",
1774
1878
  "name": "Mouth",
1775
- "required": true,
1879
+ "output_required": true,
1776
1880
  "type": "int",
1777
1881
  "value_allowed_null": true
1778
1882
  },
1779
1883
  {
1884
+ "disabled": false,
1780
1885
  "document": "Chin completeness. Value range: [0,100]. The higher the score, the higher the completeness. \nReference range: [0,70], which means incomplete.\nNote: this field may return null, indicating that no valid values can be obtained.",
1886
+ "example": "80",
1781
1887
  "member": "int64",
1782
1888
  "name": "Chin",
1783
- "required": true,
1889
+ "output_required": true,
1784
1890
  "type": "int",
1785
1891
  "value_allowed_null": true
1786
1892
  }
@@ -1791,34 +1897,42 @@
1791
1897
  "document": "Face quality information, including score, sharpness, brightness, and completeness. Valid information will be returned only if `NeedFaceDetection` is set to 1.",
1792
1898
  "members": [
1793
1899
  {
1900
+ "disabled": false,
1794
1901
  "document": "Quality score. Value range: [0,100]. It comprehensively evaluates whether the image quality is suitable for face recognition; the higher the score, the higher the quality. \nIn normal cases, you only need to use `Score` as the overall quality standard score. Specific item scores such as `Sharpness`, `Brightness`, `Completeness` are for reference only.\nReference range: [0,40]: poor; [40,60]: fine; [60,80]: good; [80,100]: excellent. \nWe recommend selecting images with a score above 70 for adding faces.\nNote: this field may return null, indicating that no valid values can be obtained.",
1902
+ "example": "80",
1795
1903
  "member": "int64",
1796
1904
  "name": "Score",
1797
- "required": true,
1905
+ "output_required": true,
1798
1906
  "type": "int",
1799
1907
  "value_allowed_null": true
1800
1908
  },
1801
1909
  {
1910
+ "disabled": false,
1802
1911
  "document": "Sharpness. Value range: [0,100]. It evaluates the sharpness of the image. The higher the score, the sharper the image. \nReference range: [0,40]: very blurry; [40,60]: blurry; [60,80]: fine; [80,100]: sharp. \nWe recommend selecting images with a score above 80 for adding faces.\nNote: this field may return null, indicating that no valid values can be obtained.",
1912
+ "example": "100",
1803
1913
  "member": "int64",
1804
1914
  "name": "Sharpness",
1805
- "required": true,
1915
+ "output_required": true,
1806
1916
  "type": "int",
1807
1917
  "value_allowed_null": true
1808
1918
  },
1809
1919
  {
1920
+ "disabled": false,
1810
1921
  "document": "Brightness. Value range: [0,100]. The brighter the image, the higher the score. \nReference range: [0,30]: dark; [30,70]: normal; [70,100]: bright. \nWe recommend selecting images in the [30,70] range for adding faces.\nNote: this field may return null, indicating that no valid values can be obtained.",
1922
+ "example": "30",
1811
1923
  "member": "int64",
1812
1924
  "name": "Brightness",
1813
- "required": true,
1925
+ "output_required": true,
1814
1926
  "type": "int",
1815
1927
  "value_allowed_null": true
1816
1928
  },
1817
1929
  {
1930
+ "disabled": false,
1818
1931
  "document": "Completeness of facial features, which assesses the completeness of the eyebrows, eyes, nose, cheeks, mouth, and chin.\nNote: this field may return null, indicating that no valid values can be obtained.",
1932
+ "example": "无",
1819
1933
  "member": "FaceQualityCompleteness",
1820
1934
  "name": "Completeness",
1821
- "required": true,
1935
+ "output_required": true,
1822
1936
  "type": "object",
1823
1937
  "value_allowed_null": true
1824
1938
  }
@@ -1867,7 +1981,9 @@
1867
1981
  "document": "Specific information of facial feature localization (facial keypoints).",
1868
1982
  "members": [
1869
1983
  {
1984
+ "disabled": false,
1870
1985
  "document": "21 points that describe the face contour.",
1986
+ "example": "",
1871
1987
  "member": "Point",
1872
1988
  "name": "FaceProfile",
1873
1989
  "required": true,
@@ -1875,7 +1991,9 @@
1875
1991
  "value_allowed_null": false
1876
1992
  },
1877
1993
  {
1994
+ "disabled": false,
1878
1995
  "document": "8 points that describe the left eye.",
1996
+ "example": "",
1879
1997
  "member": "Point",
1880
1998
  "name": "LeftEye",
1881
1999
  "required": true,
@@ -1883,7 +2001,9 @@
1883
2001
  "value_allowed_null": false
1884
2002
  },
1885
2003
  {
2004
+ "disabled": false,
1886
2005
  "document": "8 points that describe the right eye.",
2006
+ "example": "",
1887
2007
  "member": "Point",
1888
2008
  "name": "RightEye",
1889
2009
  "required": true,
@@ -1891,7 +2011,9 @@
1891
2011
  "value_allowed_null": false
1892
2012
  },
1893
2013
  {
2014
+ "disabled": false,
1894
2015
  "document": "8 points that describe the left eyebrow.",
2016
+ "example": "",
1895
2017
  "member": "Point",
1896
2018
  "name": "LeftEyeBrow",
1897
2019
  "required": true,
@@ -1899,7 +2021,9 @@
1899
2021
  "value_allowed_null": false
1900
2022
  },
1901
2023
  {
2024
+ "disabled": false,
1902
2025
  "document": "8 points that describe the right eyebrow.",
2026
+ "example": "",
1903
2027
  "member": "Point",
1904
2028
  "name": "RightEyeBrow",
1905
2029
  "required": true,
@@ -1907,7 +2031,9 @@
1907
2031
  "value_allowed_null": false
1908
2032
  },
1909
2033
  {
2034
+ "disabled": false,
1910
2035
  "document": "22 points that describe the mouth.",
2036
+ "example": "",
1911
2037
  "member": "Point",
1912
2038
  "name": "Mouth",
1913
2039
  "required": true,
@@ -1915,7 +2041,9 @@
1915
2041
  "value_allowed_null": false
1916
2042
  },
1917
2043
  {
2044
+ "disabled": false,
1918
2045
  "document": "13 points that describe the nose.",
2046
+ "example": "",
1919
2047
  "member": "Point",
1920
2048
  "name": "Nose",
1921
2049
  "required": true,
@@ -1923,7 +2051,9 @@
1923
2051
  "value_allowed_null": false
1924
2052
  },
1925
2053
  {
2054
+ "disabled": false,
1926
2055
  "document": "1 point that describes the left pupil.",
2056
+ "example": "",
1927
2057
  "member": "Point",
1928
2058
  "name": "LeftPupil",
1929
2059
  "required": true,
@@ -1931,7 +2061,9 @@
1931
2061
  "value_allowed_null": false
1932
2062
  },
1933
2063
  {
2064
+ "disabled": false,
1934
2065
  "document": "1 point that describes the right pupil.",
2066
+ "example": "",
1935
2067
  "member": "Point",
1936
2068
  "name": "RightPupil",
1937
2069
  "required": true,
@@ -2647,18 +2779,22 @@
2647
2779
  "document": "Coordinates",
2648
2780
  "members": [
2649
2781
  {
2782
+ "disabled": false,
2650
2783
  "document": "X coordinate",
2784
+ "example": "294",
2651
2785
  "member": "int64",
2652
2786
  "name": "X",
2653
- "required": true,
2787
+ "output_required": true,
2654
2788
  "type": "int",
2655
2789
  "value_allowed_null": false
2656
2790
  },
2657
2791
  {
2792
+ "disabled": false,
2658
2793
  "document": "Y coordinate",
2794
+ "example": "137",
2659
2795
  "member": "int64",
2660
2796
  "name": "Y",
2661
- "required": true,
2797
+ "output_required": true,
2662
2798
  "type": "int",
2663
2799
  "value_allowed_null": false
2664
2800
  }