public class FuseFaceReviewDetail extends AbstractModel
Constructor and Description |
---|
FuseFaceReviewDetail() |
FuseFaceReviewDetail(FuseFaceReviewDetail 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 |
---|---|
Float |
getConfidence()
Get 对应识别label的置信度,分数越高意味涉政可能性越大。
0到70,Suggestion建议为PASS;
70到80,Suggestion建议为REVIEW;
80到100,Suggestion建议为BLOCK。
|
String |
getField()
Get 保留字段
|
String |
getLabel()
Get 人员名称
|
String |
getSuggestion()
Get 识别场景的审核结论:
PASS:正常
REVIEW:疑似
BLOCK:违规
|
void |
setConfidence(Float Confidence)
Set 对应识别label的置信度,分数越高意味涉政可能性越大。
0到70,Suggestion建议为PASS;
70到80,Suggestion建议为REVIEW;
80到100,Suggestion建议为BLOCK。
|
void |
setField(String Field)
Set 保留字段
|
void |
setLabel(String Label)
Set 人员名称
|
void |
setSuggestion(String Suggestion)
Set 识别场景的审核结论:
PASS:正常
REVIEW:疑似
BLOCK:违规
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public FuseFaceReviewDetail()
public FuseFaceReviewDetail(FuseFaceReviewDetail source)
public String getField()
public void setField(String Field)
Field
- 保留字段public String getLabel()
public void setLabel(String Label)
Label
- 人员名称public Float getConfidence()
public void setConfidence(Float Confidence)
Confidence
- 对应识别label的置信度,分数越高意味涉政可能性越大。
0到70,Suggestion建议为PASS;
70到80,Suggestion建议为REVIEW;
80到100,Suggestion建议为BLOCK。public String getSuggestion()
public void setSuggestion(String Suggestion)
Suggestion
- 识别场景的审核结论:
PASS:正常
REVIEW:疑似
BLOCK:违规Copyright © 2021. All rights reserved.