> ## 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.

# Tables配列の要素

> ABBYY FineReader Engine JSONスキーマにおけるTables配列の要素。テーブルとそのセルについて説明します。セルにはテキスト、画像、バーコードを含めることができます。

tables配列の要素は、テーブルを表すオブジェクトです。テーブルは、テキスト、画像、バーコードを含めることができるセルで構成されます。

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