TextRange

data class TextRange(val pageIndex: Int, val start: Int, val length: Int, val textBlocks: List<Rect>)

Constructors

Link copied to clipboard
constructor(pageIndex: Int, start: Int, length: Int, textBlocks: List<Rect>)

Properties

Link copied to clipboard
val end: Int
Link copied to clipboard
Link copied to clipboard
val length: Int
Link copied to clipboard
Link copied to clipboard
val start: Int
Link copied to clipboard