public class ProhibitedOcrReviewTemplateInfo extends AbstractModel
header, skipSign
Constructor and Description |
---|
ProhibitedOcrReviewTemplateInfo() |
ProhibitedOcrReviewTemplateInfo(ProhibitedOcrReviewTemplateInfo 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 |
getBlockConfidence()
Get Threshold score for violation.
|
Long |
getReviewConfidence()
Get Threshold score for human audit.
|
String |
getSwitch()
Get Switch of prohibited information detection in text task.
|
void |
setBlockConfidence(Long BlockConfidence)
Set Threshold score for violation.
|
void |
setReviewConfidence(Long ReviewConfidence)
Set Threshold score for human audit.
|
void |
setSwitch(String Switch)
Set Switch of prohibited information detection in text task.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public ProhibitedOcrReviewTemplateInfo()
public ProhibitedOcrReviewTemplateInfo(ProhibitedOcrReviewTemplateInfo source)
public String getSwitch()
public void setSwitch(String Switch)
Switch
- Switch of prohibited information detection in text task. Valid values:
public Long getBlockConfidence()
public void setBlockConfidence(Long BlockConfidence)
BlockConfidence
- Threshold score for violation. If this score is reached or exceeded during intelligent audit, it will be deemed that a suspected violation has occurred. If this parameter is left empty, 100 will be used by default. Value range: 0–100.public Long getReviewConfidence()
public void setReviewConfidence(Long ReviewConfidence)
ReviewConfidence
- Threshold score for human audit. If this score is reached or exceeded during intelligent audit, human audit will be considered necessary. If this parameter is left empty, 75 will be used by default. Value range: 0–100.Copyright © 2024. All rights reserved.