Table of Contents

Class FromToWordString

Namespace
SunamoString._public.SunamoData.Data
Assembly
SunamoString.dll

Represents a word with its position (from-to indices) in a text.

public class FromToWordString
Inheritance
FromToWordString
Inherited Members
Extension Methods

Properties

From

The starting index of the word.

public int From { get; set; }

Property Value

int

To

The ending index of the word.

public int To { get; set; }

Property Value

int

Word

The word text.

public string Word { get; set; }

Property Value

string