An in-memory object that contains the text from a recognized image.
| Name | Description |
| getTextBlocks() | Returns an array of all the blocks of text in the region. |
| getTextLines() | Returns an array of all the lines of text over the region. |
| getWords() | Returns an array of all the words contained in the region. |
| getCharacters() | Returns an array of all the characters in the region. |
| Name | Description |
| area | The area or location of the region on the page. |
| text | A string of all the text in the region. |