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 String getName()
public void setName(String name)
name - the new namepublic double getConfidence()
public void setConfidence(double confidence)
confidence - the new confidenceCopyright © 2015. All rights reserved.