An in-memory object that contains the text from a recognized image.
For details on using the following functions, see Get Result Elements (Word, Character, Textlines, etc.).
| Name | Description |
| getPages() | Returns an array of all the pages in the entire document. |
| getGetRegions() | Returns an array of all the regions in the entire document. |
| getTextBlocks() | Returns an array of all the blocks of text in the entire document. |
| getTextLines() | Returns an array of all the lines of text over the entire document. |
| getWords() | Returns an array of all the words contained in the entire document. |
| getCharacters() | Returns an array of all the characters in the entire document. |
| Name | Description |
| text | A string of all the text in the document. |