tencentcloud-sdk-nodejs-iai 4.1.163 → 4.1.164

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-iai",
3
- "version": "4.1.163",
3
+ "version": "4.1.164",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -2545,11 +2545,11 @@ export interface VerifyPersonResponse {
2545
2545
  */
2546
2546
  export interface DetectFaceResponse {
2547
2547
  /**
2548
- * ,单位为:像素(px)。
2548
+ * 请求的图片宽度,单位为:像素(px)。
2549
2549
  */
2550
2550
  ImageWidth?: number;
2551
2551
  /**
2552
- * ,单位为:像素(px)。
2552
+ * 请求的图片高度,单位为:像素(px)。
2553
2553
  */
2554
2554
  ImageHeight?: number;
2555
2555
  /**