tencentcloud-sdk-nodejs-intl-en 3.0.1200 → 3.0.1201
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.1201";
|
|
2
2
|
module.exports = sdkVersion
|
|
@@ -392,8 +392,6 @@ The face quality information is mainly used to evaluate the quality of the input
|
|
|
392
392
|
|
|
393
393
|
>
|
|
394
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`.
|
|
395
|
-
|
|
396
|
-
|
|
397
395
|
* @param {DetectFaceRequest} req
|
|
398
396
|
* @param {function(string, DetectFaceResponse):void} cb
|
|
399
397
|
* @public
|
|
@@ -3188,7 +3188,7 @@ class DetectFaceResponse extends AbstractModel {
|
|
|
3188
3188
|
this.FaceModelVersion = null;
|
|
3189
3189
|
|
|
3190
3190
|
/**
|
|
3191
|
-
* The unique request ID,
|
|
3191
|
+
* 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.
|
|
3192
3192
|
* @type {string || null}
|
|
3193
3193
|
*/
|
|
3194
3194
|
this.RequestId = null;
|