Text Search Result
data class TextSearchResult(val pageIndex: Int, val range: ERROR CLASS: Symbol not found for Range, val rangeInPreview: ERROR CLASS: Symbol not found for Range, val previewText: String = "") : SearchResult
Represents a single text search result within a PDF document.
This is a work-in-progress implementation for the text search result object. Eventually we should migrate all the features from com.pspdfkit.document.search.SearchResult.
Properties
Link copied to clipboard
A key that uniquely identifies the search result item to be used in jetpack compose lists for the key parameter. Should be something that can be put into a bundle
Link copied to clipboard
A text snippet showing the search result in context.
Link copied to clipboard
The character range of the matched text within the preview text.