The start and end character offset of a Token.
Namespace: Lucene.Net.Analysis.TokenattributesAssembly: Lucene.Net (in Lucene.Net.dll) Version: 2.9.4.1
Syntax
C# |
---|
public interface OffsetAttribute : Attribute |
Visual Basic |
---|
Public Interface OffsetAttribute _
Inherits Attribute |
Visual C++ |
---|
public interface class OffsetAttribute : Attribute |
See Also