tencentcloud-sdk-nodejs-iai 4.1.79 → 4.1.98

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-iai",
3
- "version": "4.1.79",
3
+ "version": "4.1.98",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -2567,6 +2567,12 @@ export interface CompareFaceRequest {
2567
2567
  - 若您确认图片包含exif信息或者您确认输入图中人脸不会出现被旋转情况,请不要开启本参数。开启后,整体耗时将可能增加数百毫秒。
2568
2568
  */
2569
2569
  NeedRotateDetection?: number;
2570
+ /**
2571
+ * 若图片中包含多张人脸,指定选取策略,默认为0。
2572
+ - 0:选取其中置信度最高的人脸
2573
+ - 1:选取其中面积最大的人脸。
2574
+ */
2575
+ FaceMatchingStrategy?: number;
2570
2576
  }
2571
2577
  /**
2572
2578
  * VerifyPerson返回参数结构体