public class ClassifiedClass extends GenericModel
NaturalLanguageClassifier service.| Constructor and Description |
|---|
ClassifiedClass() |
| Modifier and Type | Method and Description |
|---|---|
Double |
getConfidence()
Gets the confidence that Watson has in this class.
|
String |
getName()
Gets the name.
|
void |
setConfidence(Double confidence)
Sets the confidence that Watson has in this class.
|
void |
setName(String name)
Sets the name.
|
equals, hashCode, toStringpublic Double getConfidence()
public String getName()
public void setConfidence(Double confidence)
confidence - the new confidencepublic void setName(String name)
name - the new nameCopyright © 2015–2016. All rights reserved.