-
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>component1()final EntityEvaluationResultcopy(List<NlpEntityValue> values)final List<NlpEntityValue>getValues()-
-
Constructor Detail
-
EntityEvaluationResult
EntityEvaluationResult(List<NlpEntityValue> values)
-
-
Method Detail
-
component1
final List<NlpEntityValue> component1()
-
copy
final EntityEvaluationResult copy(List<NlpEntityValue> values)
-
getValues
final List<NlpEntityValue> getValues()
-
-
-
-