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 This field is used to return the ID of the recognized object for easier recognition and distinction.
|
String |
getName()
Get This field is used to return the hit subtag name.
|
Long |
getScore()
Get This field is used to return the hit score of the subtag.
|
void |
setId(Long Id)
Set This field is used to return the ID of the recognized object for easier recognition and distinction.
|
void |
setName(String Name)
Set This field is used to return the hit subtag name.
|
void |
setScore(Long Score)
Set This field is used to return the hit score of the subtag.
|
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
- This field is used to return the ID of the recognized object for easier recognition and distinction.
Note: this field may return null, indicating that no valid values can be obtained.public String getName()
public void setName(String Name)
Name
- This field is used to return the hit subtag name.
Note: this field may return null, indicating that no valid values can be obtained.public Long getScore()
public void setScore(Long Score)
Score
- This field is used to return the hit score of the subtag. Value range: **0–100**; for example, *Porn-SexBehavior 99* indicates that the hit score of the *Porn-SexBehavior* tag for the recognized content is 99.
Note: this field may return null, indicating that no valid values can be obtained.Copyright © 2023. All rights reserved.