> ## Documentation Index
> Fetch the complete documentation index at: https://docs.abbyy.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Texts array elements

> Texts array elements in the ABBYY FineReader Engine JSON schema — text blocks detected on a page.

Elements of a texts array are objects describing text blocks.

| Property   | Data type                                                                                                                                  | Description                                                                                                                                |
| ---------- | ------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------ |
| id         | string                                                                                                                                     | The text block identifier.                                                                                                                 |
| position   | [rect](/fine-reader/engine/specifications/export-formats/json-schema-description/layout-object/pages-array-elements/rect-object)           | Coordinates of the rectangular region on the document containing the text block.                                                           |
| confidence | confidence                                                                                                                                 | The level of confidence for the text in the block being recognized correctly. Calculated using confidence values for strings in the block. |
| lines      | [lines](/fine-reader/engine/specifications/export-formats/json-schema-description/layout-object/pages-array-elements/lines-array-elements) | An array of strings that form the text block.                                                                                              |
