Optionaldata: LfRepositoryClientV2.IPageTextOffsetsResponseOptionalhasTrue when at least one word on the page intersects the requested rectangle. False when the rectangle covers no words, in which case textStart and textEnd are both -1.
OptionaltextThe page text between textStart and textEnd, or an empty string when no word is covered.
OptionaltextThe offset one past the last character of the covered span (textEnd - textStart is the span length), or -1 when no word is covered.
OptionaltextThe offset of the first character of the covered span, or -1 when no word is covered.
OptionalwordThe number of words the rectangle covers.
Optional_data: anyOptionaldata: anyStaticfromJS
The page text span covered by a rectangle drawn on a page image.