tencentcloud-sdk-nodejs-faceid 4.1.209 → 4.1.216

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-faceid",
3
- "version": "4.1.209",
3
+ "version": "4.1.216",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -3,14 +3,7 @@
3
3
  */
4
4
  export interface AttackRiskDetail {
5
5
  /**
6
- * 疑似的攻击痕迹类型
7
- SuspectedSpoofingAttack:翻拍攻击
8
- SuspectedSynthesisImage:疑似合成图片
9
- SuspectedSynthesisVideo:疑似合成视频
10
- SuspectedeAnomalyAttack:人脸特征疑似非真人
11
- SuspectedAdversarialAttack:疑似对抗样本攻击
12
- SuspectedBlackIndustry:疑似黑产批量模版攻击
13
- SuspectedWatermark:疑似存在水印
6
+ * <p>疑似的攻击痕迹类型SuspectedSpoofingAttack:翻拍攻击SuspectedSynthesisImage:疑似合成图片SuspectedSynthesisVideo:疑似合成视频SuspectedAnomalyAttack:人脸特征疑似非真人SuspectedAdversarialAttack:疑似对抗样本攻击SuspectedBlackIndustry:疑似黑产批量模板攻击SuspectedWatermark:疑似存在水印</p>
14
7
  注意:此字段可能返回 null,表示取不到有效值。
15
8
  */
16
9
  Type?: string;
@@ -1133,7 +1126,7 @@ export interface DetectAIFakeFacesResponse {
1133
1126
  */
1134
1127
  AttackRiskDetailList?: Array<AttackRiskDetail>;
1135
1128
  /**
1136
- * <p>返回额外信息(包括命中模版的详细信息)。</p>
1129
+ * <p>返回额外信息(包括命中模板的详细信息)。</p>
1137
1130
  */
1138
1131
  ExtraInfo?: ExtraInfo;
1139
1132
  /**
@@ -1315,11 +1308,11 @@ export interface VideoDetailData {
1315
1308
  Video?: string;
1316
1309
  }
1317
1310
  /**
1318
- * 模版检索详细信息
1311
+ * 模板检索详细信息
1319
1312
  */
1320
1313
  export interface RetrievalLivenessExtraInfo {
1321
1314
  /**
1322
- * <p>命中的模版类型,其中Common-公共库;Auto-自动聚类库;Owner-自建模版库</p>
1315
+ * <p>命中的模板类型,其中Common-公共库;Auto-自动聚类库;Owner-自建模板库</p>
1323
1316
  注意:此字段可能返回 null,表示取不到有效值。
1324
1317
  */
1325
1318
  HitGroup?: string;
@@ -2175,7 +2168,7 @@ export interface DetectInfoText {
2175
2168
  */
2176
2169
  LivenessDetail?: Array<DetectDetail>;
2177
2170
  /**
2178
- * <p>描述当前请求活体阶段被拒绝的详细原因,该参数仅限PLUS版本核身服务返回。</p><ul><li>详情如下:<br> 01-用户全程闭眼<br> 02-用户未完成指定动作<br> 03-疑似翻拍攻击<br> 04-疑似合成攻击<br> 05-疑似黑产模版<br> 06-疑似存在水印<br> 07-反光校验未通过<br> 08-疑似中途换人<br> 09-人脸质量过差<br> 10-距离校验不通过<br> 11-疑似对抗样本攻击<br> 12-嘴巴区域疑似存在攻击痕迹<br> 13-眼睛区域疑似存在攻击痕迹<br> 14-眼睛或嘴巴被遮挡</li></ul>
2171
+ * <p>描述当前请求活体阶段被拒绝的详细原因,该参数仅限PLUS版本核身服务返回。- 详情如下: 01-用户全程闭眼 02-用户未完成指定动作 03-疑似翻拍攻击 04-疑似合成攻击 05-疑似黑产模板 06-疑似存在水印 07-反光校验未通过 08-疑似中途换人 09-人脸质量过差 10-距离校验不通过 11-疑似对抗样本攻击 12-嘴巴区域疑似存在攻击痕迹 13-眼睛区域疑似存在攻击痕迹 14-眼睛或嘴巴被遮挡</p>
2179
2172
  注意:此字段可能返回 null,表示取不到有效值。
2180
2173
  */
2181
2174
  LivenessInfoTag?: Array<string>;