Table of Contents

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

int

To

Gets or sets the end index of the word.

public int To { get; set; }

Property Value

int

Word

Gets or sets the word text.

public string Word { get; set; }

Property Value

string