tencentcloud-sdk-nodejs-intl-en 3.0.1217 → 3.0.1218
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/CHANGELOG.md +48 -0
- package/package.json +1 -1
- package/tencentcloud/as/v20180419/as_client.js +41 -26
- package/tencentcloud/as/v20180419/models.js +594 -364
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/iai/v20200303/models.js +19 -14
- package/tencentcloud/intlpartnersmgt/v20220928/models.js +1 -1
- package/tencentcloud/teo/v20220901/models.js +2080 -348
- package/tencentcloud/teo/v20220901/teo_client.js +108 -22
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
const sdkVersion = "3.0.
|
|
1
|
+
const sdkVersion = "3.0.1218";
|
|
2
2
|
module.exports = sdkVersion
|
|
@@ -1662,23 +1662,25 @@ class DetectLiveFaceAccurateRequest extends AbstractModel {
|
|
|
1662
1662
|
super();
|
|
1663
1663
|
|
|
1664
1664
|
/**
|
|
1665
|
-
*
|
|
1666
|
-
|
|
1667
|
-
The
|
|
1668
|
-
|
|
1669
|
-
|
|
1665
|
+
* Specifies the base64 code of the image.
|
|
1666
|
+
-base64-Encoded size cannot exceed 5M.
|
|
1667
|
+
-The long side pixel of a jpg image must not exceed 4000. the long side pixel of another format image cannot exceed 2000.
|
|
1668
|
+
-Specifies the image aspect ratio should be close to 3:4. mobile phone shooting proportion is best.
|
|
1669
|
+
-Specifies the human face dimension is greater than 100X100 pixels.
|
|
1670
|
+
-Supported image formats include PNG, JPG, JPEG, and BMP. GIF is not supported.
|
|
1670
1671
|
* @type {string || null}
|
|
1671
1672
|
*/
|
|
1672
1673
|
this.Image = null;
|
|
1673
1674
|
|
|
1674
1675
|
/**
|
|
1675
|
-
*
|
|
1676
|
-
|
|
1677
|
-
|
|
1678
|
-
|
|
1679
|
-
|
|
1680
|
-
|
|
1681
|
-
|
|
1676
|
+
* Specifies the Url of the image.
|
|
1677
|
+
-Specifies the maximum size of the corresponding image after base64 encoding is 5M.
|
|
1678
|
+
-The long side pixel of a jpg image must not exceed 4000. the long side pixel of another format image must not exceed 2000.
|
|
1679
|
+
-Url or Image must be provided. if both are provided, only use Url.
|
|
1680
|
+
-Specifies the image aspect ratio should be close to 3:4. mobile phone shooting proportion is best.
|
|
1681
|
+
-Specifies the human face dimension is greater than 100X100 pixels.
|
|
1682
|
+
-Image storage Url on tencent cloud guarantees higher download speed and stability. it is recommended to store images on tencent cloud. non-tencent cloud storage urls may be impacted in speed and stability.
|
|
1683
|
+
-Supported image formats include PNG, JPG, JPEG, and BMP. GIF is not supported.
|
|
1682
1684
|
* @type {string || null}
|
|
1683
1685
|
*/
|
|
1684
1686
|
this.Url = null;
|
|
@@ -3777,7 +3779,10 @@ class DetectLiveFaceAccurateResponse extends AbstractModel {
|
|
|
3777
3779
|
super();
|
|
3778
3780
|
|
|
3779
3781
|
/**
|
|
3780
|
-
* Liveness
|
|
3782
|
+
* Liveness scoring.
|
|
3783
|
+
-Value range: [0,100].
|
|
3784
|
+
-Determines whether it is a rephotograph based on the liveness score and threshold range.
|
|
3785
|
+
-Current threshold can be divided into [5,10,40,70,90]. among them, the recommended threshold is 40.
|
|
3781
3786
|
* @type {number || null}
|
|
3782
3787
|
*/
|
|
3783
3788
|
this.Score = null;
|
|
@@ -3789,7 +3794,7 @@ class DetectLiveFaceAccurateResponse extends AbstractModel {
|
|
|
3789
3794
|
this.FaceModelVersion = null;
|
|
3790
3795
|
|
|
3791
3796
|
/**
|
|
3792
|
-
* The unique request ID,
|
|
3797
|
+
* 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.
|
|
3793
3798
|
* @type {string || null}
|
|
3794
3799
|
*/
|
|
3795
3800
|
this.RequestId = null;
|
|
@@ -2982,7 +2982,7 @@ class QueryCustomersCreditRequest extends AbstractModel {
|
|
|
2982
2982
|
super();
|
|
2983
2983
|
|
|
2984
2984
|
/**
|
|
2985
|
-
* Search condition type. You can only search by
|
|
2985
|
+
* Search condition type. You can only search by ClientUin, Name, Remark, or Email.
|
|
2986
2986
|
* @type {string || null}
|
|
2987
2987
|
*/
|
|
2988
2988
|
this.FilterType = null;
|