Class TextLocator

java.lang.Object
org.apache.tika.inference.locator.TextLocator

public class TextLocator extends Object
Character-offset locator into the extracted text content.
  • Constructor Details

    • TextLocator

      public TextLocator(int startOffset, int endOffset)
  • Method Details

    • getStartOffset

      public int getStartOffset()
    • getEndOffset

      public int getEndOffset()