Class LabelDetailItem
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.ims.v20201229.models.LabelDetailItem
-
public class LabelDetailItem extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description LabelDetailItem()
LabelDetailItem(LabelDetailItem 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 Long
getId()
Get 该字段用于返回识别对象的ID以方便识别和区分。 注意:此字段可能返回 null,表示取不到有效值。String
getName()
Get 该字段用于返回识命中的子标签名称。 注意:此字段可能返回 null,表示取不到有效值。Long
getScore()
Get 该字段用于返回对应子标签命中的分值,取值为**0-100**,如:*Porn-SexBehavior 99* 则代表相应识别内容命中色情-性行为标签的分值为99。 注意:此字段可能返回 null,表示取不到有效值。void
setId(Long Id)
Set 该字段用于返回识别对象的ID以方便识别和区分。 注意:此字段可能返回 null,表示取不到有效值。void
setName(String Name)
Set 该字段用于返回识命中的子标签名称。 注意:此字段可能返回 null,表示取不到有效值。void
setScore(Long Score)
Set 该字段用于返回对应子标签命中的分值,取值为**0-100**,如:*Porn-SexBehavior 99* 则代表相应识别内容命中色情-性行为标签的分值为99。 注意:此字段可能返回 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
-
LabelDetailItem
public LabelDetailItem()
-
LabelDetailItem
public LabelDetailItem(LabelDetailItem 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
-
getId
public Long getId()
Get 该字段用于返回识别对象的ID以方便识别和区分。 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Id 该字段用于返回识别对象的ID以方便识别和区分。 注意:此字段可能返回 null,表示取不到有效值。
-
setId
public void setId(Long Id)
Set 该字段用于返回识别对象的ID以方便识别和区分。 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Id
- 该字段用于返回识别对象的ID以方便识别和区分。 注意:此字段可能返回 null,表示取不到有效值。
-
getName
public String getName()
Get 该字段用于返回识命中的子标签名称。 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Name 该字段用于返回识命中的子标签名称。 注意:此字段可能返回 null,表示取不到有效值。
-
setName
public void setName(String Name)
Set 该字段用于返回识命中的子标签名称。 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Name
- 该字段用于返回识命中的子标签名称。 注意:此字段可能返回 null,表示取不到有效值。
-
getScore
public Long getScore()
Get 该字段用于返回对应子标签命中的分值,取值为**0-100**,如:*Porn-SexBehavior 99* 则代表相应识别内容命中色情-性行为标签的分值为99。 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Score 该字段用于返回对应子标签命中的分值,取值为**0-100**,如:*Porn-SexBehavior 99* 则代表相应识别内容命中色情-性行为标签的分值为99。 注意:此字段可能返回 null,表示取不到有效值。
-
setScore
public void setScore(Long Score)
Set 该字段用于返回对应子标签命中的分值,取值为**0-100**,如:*Porn-SexBehavior 99* 则代表相应识别内容命中色情-性行为标签的分值为99。 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Score
- 该字段用于返回对应子标签命中的分值,取值为**0-100**,如:*Porn-SexBehavior 99* 则代表相应识别内容命中色情-性行为标签的分值为99。 注意:此字段可能返回 null,表示取不到有效值。
-
-