Interface DetectedEntity
- All Known Implementing Classes:
BaseDetectedEntity,EventEntityImpl,IntervalEntityImpl,LocationEntity,OrganizationEntity,SubjectEntity,TemporalEntity
public interface DetectedEntity
-
Method Summary
Modifier and TypeMethodDescriptionintintbooleangetIsSame(DetectedEntity compareEntity) voidsetCaption(String caption) voidsetCharIndexBegin(int charIndexBegin) voidsetCharIndexEnd(int charIndexEnd) voidsetParentEntity(DetectedEntity parentEntity)
-
Method Details
-
getCaption
String getCaption() -
setCaption
-
getCharIndexBegin
int getCharIndexBegin() -
setCharIndexBegin
void setCharIndexBegin(int charIndexBegin) -
getCharIndexEnd
int getCharIndexEnd() -
setCharIndexEnd
void setCharIndexEnd(int charIndexEnd) -
getParentEntity
DetectedEntity getParentEntity() -
setParentEntity
-
getIsSame
-