tencentcloud-sdk-nodejs-intl-en 3.0.1376 → 3.0.1377

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,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs-intl-en",
3
- "version": "3.0.1376",
3
+ "version": "3.0.1377",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -1,2 +1,2 @@
1
- const sdkVersion = "3.0.1376";
1
+ const sdkVersion = "3.0.1377";
2
2
  module.exports = sdkVersion
@@ -352,7 +352,7 @@ This API recognizes each face image of a person as an independent one. By contra
352
352
  }
353
353
 
354
354
  /**
355
- * Compare the faces in the two pictures for similarity and return the face similarity score. If you need to determine "whether this person is someone", that is, to verify whether the person in a picture is someone with a known identity, such as a common face login scenario, it is recommended to use [VerifyFace](`https://www.tencentcloud.com/document/product/1059/36972`) or [VerifyPerson](`https://www.tencentcloud.com/document/product/1059/36971`) inferface.
355
+ * Compare the faces in the two pictures for similarity and return the face similarity score. If you need to determine "whether this person is someone", that is, to verify whether the person in a picture is someone with a known identity, such as a common face login scenario, it is recommended to use [VerifyFace](`https://www.tencentcloud.com/zh/document/product/1059/36972`) or [VerifyPerson](`https://www.tencentcloud.com/zh/document/product/1059/36971`) inferface.
356
356
  Please use the V3 version for the signature method in the public parameters, that is, configure the SignatureMethod parameter to TC3-HMAC-SHA256
357
357
  * @param {DetectFaceSimilarityRequest} req
358
358
  * @param {function(string, DetectFaceSimilarityResponse):void} cb
@@ -2469,9 +2469,9 @@ Note: This field may return null, indicating that no valid values can be obtaine
2469
2469
 
2470
2470
  /**
2471
2471
  * Gender on the document.
2472
- -M: man.
2473
- -F: woman.
2474
- -X: other gender identity.
2472
+ - M: man.
2473
+ - F: woman.
2474
+ - X: other gender identity.
2475
2475
  Note: This field may return null, indicating that no valid values can be obtained.
2476
2476
  * @type {string || null}
2477
2477
  */
@@ -7470,13 +7470,13 @@ class RecognizeBrazilRNMOCRResponse extends AbstractModel {
7470
7470
  this.CPF = null;
7471
7471
 
7472
7472
  /**
7473
- *
7473
+ * Residence category
7474
7474
  * @type {string || null}
7475
7475
  */
7476
7476
  this.CLASSIFICATION = null;
7477
7477
 
7478
7478
  /**
7479
- *
7479
+ * Residence validity term
7480
7480
  * @type {string || null}
7481
7481
  */
7482
7482
  this.PRAZODERESIDENCIA = null;