> ## 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 配列の要素

> ABBYY FineReader Engine JSON スキーマ内の texts 配列要素 — ページ上で検出されたテキストブロック。

texts 配列の要素は、テキストブロックを表すオブジェクトです。

| プロパティ      | データ型                                                                                                                                          | 説明                                                             |
| ---------- | --------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------- |
| id         | string                                                                                                                                        | テキストブロックの識別子です。                                                |
| position   | [rect](/ja/fine-reader/engine/specifications/export-formats/json-schema-description/layout-object/pages-array-elements/rect-object)           | テキストブロックを含む、ドキュメント上の長方形領域の座標です。                                |
| confidence | confidence                                                                                                                                    | ブロック内のテキストが正しく認識されている確信度です。ブロック内の文字列の confidence 値に基づいて計算されます。 |
| lines      | [lines](/ja/fine-reader/engine/specifications/export-formats/json-schema-description/layout-object/pages-array-elements/lines-array-elements) | テキストブロックを構成する文字列の配列です。                                         |
