Class DisgustResult
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.ticm.v20181127.models.DisgustResult
-
public class DisgustResult extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DisgustResult()DisgustResult(DisgustResult 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LonggetCode()Get 该识别场景的错误码: 0表示成功, -1表示系统错误, -2表示引擎错误。LonggetConfidence()Get 图像恶心的分数,0-100之间,分数越高恶心几率越大。StringgetMsg()Get 错误码描述信息。StringgetSuggestion()Get 识别场景的审核结论: PASS:正常 REVIEW:疑似 BLOCK:违规voidsetCode(Long Code)Set 该识别场景的错误码: 0表示成功, -1表示系统错误, -2表示引擎错误。voidsetConfidence(Long Confidence)Set 图像恶心的分数,0-100之间,分数越高恶心几率越大。voidsetMsg(String Msg)Set 错误码描述信息。voidsetSuggestion(String Suggestion)Set 识别场景的审核结论: PASS:正常 REVIEW:疑似 BLOCK:违规voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
DisgustResult
public DisgustResult()
-
DisgustResult
public DisgustResult(DisgustResult 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.
-
-
Method Detail
-
getCode
public Long getCode()
Get 该识别场景的错误码: 0表示成功, -1表示系统错误, -2表示引擎错误。- Returns:
- Code 该识别场景的错误码: 0表示成功, -1表示系统错误, -2表示引擎错误。
-
setCode
public void setCode(Long Code)
Set 该识别场景的错误码: 0表示成功, -1表示系统错误, -2表示引擎错误。- Parameters:
Code- 该识别场景的错误码: 0表示成功, -1表示系统错误, -2表示引擎错误。
-
getMsg
public String getMsg()
Get 错误码描述信息。- Returns:
- Msg 错误码描述信息。
-
setMsg
public void setMsg(String Msg)
Set 错误码描述信息。- Parameters:
Msg- 错误码描述信息。
-
getSuggestion
public String getSuggestion()
Get 识别场景的审核结论: PASS:正常 REVIEW:疑似 BLOCK:违规- Returns:
- Suggestion 识别场景的审核结论: PASS:正常 REVIEW:疑似 BLOCK:违规
-
setSuggestion
public void setSuggestion(String Suggestion)
Set 识别场景的审核结论: PASS:正常 REVIEW:疑似 BLOCK:违规- Parameters:
Suggestion- 识别场景的审核结论: PASS:正常 REVIEW:疑似 BLOCK:违规
-
getConfidence
public Long getConfidence()
Get 图像恶心的分数,0-100之间,分数越高恶心几率越大。- Returns:
- Confidence 图像恶心的分数,0-100之间,分数越高恶心几率越大。
-
setConfidence
public void setConfidence(Long Confidence)
Set 图像恶心的分数,0-100之间,分数越高恶心几率越大。- Parameters:
Confidence- 图像恶心的分数,0-100之间,分数越高恶心几率越大。
-
-