public class VisualClassifier.VisualClass extends Object
Constructor and Description |
---|
VisualClass() |
Modifier and Type | Method and Description |
---|---|
String |
getName()
Gets the name.
|
Double |
getScore()
Gets the score.
|
String |
getTypeHierarchy()
Gets the type hierarchy.
|
void |
setName(String name)
Sets the name.
|
void |
setScore(Double score)
Sets the score.
|
void |
setTypeHierarchy(String typeHierarchy)
Sets the type hierarchy.
|
public String getName()
public void setName(String name)
name
- the new namepublic Double getScore()
public void setScore(Double score)
score
- the new scorepublic String getTypeHierarchy()
public void setTypeHierarchy(String typeHierarchy)
typeHierarchy
- the new type hierarchyCopyright © 2015–2016 IBM Watson. All rights reserved.