tencentcloud-sdk-nodejs-intl-en 3.0.1222 → 3.0.1223

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.1222",
3
+ "version": "3.0.1223",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -1,2 +1,2 @@
1
- const sdkVersion = "3.0.1222";
1
+ const sdkVersion = "3.0.1223";
2
2
  module.exports = sdkVersion
@@ -390,8 +390,7 @@ The face quality information is mainly used to evaluate the quality of the input
390
390
 
391
391
  4. Face fusion: this is to ensure the quality of the uploaded face images to improve the fusion effect.
392
392
 
393
- >
394
- - Please use the signature algorithm v3 to calculate the signature in the common parameters, that is, set the `SignatureMethod` parameter to `TC3-HMAC-SHA256`.
393
+ >- Please use the signature algorithm v3 to calculate the signature in the common parameters, that is, set the `SignatureMethod` parameter to `TC3-HMAC-SHA256`.
395
394
  * @param {DetectFaceRequest} req
396
395
  * @param {function(string, DetectFaceResponse):void} cb
397
396
  * @public