Class TaskLabel
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.vm.v20200709.models.TaskLabel
-
public class TaskLabel extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getLabel()
Get 命中的标签 Porn 色情 Sexy 性感 Polity 政治 Illegal 违法 Abuse 谩骂 Terror 暴恐 Ad 广告 注意:此字段可能返回 null,表示取不到有效值。Long
getScore()
Get 得分,分数是 0 ~ 100 注意:此字段可能返回 null,表示取不到有效值。String
getSuggestion()
Get 审核建议,可选值: Pass 通过, Review 建议人审, Block 确认违规 注意:此字段可能返回 null,表示取不到有效值。void
setLabel(String Label)
Set 命中的标签 Porn 色情 Sexy 性感 Polity 政治 Illegal 违法 Abuse 谩骂 Terror 暴恐 Ad 广告 注意:此字段可能返回 null,表示取不到有效值。void
setScore(Long Score)
Set 得分,分数是 0 ~ 100 注意:此字段可能返回 null,表示取不到有效值。void
setSuggestion(String Suggestion)
Set 审核建议,可选值: Pass 通过, Review 建议人审, Block 确认违规 注意:此字段可能返回 null,表示取不到有效值。void
toMap(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
-
TaskLabel
public TaskLabel()
-
TaskLabel
public TaskLabel(TaskLabel 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
-
getLabel
public String getLabel()
Get 命中的标签 Porn 色情 Sexy 性感 Polity 政治 Illegal 违法 Abuse 谩骂 Terror 暴恐 Ad 广告 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Label 命中的标签 Porn 色情 Sexy 性感 Polity 政治 Illegal 违法 Abuse 谩骂 Terror 暴恐 Ad 广告 注意:此字段可能返回 null,表示取不到有效值。
-
setLabel
public void setLabel(String Label)
Set 命中的标签 Porn 色情 Sexy 性感 Polity 政治 Illegal 违法 Abuse 谩骂 Terror 暴恐 Ad 广告 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Label
- 命中的标签 Porn 色情 Sexy 性感 Polity 政治 Illegal 违法 Abuse 谩骂 Terror 暴恐 Ad 广告 注意:此字段可能返回 null,表示取不到有效值。
-
getSuggestion
public String getSuggestion()
Get 审核建议,可选值: Pass 通过, Review 建议人审, Block 确认违规 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Suggestion 审核建议,可选值: Pass 通过, Review 建议人审, Block 确认违规 注意:此字段可能返回 null,表示取不到有效值。
-
setSuggestion
public void setSuggestion(String Suggestion)
Set 审核建议,可选值: Pass 通过, Review 建议人审, Block 确认违规 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Suggestion
- 审核建议,可选值: Pass 通过, Review 建议人审, Block 确认违规 注意:此字段可能返回 null,表示取不到有效值。
-
getScore
public Long getScore()
Get 得分,分数是 0 ~ 100 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Score 得分,分数是 0 ~ 100 注意:此字段可能返回 null,表示取不到有效值。
-
setScore
public void setScore(Long Score)
Set 得分,分数是 0 ~ 100 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Score
- 得分,分数是 0 ~ 100 注意:此字段可能返回 null,表示取不到有效值。
-
-