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.
@@ -1,2 +1,2 @@
1
- const sdkVersion = "3.0.1217";
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
- * Base64-encoded image data, which cannot exceed 5 MB.
1666
- The long side cannot exceed 4,000 px for images in .jpg format or 2,000 px for images in other formats.
1667
- The recommended image aspect ratio is 3:4 (generally, the aspect ratio of images taken by mobile phones).
1668
- The face must be greater than 100*100 px in size.
1669
- Supported image formats are PNG, JPG, JPEG, and BMP. GIF is currently not supported.
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
- * Image URL. The image cannot exceed 5 MB in size after being Base64-encoded.
1676
- The long side cannot exceed 4,000 px for images in .jpg format or 2,000 px for images in other formats.
1677
- Either `Url` or `Image` must be provided; if both are provided, only `Url` will be used.
1678
- The recommended image aspect ratio is 3:4 (generally, the aspect ratio of images taken by mobile phones).
1679
- The face must be greater than 100*100 px in size.
1680
- We recommend you store the image in Tencent Cloud, as a Tencent Cloud URL can guarantee higher download speed and stability. The download speed and stability of non-Tencent Cloud URLs may be low.
1681
- Supported image formats are PNG, JPG, JPEG, and BMP. GIF is currently not supported.
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 score. Value range: [0, 100]. You can set several thresholds such as 5, 10, 40, 70 and 90 to determine whether the image is photographed. We recommend you use the threshold of 40.
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, which is returned for each request. RequestId is required for locating a problem.
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 customer ID, name, remarks, or email.
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;