public class LabelDetailItem extends AbstractModel
Constructor and 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.
|
Modifier and Type | Method and 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.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public LabelDetailItem()
public LabelDetailItem(LabelDetailItem source)
public Long getId()
public void setId(Long Id)
Id
- 该字段用于返回识别对象的ID以方便识别和区分。
注意:此字段可能返回 null,表示取不到有效值。public String getName()
public void setName(String Name)
Name
- 该字段用于返回识命中的子标签名称。
注意:此字段可能返回 null,表示取不到有效值。public Long getScore()
public void setScore(Long Score)
Score
- 该字段用于返回对应子标签命中的分值,取值为**0-100**,如:*Porn-SexBehavior 99* 则代表相应识别内容命中色情-性行为标签的分值为99。
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2022. All rights reserved.