public final class Label extends Object
| Constructor and Description |
|---|
Label(String label,
Double confidence,
List<String> explanations)
Constructor for
Category |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
if the param is a
Category, compare contents for equality |
Double |
getConfidence() |
List<String> |
getExplanations()
get the list of explanation strings contributing to this label.
|
String |
getLabel() |
int |
hashCode() |
Copyright © 2014–2016 Basis Technology Corp.. All rights reserved.