public class AttackRiskDetail extends AbstractModel
header, skipSign
Constructor and Description |
---|
AttackRiskDetail() |
AttackRiskDetail(AttackRiskDetail source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Modifier and Type | Method and Description |
---|---|
String |
getType()
Get 疑似的攻击痕迹类型
SuspectedSpoofingAttack:翻拍攻击
SuspectedSynthesisImage:疑似合成图片
SuspectedSynthesisVideo:疑似合成视频
SuspectedeAnomalyAttack:人脸特征疑似非真人
SuspectedAdversarialAttack:疑似对抗样本攻击
SuspectedBlackIndustry:疑似黑产批量模版攻击
SuspectedWatermark:疑似存在水印
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setType(String Type)
Set 疑似的攻击痕迹类型
SuspectedSpoofingAttack:翻拍攻击
SuspectedSynthesisImage:疑似合成图片
SuspectedSynthesisVideo:疑似合成视频
SuspectedeAnomalyAttack:人脸特征疑似非真人
SuspectedAdversarialAttack:疑似对抗样本攻击
SuspectedBlackIndustry:疑似黑产批量模版攻击
SuspectedWatermark:疑似存在水印
注意:此字段可能返回 null,表示取不到有效值。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public AttackRiskDetail()
public AttackRiskDetail(AttackRiskDetail source)
public String getType()
public void setType(String Type)
Type
- 疑似的攻击痕迹类型
SuspectedSpoofingAttack:翻拍攻击
SuspectedSynthesisImage:疑似合成图片
SuspectedSynthesisVideo:疑似合成视频
SuspectedeAnomalyAttack:人脸特征疑似非真人
SuspectedAdversarialAttack:疑似对抗样本攻击
SuspectedBlackIndustry:疑似黑产批量模版攻击
SuspectedWatermark:疑似存在水印
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2025. All rights reserved.