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
|
@@ -2545,11 +2545,11 @@ export interface VerifyPersonResponse {
|
|
|
2545
2545
|
*/
|
|
2546
2546
|
export interface DetectFaceResponse {
|
|
2547
2547
|
/**
|
|
2548
|
-
*
|
|
2548
|
+
* 请求的图片宽度,单位为:像素(px)。
|
|
2549
2549
|
*/
|
|
2550
2550
|
ImageWidth?: number;
|
|
2551
2551
|
/**
|
|
2552
|
-
*
|
|
2552
|
+
* 请求的图片高度,单位为:像素(px)。
|
|
2553
2553
|
*/
|
|
2554
2554
|
ImageHeight?: number;
|
|
2555
2555
|
/**
|