tencentcloud-sdk-nodejs-vclm 4.1.200 → 4.1.203
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
|
@@ -314,19 +314,19 @@ export interface DescribeVideoFaceFusionJobRequest {
|
|
|
314
314
|
*/
|
|
315
315
|
export interface FaceRect {
|
|
316
316
|
/**
|
|
317
|
-
*
|
|
317
|
+
* <p>人脸框左上角横坐标。</p>
|
|
318
318
|
*/
|
|
319
319
|
X?: number;
|
|
320
320
|
/**
|
|
321
|
-
*
|
|
321
|
+
* <p>人脸框左上角纵坐标。</p>
|
|
322
322
|
*/
|
|
323
323
|
Y?: number;
|
|
324
324
|
/**
|
|
325
|
-
*
|
|
325
|
+
* <p>人脸框宽度。<br>单位:px</p>
|
|
326
326
|
*/
|
|
327
327
|
Width?: number;
|
|
328
328
|
/**
|
|
329
|
-
*
|
|
329
|
+
* <p>人脸框高度。<br>单位:px</p>
|
|
330
330
|
*/
|
|
331
331
|
Height?: number;
|
|
332
332
|
}
|