tencentcloud-sdk-nodejs-iai 4.1.158 → 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
|
@@ -2141,11 +2141,11 @@ export interface VerifyPersonResponse {
|
|
|
2141
2141
|
*/
|
|
2142
2142
|
export interface DetectFaceResponse {
|
|
2143
2143
|
/**
|
|
2144
|
-
*
|
|
2144
|
+
* 请求的图片宽度,单位为:像素(px)。
|
|
2145
2145
|
*/
|
|
2146
2146
|
ImageWidth?: number;
|
|
2147
2147
|
/**
|
|
2148
|
-
*
|
|
2148
|
+
* 请求的图片高度,单位为:像素(px)。
|
|
2149
2149
|
*/
|
|
2150
2150
|
ImageHeight?: number;
|
|
2151
2151
|
/**
|
|
@@ -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
|
/**
|