public class Taxonomy extends GenericModel
Constructor and Description |
---|
Taxonomy() |
Modifier and Type | Method and Description |
---|---|
Boolean |
getConfident()
Gets the confident.
|
String |
getLabel()
Gets the label.
|
Double |
getScore()
Gets the score.
|
void |
setConfident(Boolean confident)
Sets the confident.
|
void |
setLabel(String label)
Sets the label.
|
void |
setScore(Double score)
Sets the score.
|
equals, hashCode, toString
public Boolean getConfident()
public String getLabel()
public Double getScore()
public void setConfident(Boolean confident)
confident
- the confident to setpublic void setLabel(String label)
label
- The labelpublic void setScore(Double score)
score
- The scoreCopyright © 2015–2016 IBM Watson. All rights reserved.