public class Reading extends Object
| Modifier and Type | Field and Description |
|---|---|
int |
length
The number of characters of the sentence covered by the reading
|
int |
start
The starting point within the sentence
|
String |
text
The reading text applied to the covered span
|
public final int start
public final int length
public final String text
public Reading(int start,
int length,
String text)
start - The starting point within the sentencelength - The number of characters of the sentence covered by the
readingtext - The reading text applied to the covered span