tencentcloud-sdk-nodejs-aiart 4.1.217 → 4.1.218

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-aiart",
3
- "version": "4.1.217",
3
+ "version": "4.1.218",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -551,19 +551,19 @@ export interface SketchToImageRequest {
551
551
  */
552
552
  export interface Rect {
553
553
  /**
554
- * 人脸框左上角横坐标。
554
+ * <p>人脸框左上角横坐标。</p>
555
555
  */
556
556
  X?: number;
557
557
  /**
558
- * 人脸框左上角纵坐标。
558
+ * <p>人脸框左上角纵坐标。</p>
559
559
  */
560
560
  Y?: number;
561
561
  /**
562
- * 人脸框宽度。
562
+ * <p>人脸框宽度。<br>单位:px</p>
563
563
  */
564
564
  Width?: number;
565
565
  /**
566
- * 人脸框高度。
566
+ * <p>人脸框高度。<br>单位:px</p>
567
567
  */
568
568
  Height?: number;
569
569
  }