-
public final class NlpEntityValueEntity value returned by NlpResult.
-
-
Field Summary
Fields Modifier and Type Field Description private final Integerstartprivate final Integerendprivate final Entityentityprivate final Valuevalueprivate final Booleanevaluatedprivate final List<NlpEntityValue>subEntitiesprivate final Doubleprobabilityprivate final BooleanmergeSupport
-
Constructor Summary
Constructors Constructor Description NlpEntityValue(Integer start, Integer end, Entity entity, Value value, Boolean evaluated, List<NlpEntityValue> subEntities, Double probability, Boolean mergeSupport)
-
Method Summary
Modifier and Type Method Description final Integercomponent1()final Integercomponent2()final Entitycomponent3()final Valuecomponent4()final Booleancomponent5()final List<NlpEntityValue>component6()final Doublecomponent7()final Booleancomponent8()final NlpEntityValuecopy(Integer start, Integer end, Entity entity, Value value, Boolean evaluated, List<NlpEntityValue> subEntities, Double probability, Boolean mergeSupport)final IntegergetStart()final IntegergetEnd()final EntitygetEntity()final ValuegetValue()final BooleangetEvaluated()final List<NlpEntityValue>getSubEntities()final DoublegetProbability()final BooleangetMergeSupport()-
-
Method Detail
-
component1
final Integer component1()
-
component2
final Integer component2()
-
component3
final Entity component3()
-
component4
final Value component4()
-
component5
final Boolean component5()
-
component6
final List<NlpEntityValue> component6()
-
component7
final Double component7()
-
component8
final Boolean component8()
-
copy
final NlpEntityValue copy(Integer start, Integer end, Entity entity, Value value, Boolean evaluated, List<NlpEntityValue> subEntities, Double probability, Boolean mergeSupport)
-
getValue
final Value getValue()
-
getEvaluated
final Boolean getEvaluated()
-
getSubEntities
final List<NlpEntityValue> getSubEntities()
-
getProbability
final Double getProbability()
-
getMergeSupport
final Boolean getMergeSupport()
-
-
-
-