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
|
@@ -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
|
}
|