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
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
*/
|
|
4
4
|
export interface AttackRiskDetail {
|
|
5
5
|
/**
|
|
6
|
-
* <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;
|