Package-level declarations
Types
Link copied to clipboard
interface ReaderDocumentSearch
This interface serves as an entry-point for all APIs related to searching in ReaderDocuments.
Link copied to clipboard
interface ReaderDocumentSearchQuery
Represents a search query that can be executed on ReaderDocuments.
Link copied to clipboard
interface ReaderViewSearchAgent
A ReaderViewSearchAgent uses a query to search the visible ReaderDocuments in the ReaderView. For each found search match, the agent creates a ReaderViewAnnotation.
Link copied to clipboard
interface SearchResultItemIterator
An async iterator type that allows you to fetch SearchResultItem objects. An instance of this type is returned when calling ReaderDocumentSearchQuery.execute