public class CardWarnInfo extends AbstractModel
header, skipSign
Constructor and Description |
---|
CardWarnInfo() |
CardWarnInfo(CardWarnInfo 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 |
---|---|
Long |
getBlurCheck()
Get 是否模糊:
0:正常
1:模糊
|
Float |
getBlurScore()
Get 模糊分数, 范围:0.0-1.0,分数越高越模糊,建议阈值为0.5
|
Long |
getBorderCheck()
Get 证件边缘是否完整
0:正常
1:边缘不完整
|
Long |
getCopyCheck()
Get 是否复印
0:正常
1:复印件
|
Long |
getElectronCheck()
Get 是否电子身份证
0:否
1:是电子身份证
|
Long |
getOcclusionCheck()
Get 证件是否被遮挡
0:正常
1:有遮挡
|
Long |
getPSCheck()
Get 证件是否有PS
0:正常
1:有PS
|
Long |
getReshootCheck()
Get 是否屏幕翻拍
0:正常
1:翻拍
|
void |
setBlurCheck(Long BlurCheck)
Set 是否模糊:
0:正常
1:模糊
|
void |
setBlurScore(Float BlurScore)
Set 模糊分数, 范围:0.0-1.0,分数越高越模糊,建议阈值为0.5
|
void |
setBorderCheck(Long BorderCheck)
Set 证件边缘是否完整
0:正常
1:边缘不完整
|
void |
setCopyCheck(Long CopyCheck)
Set 是否复印
0:正常
1:复印件
|
void |
setElectronCheck(Long ElectronCheck)
Set 是否电子身份证
0:否
1:是电子身份证
|
void |
setOcclusionCheck(Long OcclusionCheck)
Set 证件是否被遮挡
0:正常
1:有遮挡
|
void |
setPSCheck(Long PSCheck)
Set 证件是否有PS
0:正常
1:有PS
|
void |
setReshootCheck(Long ReshootCheck)
Set 是否屏幕翻拍
0:正常
1:翻拍
|
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 CardWarnInfo()
public CardWarnInfo(CardWarnInfo source)
public Long getBorderCheck()
public void setBorderCheck(Long BorderCheck)
BorderCheck
- 证件边缘是否完整
0:正常
1:边缘不完整public Long getOcclusionCheck()
public void setOcclusionCheck(Long OcclusionCheck)
OcclusionCheck
- 证件是否被遮挡
0:正常
1:有遮挡public Long getCopyCheck()
public void setCopyCheck(Long CopyCheck)
CopyCheck
- 是否复印
0:正常
1:复印件public Long getReshootCheck()
public void setReshootCheck(Long ReshootCheck)
ReshootCheck
- 是否屏幕翻拍
0:正常
1:翻拍public Long getPSCheck()
public void setPSCheck(Long PSCheck)
PSCheck
- 证件是否有PS
0:正常
1:有PSpublic Long getBlurCheck()
public void setBlurCheck(Long BlurCheck)
BlurCheck
- 是否模糊:
0:正常
1:模糊public Float getBlurScore()
public void setBlurScore(Float BlurScore)
BlurScore
- 模糊分数, 范围:0.0-1.0,分数越高越模糊,建议阈值为0.5public Long getElectronCheck()
public void setElectronCheck(Long ElectronCheck)
ElectronCheck
- 是否电子身份证
0:否
1:是电子身份证Copyright © 2025. All rights reserved.