Class FromToWord
- Namespace
- SunamoData.Data
- Assembly
- SunamoData.dll
Represents a word with its position range (from-to indices).
public class FromToWord
- Inheritance
-
FromToWord
- Inherited Members
- Extension Methods
Properties
From
Gets or sets the start index of the word.
public int From { get; set; }
Property Value
To
Gets or sets the end index of the word.
public int To { get; set; }
Property Value
Word
Gets or sets the word text.
public string Word { get; set; }