tencentcloud-sdk-nodejs-faceid 4.1.217 → 4.1.233

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.217",
3
+ "version": "4.1.233",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -3,7 +3,7 @@
3
3
  */
4
4
  export interface AttackRiskDetail {
5
5
  /**
6
- * <p>疑似的攻击痕迹类型SuspectedSpoofingAttack:翻拍攻击SuspectedSynthesisImage:疑似合成图片SuspectedSynthesisVideo:疑似合成视频SuspectedAnomalyAttack:人脸特征疑似非真人SuspectedAdversarialAttack:疑似对抗样本攻击SuspectedBlackIndustry:疑似黑产批量模板攻击SuspectedWatermark:疑似存在水印</p>
6
+ * <p>疑似的攻击痕迹类型,具体类型如下:<br>SuspectedSpoofingAttack:翻拍攻击<br>SuspectedSynthesisImage:疑似合成图片<br>SuspectedSynthesisVideo:疑似合成视频<br>SuspectedAnomalyAttack:人脸特征疑似非真人<br>SuspectedAdversarialAttack:疑似对抗样本攻击<br>SuspectedBlackIndustry:疑似黑产批量模板攻击<br>SuspectedWatermark:疑似存在水印</p>
7
7
  注意:此字段可能返回 null,表示取不到有效值。
8
8
  */
9
9
  Type?: string;