public static class CredentialProductVerifyV2ResponseBody.CredentialProductVerifyV2ResponseBodyResultObject
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
materialInfo
Additional information in JSON format.
|
String |
result
0: Low risk
1: High risk
2: Suspicious
example:
1
|
Map<String,String> |
riskScore
Map of risk scores.
|
String |
riskTag
Risk tags, separated by commas, including:
PS: Image has been photoshopped
LOW_QUALITY_PRODUCT: Low quality (low clarity)
SAME_BACKGROUND: Similar background
example:
PS,LOW_QUALITY_PRODUCT
|
| 构造器和说明 |
|---|
CredentialProductVerifyV2ResponseBodyResultObject() |
@NameInMap(value="MaterialInfo") public String materialInfo
Additional information in JSON format.
example:{ "sameBackgroundDetail": { // 相似背景对于的原始图请求RequestId "originalRequestId": "130A2C10-B9EE-4D84-88E3-5384FF03****"; // 相似背景对于的原始图请求商户ID "originalMerchantId": "xxxxxxxx" } }
@NameInMap(value="Result") public String result
1
@NameInMap(value="RiskTag") public String riskTag
Risk tags, separated by commas, including:
PS,LOW_QUALITY_PRODUCT
public CredentialProductVerifyV2ResponseBodyResultObject()
public static CredentialProductVerifyV2ResponseBody.CredentialProductVerifyV2ResponseBodyResultObject build(Map<String,?> map) throws Exception
Exceptionpublic CredentialProductVerifyV2ResponseBody.CredentialProductVerifyV2ResponseBodyResultObject setMaterialInfo(String materialInfo)
public String getMaterialInfo()
public CredentialProductVerifyV2ResponseBody.CredentialProductVerifyV2ResponseBodyResultObject setResult(String result)
public String getResult()
public CredentialProductVerifyV2ResponseBody.CredentialProductVerifyV2ResponseBodyResultObject setRiskScore(Map<String,String> riskScore)
public CredentialProductVerifyV2ResponseBody.CredentialProductVerifyV2ResponseBodyResultObject setRiskTag(String riskTag)
public String getRiskTag()
Copyright © 2025. All rights reserved.