-
- All Implemented Interfaces:
public final class EntityEvaluationResult
-
-
Field Summary
Fields Modifier and Type Field Description private final List<NlpEntityValue>values
-
Constructor Summary
Constructors Constructor Description EntityEvaluationResult(List<NlpEntityValue> values)
-
Method Summary
Modifier and Type Method Description final List<NlpEntityValue>getValues()-
-
Constructor Detail
-
EntityEvaluationResult
EntityEvaluationResult(List<NlpEntityValue> values)
-
-
Method Detail
-
getValues
final List<NlpEntityValue> getValues()
-
-
-
-