tencentcloud-sdk-nodejs-intl-en 3.0.1417 → 3.0.1418
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
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
const sdkVersion = "3.0.
|
|
1
|
+
const sdkVersion = "3.0.1418";
|
|
2
2
|
module.exports = sdkVersion
|
|
@@ -91,8 +91,7 @@ class AttackRiskDetail extends AbstractModel {
|
|
|
91
91
|
super();
|
|
92
92
|
|
|
93
93
|
/**
|
|
94
|
-
* <p>Suspected attack trace type, specific type as follows:<br>SuspectedSpoofingAttack:
|
|
95
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
94
|
+
* <p>Suspected attack trace type, specific type as follows:<br>SuspectedSpoofingAttack: Re-photography Attack<br>SuspectedSynthesisImage: Suspected synthesized image<br>SuspectedSynthesisVideo: Suspected synthesized video<br>SuspectedAnomalyAttack: Facial features suspected of not being real<br>SuspectedAdversarialAttack: Suspected adversarial sample attack<br>SuspectedBlackIndustry: Suspected black industry batch Template attack<br>SuspectedWatermark: Suspected watermark</p>
|
|
96
95
|
* @type {string || null}
|
|
97
96
|
*/
|
|
98
97
|
this.Type = null;
|
|
@@ -120,7 +119,7 @@ class ExtraInfo extends AbstractModel {
|
|
|
120
119
|
super();
|
|
121
120
|
|
|
122
121
|
/**
|
|
123
|
-
*
|
|
122
|
+
* Detailed information of the hit template, return only the template information with the highest similarity.
|
|
124
123
|
* @type {Array.<RetrievalLivenessExtraInfo> || null}
|
|
125
124
|
*/
|
|
126
125
|
this.RetrievalLivenessExtraInfo = null;
|
|
@@ -5094,36 +5093,31 @@ class Encryption extends AbstractModel {
|
|
|
5094
5093
|
super();
|
|
5095
5094
|
|
|
5096
5095
|
/**
|
|
5097
|
-
* <p>When using the encryption service, fill in the field to be encrypted.
|
|
5098
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
5096
|
+
* <p>When using the encryption service, fill in the field to be encrypted. This API can auto-fill one or more encrypted fields.</p>
|
|
5099
5097
|
* @type {Array.<string> || null}
|
|
5100
5098
|
*/
|
|
5101
5099
|
this.EncryptList = null;
|
|
5102
5100
|
|
|
5103
5101
|
/**
|
|
5104
|
-
* <p>Encrypted symmetric key.
|
|
5105
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
5102
|
+
* <p>Encrypted symmetric key. For key generation and use, see the <a href="https://www.tencentcloud.com/document/product/1007/47180?from_cn_redirect=1">data encryption</a> document.</p>
|
|
5106
5103
|
* @type {string || null}
|
|
5107
5104
|
*/
|
|
5108
5105
|
this.CiphertextBlob = null;
|
|
5109
5106
|
|
|
5110
5107
|
/**
|
|
5111
|
-
* <p>Users with encryption requirements import the initial vector for CBC encryption (custom string
|
|
5112
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
5108
|
+
* <p>Users with encryption requirements import the initial vector for CBC encryption (custom string, length 16 characters).</p>
|
|
5113
5109
|
* @type {string || null}
|
|
5114
5110
|
*/
|
|
5115
5111
|
this.Iv = null;
|
|
5116
5112
|
|
|
5117
5113
|
/**
|
|
5118
|
-
* <p>Encryption algorithm (supports 'AES-256-CBC', 'SM4-GCM')
|
|
5119
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
5114
|
+
* <p>Encryption algorithm (supports 'AES-256-CBC', 'SM4-GCM'), defaults to 'AES-256-CBC' if not passed.</p>
|
|
5120
5115
|
* @type {string || null}
|
|
5121
5116
|
*/
|
|
5122
5117
|
this.Algorithm = null;
|
|
5123
5118
|
|
|
5124
5119
|
/**
|
|
5125
5120
|
* <p>Message digest generated by the SM4-GCM algorithm (used when verifying message integrity)</p>
|
|
5126
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
5127
5121
|
* @type {Array.<string> || null}
|
|
5128
5122
|
*/
|
|
5129
5123
|
this.TagList = null;
|
|
@@ -7324,22 +7318,19 @@ class RetrievalLivenessExtraInfo extends AbstractModel {
|
|
|
7324
7318
|
super();
|
|
7325
7319
|
|
|
7326
7320
|
/**
|
|
7327
|
-
* <p>Hit template type
|
|
7328
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
7321
|
+
* <p>Hit template type, among them Common-public library; Auto-Auto Clustering Library; Owner-custom template library</p>
|
|
7329
7322
|
* @type {string || null}
|
|
7330
7323
|
*/
|
|
7331
7324
|
this.HitGroup = null;
|
|
7332
7325
|
|
|
7333
7326
|
/**
|
|
7334
|
-
* <p>
|
|
7335
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
7327
|
+
* <p>Similarity between the request image and the attack template hit. The similarity value ranges from 0 to 2. The smaller the value, the higher the probability of hitting the attack template. The default threshold is 0.6. When the SimilarityScore is ≥0.6, the judgment is as normal. When the SimilarityScore is <0.6, the judgment is an attack.</p>
|
|
7336
7328
|
* @type {number || null}
|
|
7337
7329
|
*/
|
|
7338
7330
|
this.SimilarityScore = null;
|
|
7339
7331
|
|
|
7340
7332
|
/**
|
|
7341
7333
|
* <p>Template id of the cache hit</p>
|
|
7342
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
7343
7334
|
* @type {string || null}
|
|
7344
7335
|
*/
|
|
7345
7336
|
this.HitTemplate = null;
|