Class NKJPSegmentationDocument.Pointer
public class NKJPSegmentationDocument.Pointer
- Inheritance
-
NKJPSegmentationDocument.Pointer
- Inherited Members
Constructors
Pointer(string, string, int, int, bool)
public Pointer(string doc, string id, int offset, int length, bool spaceAfter)
Parameters
Properties
Doc
public string Doc { get; }
Property Value
Id
public string Id { get; }
Property Value
Length
public int Length { get; }
Property Value
Offset
public int Offset { get; }
Property Value
SpaceAfter
public bool SpaceAfter { get; }
Property Value
Methods
ToSpan()
public Span ToSpan()
Returns
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.