Interface DetectedEntity

All Known Implementing Classes:
BaseDetectedEntity, EventEntityImpl, IntervalEntityImpl, LocationEntity, OrganizationEntity, SubjectEntity, TemporalEntity

public interface DetectedEntity
  • Method Details

    • getCaption

      String getCaption()
    • setCaption

      void setCaption(String caption)
    • getCharIndexBegin

      int getCharIndexBegin()
    • setCharIndexBegin

      void setCharIndexBegin(int charIndexBegin)
    • getCharIndexEnd

      int getCharIndexEnd()
    • setCharIndexEnd

      void setCharIndexEnd(int charIndexEnd)
    • getParentEntity

      DetectedEntity getParentEntity()
    • setParentEntity

      void setParentEntity(DetectedEntity parentEntity)
    • getIsSame

      boolean getIsSame(DetectedEntity compareEntity)