@Immutable public final class DefaultTextSpan extends Object implements TextSpan
Constructor and Description |
---|
DefaultTextSpan(org.apache.uima.cas.text.AnnotationFS annotation,
int sentenceOffset) |
DefaultTextSpan(int begin,
int end) |
public DefaultTextSpan(org.apache.uima.cas.text.AnnotationFS annotation, int sentenceOffset)
annotation
- -sentenceOffset
- begin span offset of the containing sentencepublic DefaultTextSpan(int begin, int end)
begin
- begin offset within the containing sentenceend
- end offset within the containing sentenceCopyright © 2012-2017 The Apache Software Foundation. All Rights Reserved.