tencentcloud-sdk-nodejs-intl-en 3.0.1382 → 3.0.1384
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.
- package/package.json +1 -1
- package/tencentcloud/antiddos/v20200309/models.js +6 -6
- package/tencentcloud/bi/v20220105/bi_client.js +70 -1
- package/tencentcloud/bi/v20220105/models.js +832 -43
- package/tencentcloud/billing/v20180709/models.js +19 -20
- package/tencentcloud/chdfs/v20201112/models.js +14 -7
- package/tencentcloud/ciam/index.js +1 -1
- package/tencentcloud/clb/index.js +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/cynosdb/v20190107/cynosdb_client.js +17 -3
- package/tencentcloud/cynosdb/v20190107/models.js +285 -15
- package/tencentcloud/dts/v20211206/dts_client.js +0 -1
- package/tencentcloud/dts/v20211206/models.js +114 -59
- package/tencentcloud/es/v20180416/es_client.js +197 -132
- package/tencentcloud/es/v20180416/models.js +1455 -958
- package/tencentcloud/facefusion/v20220927/models.js +18 -12
- package/tencentcloud/faceid/v20180301/models.js +17 -78
- package/tencentcloud/mps/v20190612/models.js +751 -329
- package/tencentcloud/mps/v20190612/mps_client.js +49 -18
- package/tencentcloud/organization/index.js +1 -1
- package/tencentcloud/scf/v20180416/models.js +3 -3
- package/tencentcloud/tcsas/v20250106/models.js +63 -0
- package/tencentcloud/tdmysql/v20211122/models.js +130 -0
- package/tencentcloud/tdmysql/v20211122/tdmysql_client.js +14 -0
- package/tencentcloud/trabbit/v20230418/models.js +86 -0
- package/tencentcloud/trabbit/v20230418/trabbit_client.js +1 -0
- package/tencentcloud/vod/index.js +1 -1
- package/tencentcloud/wedata/index.js +1 -1
|
@@ -268,7 +268,7 @@ Note: This field may return null, indicating that no valid values can be obtaine
|
|
|
268
268
|
}
|
|
269
269
|
|
|
270
270
|
/**
|
|
271
|
-
*
|
|
271
|
+
* Facial Information of Inappropriate Content Detection in Face Fusion
|
|
272
272
|
* @class
|
|
273
273
|
*/
|
|
274
274
|
class FuseFaceReviewDetail extends AbstractModel {
|
|
@@ -276,25 +276,31 @@ class FuseFaceReviewDetail extends AbstractModel {
|
|
|
276
276
|
super();
|
|
277
277
|
|
|
278
278
|
/**
|
|
279
|
-
*
|
|
279
|
+
* Reserved field
|
|
280
280
|
* @type {string || null}
|
|
281
281
|
*/
|
|
282
282
|
this.Field = null;
|
|
283
283
|
|
|
284
284
|
/**
|
|
285
|
-
*
|
|
285
|
+
* Label Names Matched by Content Moderation
|
|
286
286
|
* @type {string || null}
|
|
287
287
|
*/
|
|
288
288
|
this.Label = null;
|
|
289
289
|
|
|
290
290
|
/**
|
|
291
|
-
*
|
|
291
|
+
* Confidence score of the detection label. A higher score means a greater likelihood of violations.
|
|
292
|
+
0-70: Suggestion = PASS
|
|
293
|
+
70-80: Suggestion = REVIEW
|
|
294
|
+
80-100: Suggestion = BLOCK
|
|
292
295
|
* @type {number || null}
|
|
293
296
|
*/
|
|
294
297
|
this.Confidence = null;
|
|
295
298
|
|
|
296
299
|
/**
|
|
297
|
-
*
|
|
300
|
+
* Moderation Conclusion for Detection Scenarios
|
|
301
|
+
PASS: Normal
|
|
302
|
+
REVIEW: Suspicious
|
|
303
|
+
BLOCK: Violation
|
|
298
304
|
* @type {string || null}
|
|
299
305
|
*/
|
|
300
306
|
this.Suggestion = null;
|
|
@@ -497,7 +503,7 @@ Width and height are no less than 30.
|
|
|
497
503
|
}
|
|
498
504
|
|
|
499
505
|
/**
|
|
500
|
-
*
|
|
506
|
+
* Face Fusion Inappropriate Content Detection Response Parameter item
|
|
501
507
|
* @class
|
|
502
508
|
*/
|
|
503
509
|
class FuseFaceReviewResult extends AbstractModel {
|
|
@@ -505,37 +511,37 @@ class FuseFaceReviewResult extends AbstractModel {
|
|
|
505
511
|
super();
|
|
506
512
|
|
|
507
513
|
/**
|
|
508
|
-
*
|
|
514
|
+
* Reserved field
|
|
509
515
|
* @type {string || null}
|
|
510
516
|
*/
|
|
511
517
|
this.Category = null;
|
|
512
518
|
|
|
513
519
|
/**
|
|
514
|
-
*
|
|
520
|
+
* Status code. 0 indicates successful processing; other values indicate failure.
|
|
515
521
|
* @type {string || null}
|
|
516
522
|
*/
|
|
517
523
|
this.Code = null;
|
|
518
524
|
|
|
519
525
|
/**
|
|
520
|
-
*
|
|
526
|
+
* Corresponding Status Code Description
|
|
521
527
|
* @type {string || null}
|
|
522
528
|
*/
|
|
523
529
|
this.CodeDescription = null;
|
|
524
530
|
|
|
525
531
|
/**
|
|
526
|
-
*
|
|
532
|
+
* Reserved field
|
|
527
533
|
* @type {number || null}
|
|
528
534
|
*/
|
|
529
535
|
this.Confidence = null;
|
|
530
536
|
|
|
531
537
|
/**
|
|
532
|
-
*
|
|
538
|
+
* Reserved field
|
|
533
539
|
* @type {string || null}
|
|
534
540
|
*/
|
|
535
541
|
this.Suggestion = null;
|
|
536
542
|
|
|
537
543
|
/**
|
|
538
|
-
*
|
|
544
|
+
* Detailed Moderation Content
|
|
539
545
|
* @type {Array.<FuseFaceReviewDetail> || null}
|
|
540
546
|
*/
|
|
541
547
|
this.DetailSet = null;
|
|
@@ -5898,164 +5898,103 @@ class WebVerificationConfigIntl extends AbstractModel {
|
|
|
5898
5898
|
super();
|
|
5899
5899
|
|
|
5900
5900
|
/**
|
|
5901
|
-
*
|
|
5902
|
-
Example: false
|
|
5901
|
+
* <p>Whether to skip the start verification webpage when starting verification. If true, directly enter the verification process. Default false. If the degradation policy is triggered, this configuration will not take effect.</p>
|
|
5903
5902
|
* @type {boolean || null}
|
|
5904
5903
|
*/
|
|
5905
5904
|
this.AutoSkipStartPage = null;
|
|
5906
5905
|
|
|
5907
5906
|
/**
|
|
5908
|
-
*
|
|
5909
|
-
Example: false
|
|
5907
|
+
* <p>Whether to skip the result display page and automatically jump to RedirectURL when verification is successful. Default false.</p>
|
|
5910
5908
|
* @type {boolean || null}
|
|
5911
5909
|
*/
|
|
5912
5910
|
this.AutoSkip = null;
|
|
5913
5911
|
|
|
5914
5912
|
/**
|
|
5915
|
-
* Detection mode
|
|
5916
|
-
1: OCR+liveness detection & face comparison;
|
|
5917
|
-
2: Liveness detection & face comparison;
|
|
5918
|
-
3: Liveness detection;
|
|
5919
|
-
4: OCR;
|
|
5920
|
-
The default value is 2.
|
|
5921
|
-
Example: 3
|
|
5913
|
+
* <p>Detection mode. Parameter values are as follows:<br>1: OCR+liveness detection+face comparison;<br>2: liveness detection+face comparison;<br>3: liveness detection;<br>4: OCR;<br>Default value is 2.</p>
|
|
5922
5914
|
* @type {number || null}
|
|
5923
5915
|
*/
|
|
5924
5916
|
this.CheckMode = null;
|
|
5925
5917
|
|
|
5926
5918
|
/**
|
|
5927
|
-
* Card
|
|
5928
|
-
1.HKIDCard: Hong Kong (China) ID card
|
|
5929
|
-
2.MLIDCard: Malaysia ID card
|
|
5930
|
-
3.IndonesiaIDCard: Indonesia ID card
|
|
5931
|
-
4.PhilippinesVoteID: Philippines Vote lD card
|
|
5932
|
-
5.PhilippinesDrivingLicense: Philippines driving license
|
|
5933
|
-
6.PhilippinesTinID: Philippines TinID card
|
|
5934
|
-
7.PhilippinesSSSID: Philippines SSSID card
|
|
5935
|
-
8.PhilippinesUMID: Philippines UMID card
|
|
5936
|
-
9.InternationalIDPassport: ID cards of Hong Kong (China), Macao (China) and Taiwan (China), and international passport.
|
|
5937
|
-
10.ThailandIDCard: Thailand ID card
|
|
5938
|
-
11.SingaporeIDCard: Singapore ID card
|
|
5939
|
-
12.MainlandIDCard: Mainland (China) ID card
|
|
5940
|
-
Example: HKIDCard
|
|
5919
|
+
* <p>Identity document type used for authentication. Currently supported:<br>1.HKIDCard: Hong Kong (China) identity card<br>2.MLIDCard: Malaysian identity card<br>3.IndonesiaIDCard: Indonesian Identity Card<br>4.PhilippinesVoteID: Philippines voter card<br>5.PhilippinesDrivingLicense: Philippines driving license<br>6.PhilippinesTinID: Philippines TinID<br>7.PhilippinesSSSID: Philippines SSSID<br>8.PhilippinesUMID: Philippines UMID<br>9.InternationalIDPassport: Passport for Hong Kong (China), Macao (China), and Taiwan (China) as well as overseas passport<br>10.ThailandIDCard: Thai Identity Card<br>11.SingaporeIDCard: Singapore ID card<br>12.MainlandIDCard: Mainland ID card</p>
|
|
5941
5920
|
* @type {string || null}
|
|
5942
5921
|
*/
|
|
5943
5922
|
this.IDCardType = null;
|
|
5944
5923
|
|
|
5945
5924
|
/**
|
|
5946
|
-
*
|
|
5947
|
-
Example: false
|
|
5925
|
+
* <p>Want to close document alarm, false by default (enable alarm detection). When enabled, the identity verification process will intercept based on the document alarm status. If you need to use document anti-counterfeiting functionality, <a href="https://www.tencentcloud.com/zh/contact-us">contact us</a>.</p>
|
|
5948
5926
|
* @type {boolean || null}
|
|
5949
5927
|
*/
|
|
5950
5928
|
this.DisableCheckOcrWarnings = null;
|
|
5951
5929
|
|
|
5952
5930
|
/**
|
|
5953
|
-
*
|
|
5954
|
-
1:Silent mode;
|
|
5955
|
-
2:Action mode;
|
|
5956
|
-
3:Lighting mode;
|
|
5957
|
-
4:Action+Lighting mode;
|
|
5958
|
-
5:Action+Lighting(High security) mode. This mode offers higher security but has a lower pass rate. Please contact us before use.
|
|
5959
|
-
|
|
5960
|
-
Example: 4
|
|
5931
|
+
* <p>Security level of authentication:<br>1: Silent liveness;<br>2: Action liveness;<br>3: Light liveness;<br>4: Action + light liveness;<br>Default value is 3.</p>
|
|
5961
5932
|
* @type {number || null}
|
|
5962
5933
|
*/
|
|
5963
5934
|
this.SecurityLevel = null;
|
|
5964
5935
|
|
|
5965
5936
|
/**
|
|
5966
|
-
* Whether to skip the agreement
|
|
5967
|
-
Example: false
|
|
5937
|
+
* <p>Whether to skip the privacy agreement webpage, default false. When SkipPrivacyPolicy is false, the privacy agreement webpage will show and the privacy agreement must be checked. When SkipPrivacyPolicy is true, the privacy agreement webpage will be skipped to directly enter the Live Face Process without the need to check the privacy agreement webpage.</p>
|
|
5968
5938
|
* @type {boolean || null}
|
|
5969
5939
|
*/
|
|
5970
5940
|
this.SkipPrivacyPolicy = null;
|
|
5971
5941
|
|
|
5972
5942
|
/**
|
|
5973
|
-
*
|
|
5974
|
-
Example: false
|
|
5943
|
+
* <p>Default false. When false, show the original document image. When true, show the split document image.</p>
|
|
5975
5944
|
* @type {boolean || null}
|
|
5976
5945
|
*/
|
|
5977
5946
|
this.IdCardCutReturn = null;
|
|
5978
5947
|
|
|
5979
5948
|
/**
|
|
5980
|
-
*
|
|
5981
|
-
Example: #2d72f1
|
|
5949
|
+
* <p>Frontend theme color in base 16 RGB format. Defaults to "#2d72f1". Uses default values if the format is incorrect.</p>
|
|
5982
5950
|
* @type {string || null}
|
|
5983
5951
|
*/
|
|
5984
5952
|
this.ThemeColor = null;
|
|
5985
5953
|
|
|
5986
5954
|
/**
|
|
5987
|
-
*
|
|
5988
|
-
th: Thai;
|
|
5989
|
-
en: English;
|
|
5990
|
-
zh-cn: Simplified Chinese;
|
|
5991
|
-
zh-tc: Tradionnal Chinese;
|
|
5992
|
-
id: Bahasa Indonesia.
|
|
5955
|
+
* <p>Internationalized language, defaults to en (English). Currently supported:<br>th: Thai;<br>en: English;<br>zh-cn: Simplified Chinese;<br>zh-tc: Traditional Chinese;<br>id: Indonesia;</p>
|
|
5993
5956
|
* @type {string || null}
|
|
5994
5957
|
*/
|
|
5995
5958
|
this.Language = null;
|
|
5996
5959
|
|
|
5997
5960
|
/**
|
|
5998
|
-
* Automatic downgrade mode
|
|
5999
|
-
1: Downgrade to silent live mode;
|
|
6000
|
-
2: Disable downgrade mode.
|
|
6001
|
-
The default value is 1.
|
|
5961
|
+
* <p>Automatic downgrade mode. Parameter values as follows:<br>1: Downgrade to silent liveness mode.<br>2: Disable downgrade mode.<br>Default value: 1.</p>
|
|
6002
5962
|
* @type {number || null}
|
|
6003
5963
|
*/
|
|
6004
5964
|
this.AutoDowngrade = null;
|
|
6005
5965
|
|
|
6006
5966
|
/**
|
|
6007
|
-
*
|
|
6008
|
-
The supported action types are as follows:
|
|
6009
|
-
"blink";
|
|
6010
|
-
"mouth";
|
|
6011
|
-
"nod";
|
|
6012
|
-
"shake".
|
|
6013
|
-
You 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.
|
|
6014
|
-
The default value is blink.
|
|
5967
|
+
* <p>Control the action sequence. Action types are as follows:<br>"blink"<br>"mouth"<br>"nod"<br>"shake"<br>Choose 1-2 actions from the four.<br>Single action example: "blink"<br>Multi-action example: "blink,mouth".<br>Default value: blink<br>Input this parameter only when SecurityLevel is 2, 4, or 5 for different action types to take effect; otherwise, an API error occurs.</p>
|
|
6015
5968
|
* @type {string || null}
|
|
6016
5969
|
*/
|
|
6017
5970
|
this.ActionList = null;
|
|
6018
5971
|
|
|
6019
5972
|
/**
|
|
6020
|
-
* Maximum liveness verification attempts.
|
|
6021
|
-
The default value is 99.
|
|
5973
|
+
* <p>Maximum liveness verification attempts. Value ranges from 1 to 99. Default value is 99.</p>
|
|
6022
5974
|
* @type {number || null}
|
|
6023
5975
|
*/
|
|
6024
5976
|
this.LivenessRetryLimit = null;
|
|
6025
5977
|
|
|
6026
5978
|
/**
|
|
6027
|
-
*
|
|
6028
|
-
The default value is 45.
|
|
5979
|
+
* <p>Control the liveness detection timeout period in seconds. The value ranges from 0 to 600. Default: 45 seconds.</p>
|
|
6029
5980
|
* @type {number || null}
|
|
6030
5981
|
*/
|
|
6031
5982
|
this.LivenessTimeout = null;
|
|
6032
5983
|
|
|
6033
5984
|
/**
|
|
6034
|
-
*
|
|
6035
|
-
-9101: Incomplete Border Alert;
|
|
6036
|
-
-9102: Copy Document Alert;
|
|
6037
|
-
-9103: Remediated Document Alert;
|
|
6038
|
-
-9104: PS-altered Document Alert;
|
|
6039
|
-
-9107: Glare Alert;
|
|
6040
|
-
-9108: Blurriness Alert;
|
|
6041
|
-
-9109: Alert Not Activated.
|
|
5985
|
+
* <p>Select OCR alarms that require attention. When an OCR alarm is generated, the identity verification process will be interrupted. The 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.</p><p>Alarm code list and definitions:<br>-9101 Incomplete border alarm<br>-9102 Photocopies alarm<br>-9103 Alarm for rephotographing<br>-9104 ps alarm<br>-9107 Reflective alarm<br>-9108 Blurry alarm<br>-9109 Alarm not enabled</p>
|
|
6042
5986
|
* @type {string || null}
|
|
6043
5987
|
*/
|
|
6044
5988
|
this.SelectedWarningCodes = null;
|
|
6045
5989
|
|
|
6046
5990
|
/**
|
|
6047
|
-
* Whether expired identity documents
|
|
6048
|
-
true (default value): Expired HKID is allowed to enter the liveness process.
|
|
6049
|
-
false : Expired HKID is rejected and cannot enter the liveness process.
|
|
5991
|
+
* <p>Whether to allow expired identity documents to enter the liveness detection process. This parameter is valid only when the document type is Hong Kong identity card (HKID).<br>true (default value): Allow expired Hong Kong identity card to enter the liveness detection process.<br>false: Reject expired Hong Kong identity card, not accessible to the liveness detection process.</p>
|
|
6050
5992
|
* @type {boolean || null}
|
|
6051
5993
|
*/
|
|
6052
5994
|
this.AllowExpiredDocument = null;
|
|
6053
5995
|
|
|
6054
5996
|
/**
|
|
6055
|
-
* Service version, including
|
|
6056
|
-
BASIC: Basic version.
|
|
6057
|
-
PLUS: PLUS version.
|
|
6058
|
-
The default value is BASIC.
|
|
5997
|
+
* <p>Service version, including basic version (BASIC) and PLUS version (PLUS).</p><p>Enumeration value:</p><ul><li>BASIC: Basic version</li><li>PLUS: PLUS version</li></ul><p>Default value: BASIC.</p>
|
|
6059
5998
|
* @type {string || null}
|
|
6060
5999
|
*/
|
|
6061
6000
|
this.Version = null;
|