---
layout: default-layout
needAutoGenerateSidebar: true
needGenerateH3Content: true
noTitleIndex: true
title: Dynamsoft Document Viewer API Reference - Interface ITextSearchedInfo
keywords: Documentation, Dynamsoft Document Viewer, API Reference, Interface ITextSearchedInfo
breadcrumbText: Interface ITextSearchedInfo
description: Dynamsoft Document Viewer Documentation API Reference Interface ITextSearchedInfo Page
---

# ITextSearchedInfo

## Syntax

```typescript
export interface ITextSearchedInfo {
    pageUid: string;
    text: string;
    rects: RectXY[];
    context: string;
}
```

See also [`RectXY`](https://www.dynamsoft.com/document-viewer/docs/api/interface/rectxy.md).

