tccli-intl-en 3.0.1248.1__py2.py3-none-any.whl → 3.1.33.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.
- tccli/__init__.py +1 -1
- tccli/argument.py +1 -1
- tccli/services/__init__.py +32 -1
- tccli/services/advisor/advisor_client.py +10 -4
- tccli/services/ai3d/__init__.py +4 -0
- tccli/services/ai3d/ai3d_client.py +266 -0
- tccli/services/ai3d/v20250513/api.json +264 -0
- tccli/services/ai3d/v20250513/examples.json +20 -0
- tccli/services/aiart/aiart_client.py +5 -2
- tccli/services/ams/ams_client.py +20 -8
- tccli/services/antiddos/antiddos_client.py +350 -140
- tccli/services/apigateway/apigateway_client.py +465 -186
- tccli/services/apm/apm_client.py +835 -68
- tccli/services/apm/v20210622/api.json +3936 -1145
- tccli/services/apm/v20210622/examples.json +133 -23
- tccli/services/asr/asr_client.py +10 -4
- tccli/services/autoscaling/autoscaling_client.py +290 -116
- tccli/services/autoscaling/v20180419/api.json +78 -28
- tccli/services/batch/batch_client.py +140 -56
- tccli/services/bi/bi_client.py +120 -48
- tccli/services/billing/billing_client.py +210 -84
- tccli/services/cam/cam_client.py +405 -162
- tccli/services/captcha/captcha_client.py +5 -2
- tccli/services/car/car_client.py +165 -66
- tccli/services/cbs/cbs_client.py +190 -76
- tccli/services/ccc/ccc_client.py +794 -160
- tccli/services/ccc/v20200210/api.json +1778 -202
- tccli/services/ccc/v20200210/examples.json +64 -0
- tccli/services/cdb/cdb_client.py +1770 -531
- tccli/services/cdb/v20170320/api.json +2166 -335
- tccli/services/cdb/v20170320/examples.json +126 -6
- tccli/services/cdc/cdc_client.py +100 -40
- tccli/services/cdc/v20201214/api.json +2 -2
- tccli/services/cdc/v20201214/examples.json +4 -4
- tccli/services/cdn/cdn_client.py +220 -88
- tccli/services/cdn/v20180606/api.json +22 -22
- tccli/services/cdn/v20180606/examples.json +1 -1
- tccli/services/cdwdoris/cdwdoris_client.py +385 -154
- tccli/services/cdwpg/cdwpg_client.py +120 -48
- tccli/services/cdz/__init__.py +4 -0
- tccli/services/cdz/cdz_client.py +210 -0
- tccli/services/cdz/v20221123/api.json +233 -0
- tccli/services/cdz/v20221123/examples.json +12 -0
- tccli/services/cfg/cfg_client.py +80 -32
- tccli/services/cfs/cfs_client.py +195 -78
- tccli/services/cfw/cfw_client.py +330 -132
- tccli/services/chdfs/chdfs_client.py +145 -58
- tccli/services/ciam/ciam_client.py +80 -32
- tccli/services/ckafka/ckafka_client.py +1149 -259
- tccli/services/ckafka/v20190819/api.json +3738 -1696
- tccli/services/ckafka/v20190819/examples.json +266 -162
- tccli/services/clb/clb_client.py +1054 -469
- tccli/services/clb/v20180317/api.json +2273 -1020
- tccli/services/clb/v20180317/examples.json +184 -124
- tccli/services/cloudaudit/cloudaudit_client.py +90 -36
- tccli/services/cls/cls_client.py +434 -173
- tccli/services/cmq/cmq_client.py +14 -803
- tccli/services/cmq/v20190304/api.json +173 -1367
- tccli/services/cmq/v20190304/examples.json +0 -120
- tccli/services/config/config_client.py +30 -12
- tccli/services/controlcenter/controlcenter_client.py +229 -2
- tccli/services/controlcenter/v20230110/api.json +528 -5
- tccli/services/controlcenter/v20230110/examples.json +32 -0
- tccli/services/csip/csip_client.py +170 -68
- tccli/services/ctsdb/ctsdb_client.py +10 -4
- tccli/services/cvm/cvm_client.py +706 -189
- tccli/services/cvm/v20170312/api.json +598 -185
- tccli/services/cvm/v20170312/examples.json +172 -126
- tccli/services/cwp/cwp_client.py +2325 -930
- tccli/services/cynosdb/cynosdb_client.py +1887 -577
- tccli/services/cynosdb/v20190107/api.json +11763 -7697
- tccli/services/cynosdb/v20190107/examples.json +132 -4
- tccli/services/dataintegration/dataintegration_client.py +5 -2
- tccli/services/dayu/dayu_client.py +515 -206
- tccli/services/dbbrain/dbbrain_client.py +210 -84
- tccli/services/dc/dc_client.py +90 -36
- tccli/services/dcdb/dcdb_client.py +310 -124
- tccli/services/dlc/dlc_client.py +859 -214
- tccli/services/dlc/v20210125/api.json +637 -13
- tccli/services/dlc/v20210125/examples.json +48 -0
- tccli/services/dms/dms_client.py +10 -4
- tccli/services/dnspod/dnspod_client.py +302 -76
- tccli/services/dnspod/v20210323/api.json +153 -0
- tccli/services/dnspod/v20210323/examples.json +16 -0
- tccli/services/domain/domain_client.py +120 -48
- tccli/services/dts/dts_client.py +415 -166
- tccli/services/eb/eb_client.py +130 -52
- tccli/services/ecdn/ecdn_client.py +75 -30
- tccli/services/ecm/ecm_client.py +620 -248
- tccli/services/eiam/eiam_client.py +200 -80
- tccli/services/emr/emr_client.py +2815 -146
- tccli/services/emr/v20190103/api.json +14527 -4841
- tccli/services/emr/v20190103/examples.json +404 -36
- tccli/services/es/es_client.py +105 -42
- tccli/services/facefusion/facefusion_client.py +15 -6
- tccli/services/faceid/faceid_client.py +95 -38
- tccli/services/faceid/v20180301/api.json +196 -53
- tccli/services/faceid/v20180301/examples.json +3 -3
- tccli/services/gaap/gaap_client.py +440 -176
- tccli/services/gme/gme_client.py +50 -20
- tccli/services/gpm/gpm_client.py +90 -36
- tccli/services/gse/gse_client.py +110 -44
- tccli/services/gwlb/gwlb_client.py +90 -36
- tccli/services/hunyuan/__init__.py +4 -0
- tccli/services/hunyuan/hunyuan_client.py +546 -0
- tccli/services/hunyuan/v20230901/api.json +628 -0
- tccli/services/hunyuan/v20230901/examples.json +60 -0
- tccli/services/iai/iai_client.py +145 -58
- tccli/services/iap/iap_client.py +30 -12
- tccli/services/ims/ims_client.py +5 -2
- tccli/services/intlpartnersmgt/intlpartnersmgt_client.py +210 -84
- tccli/services/iotcloud/iotcloud_client.py +100 -40
- tccli/services/ip/ip_client.py +30 -12
- tccli/services/kms/kms_client.py +340 -136
- tccli/services/kms/v20190118/api.json +80 -3
- tccli/services/kms/v20190118/examples.json +3 -3
- tccli/services/lcic/lcic_client.py +265 -106
- tccli/services/lighthouse/lighthouse_client.py +730 -172
- tccli/services/lighthouse/v20200324/api.json +502 -14
- tccli/services/lighthouse/v20200324/examples.json +59 -5
- tccli/services/live/live_client.py +600 -240
- tccli/services/lke/lke_client.py +450 -180
- tccli/services/lkeap/__init__.py +4 -0
- tccli/services/lkeap/lkeap_client.py +602 -0
- tccli/services/lkeap/v20240522/api.json +989 -0
- tccli/services/lkeap/v20240522/examples.json +92 -0
- tccli/services/mariadb/mariadb_client.py +250 -100
- tccli/services/mdc/mdc_client.py +90 -36
- tccli/services/mdl/mdl_client.py +357 -90
- tccli/services/mdl/v20200326/api.json +1095 -77
- tccli/services/mdl/v20200326/examples.json +40 -16
- tccli/services/mdp/mdp_client.py +416 -124
- tccli/services/mdp/v20200527/api.json +335 -40
- tccli/services/mdp/v20200527/examples.json +95 -79
- tccli/services/message/__init__.py +4 -0
- tccli/services/message/message_client.py +210 -0
- tccli/services/message/v20181225/api.json +72 -0
- tccli/services/message/v20181225/examples.json +13 -0
- tccli/services/mongodb/mongodb_client.py +1404 -141
- tccli/services/mongodb/v20190725/api.json +2919 -677
- tccli/services/mongodb/v20190725/examples.json +190 -22
- tccli/services/monitor/monitor_client.py +1008 -296
- tccli/services/monitor/v20180724/api.json +664 -15
- tccli/services/monitor/v20180724/examples.json +152 -4
- tccli/services/mps/mps_client.py +1721 -381
- tccli/services/mps/v20190612/api.json +4905 -561
- tccli/services/mps/v20190612/examples.json +221 -69
- tccli/services/mqtt/__init__.py +4 -0
- tccli/services/mqtt/mqtt_client.py +1610 -0
- tccli/services/mqtt/v20240516/api.json +3057 -0
- tccli/services/mqtt/v20240516/examples.json +213 -0
- tccli/services/msp/msp_client.py +35 -14
- tccli/services/ocr/ocr_client.py +358 -76
- tccli/services/ocr/v20181119/api.json +731 -88
- tccli/services/ocr/v20181119/examples.json +40 -10
- tccli/services/omics/omics_client.py +100 -40
- tccli/services/organization/organization_client.py +580 -232
- tccli/services/postgres/postgres_client.py +455 -182
- tccli/services/privatedns/privatedns_client.py +155 -62
- tccli/services/pts/pts_client.py +240 -96
- tccli/services/quota/__init__.py +4 -0
- tccli/services/quota/quota_client.py +434 -0
- tccli/services/quota/v20241204/api.json +548 -0
- tccli/services/quota/v20241204/examples.json +51 -0
- tccli/services/rce/rce_client.py +5 -2
- tccli/services/redis/redis_client.py +545 -218
- tccli/services/redis/v20180412/api.json +227 -115
- tccli/services/redis/v20180412/examples.json +19 -19
- tccli/services/region/region_client.py +15 -6
- tccli/services/rum/rum_client.py +300 -120
- tccli/services/scf/scf_client.py +210 -84
- tccli/services/ses/ses_client.py +145 -58
- tccli/services/smh/__init__.py +4 -0
- tccli/services/smh/smh_client.py +714 -0
- tccli/services/smh/v20210712/api.json +1287 -0
- tccli/services/smh/v20210712/examples.json +85 -0
- tccli/services/sms/sms_client.py +90 -36
- tccli/services/sqlserver/sqlserver_client.py +3759 -480
- tccli/services/sqlserver/v20180328/api.json +8909 -2941
- tccli/services/sqlserver/v20180328/examples.json +447 -3
- tccli/services/ssl/ssl_client.py +190 -76
- tccli/services/ssm/ssm_client.py +120 -48
- tccli/services/sts/sts_client.py +25 -10
- tccli/services/tag/tag_client.py +150 -60
- tccli/services/tat/tat_client.py +95 -38
- tccli/services/tbaas/tbaas_client.py +20 -8
- tccli/services/tcaplusdb/tcaplusdb_client.py +260 -104
- tccli/services/tcaplusdb/v20190823/api.json +836 -760
- tccli/services/tcaplusdb/v20190823/examples.json +3 -3
- tccli/services/tchd/tchd_client.py +5 -2
- tccli/services/tcmpp/tcmpp_client.py +520 -208
- tccli/services/tcr/tcr_client.py +380 -152
- tccli/services/tcsas/tcsas_client.py +2576 -327
- tccli/services/tcsas/v20250106/api.json +8304 -3241
- tccli/services/tcsas/v20250106/examples.json +311 -15
- tccli/services/tcss/tcss_client.py +1650 -660
- tccli/services/tdid/tdid_client.py +240 -96
- tccli/services/tdmq/tdmq_client.py +2876 -466
- tccli/services/tdmq/v20200217/api.json +11607 -3958
- tccli/services/tdmq/v20200217/examples.json +562 -264
- tccli/services/tem/tem_client.py +280 -112
- tccli/services/teo/teo_client.py +1590 -540
- tccli/services/teo/v20220901/api.json +703 -71
- tccli/services/teo/v20220901/examples.json +88 -22
- tccli/services/tione/__init__.py +4 -0
- tccli/services/tione/tione_client.py +210 -0
- tccli/services/tione/v20211111/api.json +3074 -0
- tccli/services/tione/v20211111/examples.json +12 -0
- tccli/services/tiw/tiw_client.py +255 -102
- tccli/services/tke/tke_client.py +858 -276
- tccli/services/tke/v20180525/api.json +227 -0
- tccli/services/tke/v20180525/examples.json +24 -0
- tccli/services/tms/tms_client.py +5 -2
- tccli/services/tmt/tmt_client.py +5 -2
- tccli/services/trabbit/trabbit_client.py +145 -58
- tccli/services/trocket/__init__.py +4 -0
- tccli/services/trocket/trocket_client.py +2450 -0
- tccli/services/trocket/v20230308/api.json +6062 -0
- tccli/services/trocket/v20230308/examples.json +339 -0
- tccli/services/trro/trro_client.py +95 -38
- tccli/services/trtc/trtc_client.py +255 -102
- tccli/services/trtc/v20190722/api.json +135 -31
- tccli/services/trtc/v20190722/examples.json +7 -7
- tccli/services/tts/tts_client.py +5 -2
- tccli/services/vclm/vclm_client.py +10 -4
- tccli/services/vm/vm_client.py +20 -8
- tccli/services/vod/v20180717/api.json +2929 -296
- tccli/services/vod/v20180717/examples.json +40 -6
- tccli/services/vod/vod_client.py +1175 -358
- tccli/services/vpc/v20170312/api.json +1102 -137
- tccli/services/vpc/v20170312/examples.json +127 -23
- tccli/services/vpc/vpc_client.py +2241 -670
- tccli/services/waf/v20180125/api.json +1372 -194
- tccli/services/waf/v20180125/examples.json +89 -1
- tccli/services/waf/waf_client.py +1149 -245
- tccli/services/wedata/v20250806/api.json +13644 -0
- tccli/services/wedata/v20250806/examples.json +621 -0
- tccli/services/wedata/wedata_client.py +6067 -1263
- tccli/services/yunjing/yunjing_client.py +355 -142
- {tccli_intl_en-3.0.1248.1.dist-info → tccli_intl_en-3.1.33.1.dist-info}/METADATA +4 -7
- {tccli_intl_en-3.0.1248.1.dist-info → tccli_intl_en-3.1.33.1.dist-info}/RECORD +245 -203
- {tccli_intl_en-3.0.1248.1.dist-info → tccli_intl_en-3.1.33.1.dist-info}/WHEEL +1 -1
- {tccli_intl_en-3.0.1248.1.dist-info → tccli_intl_en-3.1.33.1.dist-info}/entry_points.txt +0 -1
- {tccli_intl_en-3.0.1248.1.dist-info → tccli_intl_en-3.1.33.1.dist-info}/LICENSE +0 -0
- {tccli_intl_en-3.0.1248.1.dist-info → tccli_intl_en-3.1.33.1.dist-info}/top_level.txt +0 -0
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
"status": "online"
|
|
23
23
|
},
|
|
24
24
|
"ApplyWebVerificationBizTokenIntl": {
|
|
25
|
-
"document": "This API is used to
|
|
25
|
+
"document": "This API is used to obtain a BizToken before each call to the Web verification service. Save the BizToken to initiate the verification process and retrieve the result upon completion. The BizToken is valid for 10 minutes.",
|
|
26
26
|
"input": "ApplyWebVerificationBizTokenIntlRequest",
|
|
27
27
|
"name": "Applies for a BizToken for the web-based verification service",
|
|
28
28
|
"output": "ApplyWebVerificationBizTokenIntlResponse",
|
|
@@ -78,7 +78,7 @@
|
|
|
78
78
|
"status": "online"
|
|
79
79
|
},
|
|
80
80
|
"GetFaceIdResultIntl": {
|
|
81
|
-
"document": "This API is used to get the verification result with the corresponding SDK token after the identity verification process is completed. The SDK token is valid for
|
|
81
|
+
"document": "This API is used to get the verification result with the corresponding SDK token after the identity verification process is completed. The SDK token is valid for 72 hours (72*3600s) after generation and can be called multiple times.",
|
|
82
82
|
"input": "GetFaceIdResultIntlRequest",
|
|
83
83
|
"name": "Gets the verification result of liveness detection and face comparison",
|
|
84
84
|
"output": "GetFaceIdResultIntlResponse",
|
|
@@ -407,7 +407,7 @@
|
|
|
407
407
|
},
|
|
408
408
|
{
|
|
409
409
|
"disabled": false,
|
|
410
|
-
"document": "
|
|
410
|
+
"document": "Specifies the identity document type used for authentication. valid values:. \n\nHK (default): hong kong (china) identity card.\n2. ML: malaysian identity card.\nIndonesian identity card.\n4. PhilippinesVoteID: specifies the voter card in the philippines.\n5. PhilippinesDrivingLicense: specifies the driving license in philippines.\n6. PhilippinesTinID: specifies the philippines tin id.\n7. PhilippinesSSSID: specifies the SSSID in the philippines.\n8. philippines UMID: specifies the philippines UMID.\n9. MLIDPassport: specifies the passport for hong kong (china), macao (china), and taiwan (china) as well as overseas passports.\nThailandIDCard: specifies the thai identity card.\nMainland id card.\n12. SingaporeIDCard: specifies the Singapore id card.\n13. HMTPermit: specifies the hong kong, macau and taiwan travel permit.",
|
|
411
411
|
"example": "HK",
|
|
412
412
|
"member": "string",
|
|
413
413
|
"name": "IdCardType",
|
|
@@ -417,7 +417,7 @@
|
|
|
417
417
|
{
|
|
418
418
|
"disabled": false,
|
|
419
419
|
"document": "The Base64-encoded value of the photo to compare, which is required only when `CheckMode` is set to `2`.",
|
|
420
|
-
"example": "
|
|
420
|
+
"example": "/9j/4AAQSkZJRg.....s97n//2Q==",
|
|
421
421
|
"member": "string",
|
|
422
422
|
"name": "CompareImage",
|
|
423
423
|
"required": false,
|
|
@@ -450,6 +450,15 @@
|
|
|
450
450
|
"required": false,
|
|
451
451
|
"type": "bool"
|
|
452
452
|
},
|
|
453
|
+
{
|
|
454
|
+
"disabled": false,
|
|
455
|
+
"document": "Customize which alarm codes to block. If left blank, all alarm codes will be blocked by default.\nOptional alarm codes are: -9101 (occlusion or incomplete border), -9102 (photocopying), -9103 (screen capture by camera), -9104 (image editing/PS modification), -9107 (glare/reflection), -9108 (blurriness), -9901 (other alarms).",
|
|
456
|
+
"example": "[-9101]",
|
|
457
|
+
"member": "int64",
|
|
458
|
+
"name": "SelectedWarningCodes",
|
|
459
|
+
"required": false,
|
|
460
|
+
"type": "list"
|
|
461
|
+
},
|
|
453
462
|
{
|
|
454
463
|
"disabled": false,
|
|
455
464
|
"document": "A passthrough field, which is returned together with the verification result and can contain up to 1,024 bits.",
|
|
@@ -459,6 +468,15 @@
|
|
|
459
468
|
"required": false,
|
|
460
469
|
"type": "string"
|
|
461
470
|
},
|
|
471
|
+
{
|
|
472
|
+
"disabled": false,
|
|
473
|
+
"document": "BASIC: Basic version (Default).\nENHANCE: Enhance version, enable additional output of device risk level field.\nPRO: Pro version, enable additional output of attack type fields.\nPLUS: Plus version, enable additional output of device risk level and attack type fields.\nPlease contact us to access enhance version & plus version.\t",
|
|
474
|
+
"example": "ENHANCED",
|
|
475
|
+
"member": "string",
|
|
476
|
+
"name": "SdkVersion",
|
|
477
|
+
"required": false,
|
|
478
|
+
"type": "string"
|
|
479
|
+
},
|
|
462
480
|
{
|
|
463
481
|
"disabled": false,
|
|
464
482
|
"document": "This interface is used to control th action sequences.\nAction types are as follows:\n\"blink\"\n\"mouth\"\n\"nod\"\n\"shake\"\nYou can choose 1-2 actions out of the four.\nSingle action example: \"blink\"\nMultiple action example: \"blink,mouth\"\nThe default value is blink. The different action types passed in this parameter take effect only when the SecurityLevel is 2 or 4; otherwise, the interface reports an error.",
|
|
@@ -467,6 +485,15 @@
|
|
|
467
485
|
"name": "ActionList",
|
|
468
486
|
"required": false,
|
|
469
487
|
"type": "string"
|
|
488
|
+
},
|
|
489
|
+
{
|
|
490
|
+
"disabled": false,
|
|
491
|
+
"document": "Whether expired identity documents are permitted to proceed to the liveness detection process. This parameter only takes effect when the document type is Hong Kong Identity Card (HKID).\ntrue (default value): Expired HKID is allowed to enter the liveness process.\nfalse : Expired HKID is rejected and cannot enter the liveness process.",
|
|
492
|
+
"example": "true",
|
|
493
|
+
"member": "bool",
|
|
494
|
+
"name": "AllowExpiredDocument",
|
|
495
|
+
"required": false,
|
|
496
|
+
"type": "bool"
|
|
470
497
|
}
|
|
471
498
|
],
|
|
472
499
|
"type": "object"
|
|
@@ -476,7 +503,7 @@
|
|
|
476
503
|
"members": [
|
|
477
504
|
{
|
|
478
505
|
"disabled": false,
|
|
479
|
-
"document": "
|
|
506
|
+
"document": "A token that identifies an SDK verification process. the validity time is 10 minutes. after the process is complete, the token can be used to retrieve the verification result.",
|
|
480
507
|
"example": "A561B769-C347-4724-A69A-6C3B3483E107",
|
|
481
508
|
"member": "string",
|
|
482
509
|
"name": "SdkToken",
|
|
@@ -535,7 +562,7 @@
|
|
|
535
562
|
{
|
|
536
563
|
"disabled": false,
|
|
537
564
|
"document": "The parameter control the page configuration.\nExample: {\"AutoSkip\": true,\"CheckMode\": 1,\"IdCardType\": \"HKIDCard\"}",
|
|
538
|
-
"example": "
|
|
565
|
+
"example": "无",
|
|
539
566
|
"member": "WebVerificationConfigIntl",
|
|
540
567
|
"name": "Config",
|
|
541
568
|
"required": false,
|
|
@@ -559,7 +586,7 @@
|
|
|
559
586
|
},
|
|
560
587
|
{
|
|
561
588
|
"disabled": false,
|
|
562
|
-
"document": "
|
|
589
|
+
"document": "A token that identifies a Web verification process, with a validity time of 10 minutes. after the process is complete, the token can be used to obtain the verification result.",
|
|
563
590
|
"example": "81EEF678-28EE-4759-A82E-6CBBBE6BC442",
|
|
564
591
|
"member": "string",
|
|
565
592
|
"name": "BizToken",
|
|
@@ -1175,7 +1202,7 @@
|
|
|
1175
1202
|
{
|
|
1176
1203
|
"disabled": false,
|
|
1177
1204
|
"document": "The liveness algorithm package generated during this SDK-based liveness detection.",
|
|
1178
|
-
"example": "
|
|
1205
|
+
"example": "无",
|
|
1179
1206
|
"member": "FileInfo",
|
|
1180
1207
|
"name": "LiveData",
|
|
1181
1208
|
"output_required": true,
|
|
@@ -1185,7 +1212,7 @@
|
|
|
1185
1212
|
{
|
|
1186
1213
|
"disabled": false,
|
|
1187
1214
|
"document": "The download URL of the video used for verification, which contains specific color reflection effects, is valid for 10 minutes.",
|
|
1188
|
-
"example": "
|
|
1215
|
+
"example": "无",
|
|
1189
1216
|
"member": "FileInfo",
|
|
1190
1217
|
"name": "LiveVideo",
|
|
1191
1218
|
"output_required": true,
|
|
@@ -1195,7 +1222,7 @@
|
|
|
1195
1222
|
{
|
|
1196
1223
|
"disabled": false,
|
|
1197
1224
|
"document": "Records the specific action performed by the user, used for AI Face Shield analysis.",
|
|
1198
|
-
"example": "
|
|
1225
|
+
"example": "无",
|
|
1199
1226
|
"member": "FileInfo",
|
|
1200
1227
|
"name": "ActionVideo",
|
|
1201
1228
|
"output_required": true,
|
|
@@ -1225,7 +1252,7 @@
|
|
|
1225
1252
|
{
|
|
1226
1253
|
"disabled": false,
|
|
1227
1254
|
"document": "The download URL of the face screenshot during verification, which is valid for 10 minutes.\nNote: This field may return null, indicating that no valid value can be obtained.",
|
|
1228
|
-
"example": "
|
|
1255
|
+
"example": "无",
|
|
1229
1256
|
"member": "FileInfo",
|
|
1230
1257
|
"name": "BestFrame",
|
|
1231
1258
|
"output_required": true,
|
|
@@ -1235,7 +1262,7 @@
|
|
|
1235
1262
|
{
|
|
1236
1263
|
"disabled": false,
|
|
1237
1264
|
"document": "The download URL of the profile photo screenshot from the identity document, which is valid for 10 minutes.",
|
|
1238
|
-
"example": "
|
|
1265
|
+
"example": "无",
|
|
1239
1266
|
"member": "FileInfo",
|
|
1240
1267
|
"name": "ProfileImage",
|
|
1241
1268
|
"output_required": true,
|
|
@@ -1285,7 +1312,7 @@
|
|
|
1285
1312
|
{
|
|
1286
1313
|
"disabled": false,
|
|
1287
1314
|
"document": "The identity document photo info edited by the user. Currently, this parameter is not applied.\nNote: This field may return null, indicating that no valid values can be obtained.",
|
|
1288
|
-
"example": "
|
|
1315
|
+
"example": "无",
|
|
1289
1316
|
"member": "FileInfo",
|
|
1290
1317
|
"name": "CardInfoInputJson",
|
|
1291
1318
|
"output_required": true,
|
|
@@ -1301,6 +1328,16 @@
|
|
|
1301
1328
|
"output_required": true,
|
|
1302
1329
|
"type": "string",
|
|
1303
1330
|
"value_allowed_null": false
|
|
1331
|
+
},
|
|
1332
|
+
{
|
|
1333
|
+
"disabled": false,
|
|
1334
|
+
"document": "Describes the detailed reason for the current liveness detection failure. Output only when SdkVersion is PLUS. Details are as follows:\n01 - User kept eyes closed throughout the process.\n02 - User failed to complete the specified action.\n03 - Suspected photo replay attack.\n04 - Suspected synthetic image.\n05 - Suspected synthetic video.\n06 - Suspected synthetic action.\n07 - Suspected fraud template.\n08 - Suspected watermark existence.\n09 - Light verification failed.\n10 - Face verification failed.\n11 - Poor face quality.\n12 - Unqualified collection quality.\n13 - Suspected adversarial sample attack.",
|
|
1335
|
+
"example": "[\"04\"]",
|
|
1336
|
+
"member": "string",
|
|
1337
|
+
"name": "LivenessInfoTag",
|
|
1338
|
+
"output_required": false,
|
|
1339
|
+
"type": "list",
|
|
1340
|
+
"value_allowed_null": true
|
|
1304
1341
|
}
|
|
1305
1342
|
],
|
|
1306
1343
|
"usage": "out"
|
|
@@ -1705,7 +1742,7 @@
|
|
|
1705
1742
|
{
|
|
1706
1743
|
"disabled": false,
|
|
1707
1744
|
"document": "License number\nNote: This field may return null, indicating that no valid values can be obtained.",
|
|
1708
|
-
"example": "
|
|
1745
|
+
"example": "S7033777J",
|
|
1709
1746
|
"member": "string",
|
|
1710
1747
|
"name": "LicenseNumber",
|
|
1711
1748
|
"output_required": true,
|
|
@@ -1715,7 +1752,7 @@
|
|
|
1715
1752
|
{
|
|
1716
1753
|
"disabled": false,
|
|
1717
1754
|
"document": "Personal number, which is returned when it is a passport\nNote: This field may return null, indicating that no valid values can be obtained.",
|
|
1718
|
-
"example": "
|
|
1755
|
+
"example": "K2152143P",
|
|
1719
1756
|
"member": "string",
|
|
1720
1757
|
"name": "PersonalNumber",
|
|
1721
1758
|
"output_required": true,
|
|
@@ -1725,7 +1762,7 @@
|
|
|
1725
1762
|
{
|
|
1726
1763
|
"disabled": false,
|
|
1727
1764
|
"document": "The first line of passport machine reading code\nNote: This field may return null, indicating that no valid values can be obtained.",
|
|
1728
|
-
"example": "
|
|
1765
|
+
"example": "EM98767821CHN9302280F3407105LKMOLPMC<<<<A926",
|
|
1729
1766
|
"member": "string",
|
|
1730
1767
|
"name": "PassportCodeFirst",
|
|
1731
1768
|
"output_required": true,
|
|
@@ -1735,7 +1772,7 @@
|
|
|
1735
1772
|
{
|
|
1736
1773
|
"disabled": false,
|
|
1737
1774
|
"document": "The first line of passport machine reading code\nNote: This field may return null, indicating that no valid values can be obtained.",
|
|
1738
|
-
"example": "
|
|
1775
|
+
"example": "POCHNHE<<KE<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<",
|
|
1739
1776
|
"member": "string",
|
|
1740
1777
|
"name": "PassportCodeSecond",
|
|
1741
1778
|
"output_required": true,
|
|
@@ -1745,7 +1782,7 @@
|
|
|
1745
1782
|
{
|
|
1746
1783
|
"disabled": false,
|
|
1747
1784
|
"document": "Date of expiry in the format of YYYY-MM-DD\nNote: This field may return null, indicating that no valid values can be obtained.",
|
|
1748
|
-
"example": "
|
|
1785
|
+
"example": "2026/09/11",
|
|
1749
1786
|
"member": "string",
|
|
1750
1787
|
"name": "ExpirationDate",
|
|
1751
1788
|
"output_required": true,
|
|
@@ -1755,7 +1792,7 @@
|
|
|
1755
1792
|
{
|
|
1756
1793
|
"disabled": false,
|
|
1757
1794
|
"document": "Valid date in the format of YYYY-MM-DD\nNote: This field may return null, indicating that no valid values can be obtained.",
|
|
1758
|
-
"example": "
|
|
1795
|
+
"example": "2021/03/09",
|
|
1759
1796
|
"member": "string",
|
|
1760
1797
|
"name": "DueDate",
|
|
1761
1798
|
"output_required": true,
|
|
@@ -1765,7 +1802,7 @@
|
|
|
1765
1802
|
{
|
|
1766
1803
|
"disabled": false,
|
|
1767
1804
|
"document": "Date of issue in the format of YYYY-MM-DD\nNote: This field may return null, indicating that no valid values can be obtained.",
|
|
1768
|
-
"example": "
|
|
1805
|
+
"example": "2021/03/09",
|
|
1769
1806
|
"member": "string",
|
|
1770
1807
|
"name": "IssuedDate",
|
|
1771
1808
|
"output_required": true,
|
|
@@ -1775,7 +1812,7 @@
|
|
|
1775
1812
|
{
|
|
1776
1813
|
"disabled": false,
|
|
1777
1814
|
"document": "Issuing authority\nNote: This field may return null, indicating that no valid values can be obtained.",
|
|
1778
|
-
"example": "
|
|
1815
|
+
"example": "MINISTRY OF HOME AFFAIRS",
|
|
1779
1816
|
"member": "string",
|
|
1780
1817
|
"name": "IssuedAuthority",
|
|
1781
1818
|
"output_required": true,
|
|
@@ -1785,7 +1822,7 @@
|
|
|
1785
1822
|
{
|
|
1786
1823
|
"disabled": false,
|
|
1787
1824
|
"document": "Issuing country, which is returned following the ISO 3166 country coding specification\nNote: This field may return null, indicating that no valid values can be obtained.\nExample: MYS",
|
|
1788
|
-
"example": "
|
|
1825
|
+
"example": "SGP",
|
|
1789
1826
|
"member": "string",
|
|
1790
1827
|
"name": "IssuedCountry",
|
|
1791
1828
|
"output_required": true,
|
|
@@ -1795,7 +1832,7 @@
|
|
|
1795
1832
|
{
|
|
1796
1833
|
"disabled": false,
|
|
1797
1834
|
"document": "Full Name\nNote: This field may return null, indicating that no valid values can be obtained.",
|
|
1798
|
-
"example": "
|
|
1835
|
+
"example": "LCY KAI LIM",
|
|
1799
1836
|
"member": "string",
|
|
1800
1837
|
"name": "FullName",
|
|
1801
1838
|
"output_required": true,
|
|
@@ -1805,7 +1842,7 @@
|
|
|
1805
1842
|
{
|
|
1806
1843
|
"disabled": false,
|
|
1807
1844
|
"document": "First name\nNote: This field may return null, indicating that no valid values can be obtained.",
|
|
1808
|
-
"example": "
|
|
1845
|
+
"example": "LCY",
|
|
1809
1846
|
"member": "string",
|
|
1810
1847
|
"name": "FirstName",
|
|
1811
1848
|
"output_required": true,
|
|
@@ -1815,7 +1852,7 @@
|
|
|
1815
1852
|
{
|
|
1816
1853
|
"disabled": false,
|
|
1817
1854
|
"document": "Last name\nNote: This field may return null, indicating that no valid values can be obtained.",
|
|
1818
|
-
"example": "
|
|
1855
|
+
"example": "LIM",
|
|
1819
1856
|
"member": "string",
|
|
1820
1857
|
"name": "LastName",
|
|
1821
1858
|
"output_required": true,
|
|
@@ -1835,7 +1872,7 @@
|
|
|
1835
1872
|
{
|
|
1836
1873
|
"disabled": false,
|
|
1837
1874
|
"document": "Age. 0 indicates that no valid information is obtained.\nExample: 0",
|
|
1838
|
-
"example": "
|
|
1875
|
+
"example": "0",
|
|
1839
1876
|
"member": "string",
|
|
1840
1877
|
"name": "Age",
|
|
1841
1878
|
"output_required": true,
|
|
@@ -1855,7 +1892,7 @@
|
|
|
1855
1892
|
{
|
|
1856
1893
|
"disabled": false,
|
|
1857
1894
|
"document": "Birth place\nNote: This field may return null, indicating that no valid values can be obtained.",
|
|
1858
|
-
"example": "
|
|
1895
|
+
"example": "SINGAPORE",
|
|
1859
1896
|
"member": "string",
|
|
1860
1897
|
"name": "BirthPlace",
|
|
1861
1898
|
"output_required": true,
|
|
@@ -1875,7 +1912,7 @@
|
|
|
1875
1912
|
{
|
|
1876
1913
|
"disabled": false,
|
|
1877
1914
|
"document": "Registration number\nNote: This field may return null, indicating that no valid values can be obtained.",
|
|
1878
|
-
"example": "
|
|
1915
|
+
"example": "1140",
|
|
1879
1916
|
"member": "string",
|
|
1880
1917
|
"name": "RegistrationNumber",
|
|
1881
1918
|
"output_required": true,
|
|
@@ -1891,6 +1928,36 @@
|
|
|
1891
1928
|
"output_required": false,
|
|
1892
1929
|
"type": "object",
|
|
1893
1930
|
"value_allowed_null": true
|
|
1931
|
+
},
|
|
1932
|
+
{
|
|
1933
|
+
"disabled": false,
|
|
1934
|
+
"document": "Localized name.",
|
|
1935
|
+
"example": "刘洋",
|
|
1936
|
+
"member": "string",
|
|
1937
|
+
"name": "FullNameLocal",
|
|
1938
|
+
"output_required": false,
|
|
1939
|
+
"type": "string",
|
|
1940
|
+
"value_allowed_null": false
|
|
1941
|
+
},
|
|
1942
|
+
{
|
|
1943
|
+
"disabled": false,
|
|
1944
|
+
"document": "Localization.",
|
|
1945
|
+
"example": "洋",
|
|
1946
|
+
"member": "string",
|
|
1947
|
+
"name": "FirstNameLocal",
|
|
1948
|
+
"output_required": false,
|
|
1949
|
+
"type": "string",
|
|
1950
|
+
"value_allowed_null": false
|
|
1951
|
+
},
|
|
1952
|
+
{
|
|
1953
|
+
"disabled": false,
|
|
1954
|
+
"document": "Localized surname.",
|
|
1955
|
+
"example": "刘",
|
|
1956
|
+
"member": "string",
|
|
1957
|
+
"name": "LastNameLocal",
|
|
1958
|
+
"output_required": false,
|
|
1959
|
+
"type": "string",
|
|
1960
|
+
"value_allowed_null": false
|
|
1894
1961
|
}
|
|
1895
1962
|
],
|
|
1896
1963
|
"usage": "out"
|
|
@@ -2145,6 +2212,26 @@
|
|
|
2145
2212
|
"type": "string",
|
|
2146
2213
|
"value_allowed_null": true
|
|
2147
2214
|
},
|
|
2215
|
+
{
|
|
2216
|
+
"disabled": false,
|
|
2217
|
+
"document": "Describe the risk level of the device where the current request is located, with a total of 4 levels. The details are as follows:\n1 - Secure\n2 - Low Risk\n3 - Medium Risk\n4 - High Risk\nEmpty - Risk level not obtained.\nOnly returned for the Enhance and Plus version, with the default value being empty.",
|
|
2218
|
+
"example": "1",
|
|
2219
|
+
"member": "string",
|
|
2220
|
+
"name": "DeviceInfoLevel",
|
|
2221
|
+
"output_required": false,
|
|
2222
|
+
"type": "string",
|
|
2223
|
+
"value_allowed_null": false
|
|
2224
|
+
},
|
|
2225
|
+
{
|
|
2226
|
+
"disabled": false,
|
|
2227
|
+
"document": "Describes the detailed reason for the current liveness detection failure. Output only when SdkVersion is PLUS. Details are as follows:\n01 - User kept eyes closed throughout the process.\n02 - User failed to complete the specified action.\n03 - Suspected photo replay attack.\n04 - Suspected synthetic image.\n05 - Suspected synthetic video.\n06 - Suspected synthetic action.\n07 - Suspected fraud template.\n08 - Suspected watermark existence.\n09 - Light verification failed.\n10 - Face verification failed.\n11 - Poor face quality.\n12 - Unqualified collection quality.\n13 - Suspected adversarial sample attack.",
|
|
2228
|
+
"example": "[\"04\"]",
|
|
2229
|
+
"member": "string",
|
|
2230
|
+
"name": "LivenessInfoTag",
|
|
2231
|
+
"output_required": false,
|
|
2232
|
+
"type": "list",
|
|
2233
|
+
"value_allowed_null": true
|
|
2234
|
+
},
|
|
2148
2235
|
{
|
|
2149
2236
|
"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.",
|
|
2150
2237
|
"member": "string",
|
|
@@ -2159,7 +2246,7 @@
|
|
|
2159
2246
|
"members": [
|
|
2160
2247
|
{
|
|
2161
2248
|
"disabled": false,
|
|
2162
|
-
"document": "The detection mode. Valid values:\n`liveness`: Liveness detection only.\n`compare`: Selfie
|
|
2249
|
+
"document": "The detection mode. Valid values:\n`liveness`: Liveness detection only.\n`compare`: Selfie Verification(liveness detection and face comparison).\nDefault value: `liveness`.",
|
|
2163
2250
|
"example": "liveness",
|
|
2164
2251
|
"member": "string",
|
|
2165
2252
|
"name": "CheckMode",
|
|
@@ -2178,7 +2265,7 @@
|
|
|
2178
2265
|
{
|
|
2179
2266
|
"disabled": false,
|
|
2180
2267
|
"document": "The photo (in Base64) to compare. This parameter is required when the value of `CheckMode` is `compare`.",
|
|
2181
|
-
"example": "
|
|
2268
|
+
"example": "/9j/4AAQSkZJRg.....s97n//2Q==",
|
|
2182
2269
|
"member": "string",
|
|
2183
2270
|
"name": "Image",
|
|
2184
2271
|
"required": false,
|
|
@@ -2187,7 +2274,7 @@
|
|
|
2187
2274
|
{
|
|
2188
2275
|
"disabled": false,
|
|
2189
2276
|
"document": "The pass-through parameter, which can be omitted if there are no special requirements.",
|
|
2190
|
-
"example": "
|
|
2277
|
+
"example": "extra",
|
|
2191
2278
|
"member": "string",
|
|
2192
2279
|
"name": "Extra",
|
|
2193
2280
|
"required": false,
|
|
@@ -2201,6 +2288,15 @@
|
|
|
2201
2288
|
"name": "ActionList",
|
|
2202
2289
|
"required": false,
|
|
2203
2290
|
"type": "string"
|
|
2291
|
+
},
|
|
2292
|
+
{
|
|
2293
|
+
"disabled": false,
|
|
2294
|
+
"document": "BASIC: Basic version (Default).\nENHANCE: Enhance version, enable additional output of device risk level field.\nPRO: Pro version, enable additional output of attack type fields.\nPLUS: Plus version, enable additional output of device risk level and attack type fields.\nPlease contact us to access enhance version & plus version.\t",
|
|
2295
|
+
"example": "BASIC",
|
|
2296
|
+
"member": "string",
|
|
2297
|
+
"name": "SdkVersion",
|
|
2298
|
+
"required": false,
|
|
2299
|
+
"type": "string"
|
|
2204
2300
|
}
|
|
2205
2301
|
],
|
|
2206
2302
|
"type": "object"
|
|
@@ -2300,7 +2396,7 @@
|
|
|
2300
2396
|
{
|
|
2301
2397
|
"disabled": false,
|
|
2302
2398
|
"document": "The token used to identify an SDK-based verification process. ",
|
|
2303
|
-
"example": "
|
|
2399
|
+
"example": "41734715-B5D9-4DD8-A0C6-804BE5B45AD1",
|
|
2304
2400
|
"member": "string",
|
|
2305
2401
|
"name": "SdkToken",
|
|
2306
2402
|
"required": true,
|
|
@@ -2315,7 +2411,7 @@
|
|
|
2315
2411
|
{
|
|
2316
2412
|
"disabled": false,
|
|
2317
2413
|
"document": "The result code of the verification result.",
|
|
2318
|
-
"example": "
|
|
2414
|
+
"example": "0",
|
|
2319
2415
|
"member": "string",
|
|
2320
2416
|
"name": "Result",
|
|
2321
2417
|
"output_required": true,
|
|
@@ -2325,7 +2421,7 @@
|
|
|
2325
2421
|
{
|
|
2326
2422
|
"disabled": false,
|
|
2327
2423
|
"document": "The verification result description.",
|
|
2328
|
-
"example": "
|
|
2424
|
+
"example": "success",
|
|
2329
2425
|
"member": "string",
|
|
2330
2426
|
"name": "Description",
|
|
2331
2427
|
"output_required": true,
|
|
@@ -2365,13 +2461,23 @@
|
|
|
2365
2461
|
{
|
|
2366
2462
|
"disabled": false,
|
|
2367
2463
|
"document": "Data passed through in the process of getting the token.",
|
|
2368
|
-
"example": "
|
|
2464
|
+
"example": "\"extra\"",
|
|
2369
2465
|
"member": "string",
|
|
2370
2466
|
"name": "Extra",
|
|
2371
2467
|
"output_required": true,
|
|
2372
2468
|
"type": "string",
|
|
2373
2469
|
"value_allowed_null": false
|
|
2374
2470
|
},
|
|
2471
|
+
{
|
|
2472
|
+
"disabled": false,
|
|
2473
|
+
"document": "Describe the risk level of the device where the current request is located, with a total of 4 levels. The details are as follows:\n1 - Secure\n2 - Low Risk\n3 - Medium Risk\n4 - High Risk\nEmpty - Risk level not obtained.\nOnly returned for the Enhance and Plus version, with the default value being empty.",
|
|
2474
|
+
"example": "1",
|
|
2475
|
+
"member": "string",
|
|
2476
|
+
"name": "DeviceInfoLevel",
|
|
2477
|
+
"output_required": false,
|
|
2478
|
+
"type": "string",
|
|
2479
|
+
"value_allowed_null": false
|
|
2480
|
+
},
|
|
2375
2481
|
{
|
|
2376
2482
|
"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.",
|
|
2377
2483
|
"member": "string",
|
|
@@ -3976,7 +4082,7 @@
|
|
|
3976
4082
|
{
|
|
3977
4083
|
"disabled": false,
|
|
3978
4084
|
"document": "Telex code correspondint to the Chinese name\nNote: This field may return null, indicating that no valid values can be obtained.",
|
|
3979
|
-
"example": "
|
|
4085
|
+
"example": "中文姓名对应电码",
|
|
3980
4086
|
"member": "string",
|
|
3981
4087
|
"name": "RegistrationNumber",
|
|
3982
4088
|
"output_required": false,
|
|
@@ -4006,7 +4112,7 @@
|
|
|
4006
4112
|
{
|
|
4007
4113
|
"disabled": false,
|
|
4008
4114
|
"document": "Permanent resident ID card: 0-non-permanent; 1-permanent; -1-unknown\nNote: This field may return null, indicating that no valid values can be obtained.",
|
|
4009
|
-
"example": "
|
|
4115
|
+
"example": "1",
|
|
4010
4116
|
"member": "string",
|
|
4011
4117
|
"name": "Permanent",
|
|
4012
4118
|
"output_required": false,
|
|
@@ -4026,7 +4132,7 @@
|
|
|
4026
4132
|
{
|
|
4027
4133
|
"disabled": false,
|
|
4028
4134
|
"document": "Lisence symbol, which is the symbol below Birthday. Example: \"***AZ\"\nNote: This field may return null, indicating that no valid values can be obtained.",
|
|
4029
|
-
"example": "
|
|
4135
|
+
"example": "***AZ",
|
|
4030
4136
|
"member": "string",
|
|
4031
4137
|
"name": "Symbol",
|
|
4032
4138
|
"output_required": false,
|
|
@@ -4036,7 +4142,7 @@
|
|
|
4036
4142
|
{
|
|
4037
4143
|
"disabled": false,
|
|
4038
4144
|
"document": "The first date of issue\nNote: This field may return null, indicating that no valid values can be obtained.",
|
|
4039
|
-
"example": "无",
|
|
4145
|
+
"example": "无 ",
|
|
4040
4146
|
"member": "string",
|
|
4041
4147
|
"name": "IssuedDate",
|
|
4042
4148
|
"output_required": false,
|
|
@@ -4046,12 +4152,22 @@
|
|
|
4046
4152
|
{
|
|
4047
4153
|
"disabled": false,
|
|
4048
4154
|
"document": "The current date of issue\nNote: This field may return null, indicating that no valid values can be obtained.",
|
|
4049
|
-
"example": "
|
|
4155
|
+
"example": "16-06-06",
|
|
4050
4156
|
"member": "string",
|
|
4051
4157
|
"name": "CurrentIssueDate",
|
|
4052
4158
|
"output_required": false,
|
|
4053
4159
|
"type": "string",
|
|
4054
4160
|
"value_allowed_null": true
|
|
4161
|
+
},
|
|
4162
|
+
{
|
|
4163
|
+
"disabled": false,
|
|
4164
|
+
"document": "Hong kong identity card version.\nNote: This field may return null, indicating that no valid values can be obtained.",
|
|
4165
|
+
"example": "HKID-2003",
|
|
4166
|
+
"member": "string",
|
|
4167
|
+
"name": "HKIDVersion",
|
|
4168
|
+
"output_required": false,
|
|
4169
|
+
"type": "string",
|
|
4170
|
+
"value_allowed_null": true
|
|
4055
4171
|
}
|
|
4056
4172
|
],
|
|
4057
4173
|
"usage": "out"
|
|
@@ -5569,7 +5685,7 @@
|
|
|
5569
5685
|
"members": [
|
|
5570
5686
|
{
|
|
5571
5687
|
"disabled": false,
|
|
5572
|
-
"document": "When starting verification, whether to skip the starting verification page. If true, enter the verification process directly.
|
|
5688
|
+
"document": "When starting verification, whether to skip the starting verification page. If true, enter the verification process directly. This configuration will not take effect if the downgrade policy is triggered. The default is false.\nExample: false",
|
|
5573
5689
|
"example": "false",
|
|
5574
5690
|
"member": "bool",
|
|
5575
5691
|
"name": "AutoSkipStartPage",
|
|
@@ -5578,7 +5694,7 @@
|
|
|
5578
5694
|
},
|
|
5579
5695
|
{
|
|
5580
5696
|
"disabled": false,
|
|
5581
|
-
"document": "When the verification passed, whether to skip the result page and automatically jump to RedirectURL. The default value is false.\nExample
|
|
5697
|
+
"document": "When the verification passed, whether to skip the result page and automatically jump to RedirectURL. The default value is false.\nExample: false",
|
|
5582
5698
|
"example": "false",
|
|
5583
5699
|
"member": "bool",
|
|
5584
5700
|
"name": "AutoSkip",
|
|
@@ -5587,7 +5703,7 @@
|
|
|
5587
5703
|
},
|
|
5588
5704
|
{
|
|
5589
5705
|
"disabled": false,
|
|
5590
|
-
"document": "Detection mode, parameter values are as follows:\n1: OCR+liveness detection & face comparison;\n2: Liveness detection & face comparison;\n3: Liveness detection;\n4: OCR;\nThe default value is 2.\nExample
|
|
5706
|
+
"document": "Detection mode, parameter values are as follows:\n1: OCR+liveness detection & face comparison;\n2: Liveness detection & face comparison;\n3: Liveness detection;\n4: OCR;\nThe default value is 2.\nExample: 3",
|
|
5591
5707
|
"example": "1",
|
|
5592
5708
|
"member": "int64",
|
|
5593
5709
|
"name": "CheckMode",
|
|
@@ -5596,7 +5712,7 @@
|
|
|
5596
5712
|
},
|
|
5597
5713
|
{
|
|
5598
5714
|
"disabled": false,
|
|
5599
|
-
"document": "
|
|
5715
|
+
"document": "Card Type for verification. The following types are supported:\n1.HKIDCard: Hong Kong (China) ID card\n2.MLIDCard: Malaysia ID card\n3.IndonesialDCard: Indonesia ID card\n4.PhilippinesVoteID: Philippines Vote lD card\n5.PhilippinesDrivingLicense: Philippines driving license\n6.PhilippinesTinID: Philippines TinID card\n7.PhilippinesSSSID: Philippines SSSID card\n8.PhilippinesUMID: Philippines UMID card\n9.InternationallDPassport: ID cards of Hong Kong (China), Macao (China) and Taiwan (China), and international passport.\n10.ThailandIDCard: Thailand ID card\n11.SingaporelDCard: Singapore ID card\n12.MainlandIDCard: Mainland (China) ID card\nExample: HKIDCard",
|
|
5600
5716
|
"example": "HKIDCard",
|
|
5601
5717
|
"member": "string",
|
|
5602
5718
|
"name": "IDCardType",
|
|
@@ -5605,7 +5721,7 @@
|
|
|
5605
5721
|
},
|
|
5606
5722
|
{
|
|
5607
5723
|
"disabled": false,
|
|
5608
|
-
"document": "Whether to turn off document alarms, the default is false (the alarm detection function is turned on). When enabled, the identity authentication process will be intercepted based on the alarm status of the certificate. If you need to use the document authentication function, please contact us
|
|
5724
|
+
"document": "Whether to turn off document alarms, the default is false (the alarm detection function is turned on). When enabled, the identity authentication process will be intercepted based on the alarm status of the certificate. If you need to use the document authentication function, please contact us.\nExample: false",
|
|
5609
5725
|
"example": "false",
|
|
5610
5726
|
"member": "bool",
|
|
5611
5727
|
"name": "DisableCheckOcrWarnings",
|
|
@@ -5614,7 +5730,7 @@
|
|
|
5614
5730
|
},
|
|
5615
5731
|
{
|
|
5616
5732
|
"disabled": false,
|
|
5617
|
-
"document": "Liveness security level
|
|
5733
|
+
"document": "Liveness security level, the default value is 3. The currently supported security level are as follows:\n1:Silent mode;\n2:Action mode;\n3:Lighting mode;\n4:Action+Lighting mode;\n5:Action+Lighting(High security) mode.\nExample: 4",
|
|
5618
5734
|
"example": "3",
|
|
5619
5735
|
"member": "int64",
|
|
5620
5736
|
"name": "SecurityLevel",
|
|
@@ -5623,7 +5739,7 @@
|
|
|
5623
5739
|
},
|
|
5624
5740
|
{
|
|
5625
5741
|
"disabled": false,
|
|
5626
|
-
"document": "Whether to skip the agreement page
|
|
5742
|
+
"document": "Whether to skip the agreement page. When SkipPrivacyPolicy is false, the agreement page will be displayed and the privacy agreement needs to be checked; when SkipPrivacyPolicy is true, the agreement page will be skipped and the liveness process will be entered directly without checking the privacy agreement page. The default is false.\nExample: false",
|
|
5627
5743
|
"example": "false",
|
|
5628
5744
|
"member": "bool",
|
|
5629
5745
|
"name": "SkipPrivacyPolicy",
|
|
@@ -5632,7 +5748,7 @@
|
|
|
5632
5748
|
},
|
|
5633
5749
|
{
|
|
5634
5750
|
"disabled": false,
|
|
5635
|
-
"document": "
|
|
5751
|
+
"document": "whether to display the cropped ID card image. When set to false, the original ID card image is displayed. When set to true, the cropped version is displayed. The default value is false. \nExample: false",
|
|
5636
5752
|
"example": "false",
|
|
5637
5753
|
"member": "bool",
|
|
5638
5754
|
"name": "IdCardCutReturn",
|
|
@@ -5641,7 +5757,7 @@
|
|
|
5641
5757
|
},
|
|
5642
5758
|
{
|
|
5643
5759
|
"disabled": false,
|
|
5644
|
-
"document": "Front-end theme color, in the format of RGB hexadecimal color code.
|
|
5760
|
+
"document": "Front-end theme color, in the format of RGB hexadecimal color code. If the format is incorrect, the default value color will be used. The default value is \"#2d72f1\".\nExample: #2d72f1",
|
|
5645
5761
|
"example": "#2d72f1",
|
|
5646
5762
|
"member": "string",
|
|
5647
5763
|
"name": "ThemeColor",
|
|
@@ -5650,7 +5766,7 @@
|
|
|
5650
5766
|
},
|
|
5651
5767
|
{
|
|
5652
5768
|
"disabled": false,
|
|
5653
|
-
"document": "International language, the default value is en (English).
|
|
5769
|
+
"document": "International language, the default value is en (English). The currently supported language are as follows: \nth: Thai; \nen: English; \nzh-cn: Simplified Chinese; \nzh-tc: Tradionnal Chinese; \nid: Bahasa Indonesia.",
|
|
5654
5770
|
"example": "en",
|
|
5655
5771
|
"member": "string",
|
|
5656
5772
|
"name": "Language",
|
|
@@ -5659,7 +5775,7 @@
|
|
|
5659
5775
|
},
|
|
5660
5776
|
{
|
|
5661
5777
|
"disabled": false,
|
|
5662
|
-
"document": "Automatic downgrade mode,
|
|
5778
|
+
"document": "Automatic downgrade mode, the following parameter are supported: \n1: Downgrade to silent live mode; \n2: Disable downgrade mode. \nThe default value is 1.",
|
|
5663
5779
|
"example": "1",
|
|
5664
5780
|
"member": "int64",
|
|
5665
5781
|
"name": "AutoDowngrade",
|
|
@@ -5668,7 +5784,7 @@
|
|
|
5668
5784
|
},
|
|
5669
5785
|
{
|
|
5670
5786
|
"disabled": false,
|
|
5671
|
-
"document": "This interface is used to control th action sequences.\
|
|
5787
|
+
"document": "This interface is used to control th action sequences.\nThe supported action types are as follows:\n\"blink\";\n\"mouth\";\n\"nod\";\n\"shake\".\nYou can choose 1-2 actions out of the four. Single action example: \"blink\". Multiple action example: \"blink,mouth\". The different action types passed in this parameter take effect only when the SecurityLevel is 2, 4, or 5; otherwise, the interface reports an error.\nThe default value is blink.",
|
|
5672
5788
|
"example": "blink",
|
|
5673
5789
|
"member": "string",
|
|
5674
5790
|
"name": "ActionList",
|
|
@@ -5677,12 +5793,39 @@
|
|
|
5677
5793
|
},
|
|
5678
5794
|
{
|
|
5679
5795
|
"disabled": false,
|
|
5680
|
-
"document": "Control liveness retry number.The value range is 1-99.",
|
|
5796
|
+
"document": "Control liveness retry number.The value range is 1-99.\nThe default value is 99.",
|
|
5681
5797
|
"example": "3",
|
|
5682
5798
|
"member": "int64",
|
|
5683
5799
|
"name": "LivenessRetryLimit",
|
|
5684
5800
|
"required": false,
|
|
5685
5801
|
"type": "int"
|
|
5802
|
+
},
|
|
5803
|
+
{
|
|
5804
|
+
"disabled": false,
|
|
5805
|
+
"document": "Specifies the liveness detection timeout period in seconds. value range: (0,600].\nThe default value is 45.",
|
|
5806
|
+
"example": "45",
|
|
5807
|
+
"member": "uint64",
|
|
5808
|
+
"name": "LivenessTimeout",
|
|
5809
|
+
"required": false,
|
|
5810
|
+
"type": "int"
|
|
5811
|
+
},
|
|
5812
|
+
{
|
|
5813
|
+
"disabled": false,
|
|
5814
|
+
"document": "Selects OCR alarms requiring attention. When an OCR Alarm occurs, the identity verification process will be interrupted. Default value is empty, indicating all alarms are monitored. This feature requires the parameter DisableCheckOcrWarnings=false. If the Alarm is disabled, this parameter will not be effective. The supported alarm types are as follows:\n-9101: Incomplete Border Alert;\n-9102: Copy Document Alert;\n-9103: Remediated Document Alert;\n-9104: PS-altered Document Alert;\n-9107: Glare Alert;\n-9108: Blurriness Alert;\n-9109: Alert Not Activated.",
|
|
5815
|
+
"example": "-9104,-9105",
|
|
5816
|
+
"member": "string",
|
|
5817
|
+
"name": "SelectedWarningCodes",
|
|
5818
|
+
"required": false,
|
|
5819
|
+
"type": "string"
|
|
5820
|
+
},
|
|
5821
|
+
{
|
|
5822
|
+
"disabled": false,
|
|
5823
|
+
"document": "Whether expired identity documents are permitted to proceed to the liveness detection process. This parameter only takes effect when the document type is Hong Kong Identity Card (HKID).\ntrue (default value): Expired HKID is allowed to enter the liveness process.\nfalse : Expired HKID is rejected and cannot enter the liveness process.",
|
|
5824
|
+
"example": "true",
|
|
5825
|
+
"member": "bool",
|
|
5826
|
+
"name": "AllowExpiredDocument",
|
|
5827
|
+
"required": false,
|
|
5828
|
+
"type": "bool"
|
|
5686
5829
|
}
|
|
5687
5830
|
],
|
|
5688
5831
|
"usage": "in"
|