Text
data class Text(val before: String? = null, val highlight: String? = null, val after: String? = null) : JSONable, Parcelable
Textual context of the locator.
A Locator Text Object contains multiple text fragments, useful to give a context to the Locator or for highlights. https://github.com/readium/architecture/tree/master/models/locators#the-text-object
Parameters
before
The text before the locator.
highlight
The text at the locator.
after
The text after the locator.