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

# Lines 配列の要素

> ABBYY FineReader Engine JSON スキーマにおける Lines 配列の要素 — テキストブロックまたはテーブルセルを構成する文字列で、読み取り順に並べられます。

lines 配列の要素は、テキストブロックやテーブルセルを構成する文字列を表すオブジェクトです。この配列内の要素は、読み取られるのと同じ順序で並べられています。

| プロパティ                                                                                                                                               | データ型                                                                                                                                | 説明                                                   |
| --------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------- |
| position                                                                                                                                            | [rect](/ja/fine-reader/engine/specifications/export-formats/json-schema-description/layout-object/pages-array-elements/rect-object) | テキスト文字列が位置するDocument上の矩形領域の座標。                       |
| confidence                                                                                                                                          | confidence                                                                                                                          | 文字列のテキストが正しく認識されたかどうかの信頼度。文字列を構成する単語の信頼値に基づいて計算されます。 |
| text                                                                                                                                                | string                                                                                                                              | 要素の文字列値。                                             |
| charParams                                                                                                                                          | object                                                                                                                              | フォント形式設定に関するパラメータ。                                   |
| [words](/ja/fine-reader/engine/specifications/export-formats/json-schema-description/layout-object/pages-array-elements/lines-array-elements#words) | object array                                                                                                                        | テキスト文字列を構成する単語の配列。要素は読み取られるのと同じ順序で並べられています。          |

<div id="charparams-elements">
  ### CharParams 要素
</div>

charParams の要素は、文字の書式設定を記述するオブジェクトです。これらの要素は、それらに関連するオブジェクト (単一の文字または文字のグループ) に適用されます。

| プロパティ       | データ型    | 説明                                                |
| ----------- | ------- | ------------------------------------------------- |
| bold        | boolean | フォントスタイルが太字であることを示します。                            |
| italic      | boolean | フォントスタイルが斜体であることを示します。                            |
| underlined  | boolean | フォントスタイルが下線付きであることを示します。                          |
| strikeout   | boolean | フォントスタイルが取り消し線付きであることを示します。                       |
| smallCaps   | boolean | フォントがスモールキャップスであることを示します。                         |
| superscript | boolean | 上付きフォントプロパティであることを示します。                           |
| subscript   | boolean | 下付きフォントプロパティであることを示します。                           |
| scaling     | integer | フォントのスケーリング (既定値は 1000) 。                         |
| spacing     | integer | 文字間隔 (ツイップ単位、1/20 ポイント、1/1440 インチ) 。              |
| fontSize    | integer | フォントサイズ (ツイップ単位、1/20 ポイント、1/1440 インチ) 。           |
| fontName    | string  | フォント名。                                            |
| color       | string  | フォントの色 (16 進数値、6 桁形式の RRGGBB) 。                   |
| lang        | string  | 文字の言語。言語と国部分で構成され、ISO 639 および ISO 3166 を参照してください。 |

<div id="words-array-elements">
  ### Words 配列の要素
</div>

words 配列の要素は、テキスト文字列を構成する単語を記述するオブジェクトです。

| プロパティ                                                                                                                                               | データ型                                                                                                                                | 説明                                            |
| --------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------- |
| position                                                                                                                                            | [rect](/ja/fine-reader/engine/specifications/export-formats/json-schema-description/layout-object/pages-array-elements/rect-object) | 単語が配置されている文書上の矩形領域の座標。                        |
| confidence                                                                                                                                          | confidence                                                                                                                          | 単語が正しく認識されたかどうかの信頼度。単語を構成する文字の信頼値に基づいて計算されます。 |
| text                                                                                                                                                | string                                                                                                                              | 単語の文字列値。                                      |
| [chars](/ja/fine-reader/engine/specifications/export-formats/json-schema-description/layout-object/pages-array-elements/lines-array-elements#chars) | object array                                                                                                                        | 単語を構成する文字の配列。配列の要素は読み取り順に並べられています。            |

<div id="chars-array-elements">
  ### Chars array elements
</div>

chars 配列の要素は、単語を構成する文字を表すオブジェクトです。文字はテキスト情報の最小単位です。

| Property   | Data type                                                                                                                           | Description             |
| ---------- | ----------------------------------------------------------------------------------------------------------------------------------- | ----------------------- |
| confidence | confidence                                                                                                                          | 文字の正しい認識に対する信頼度レベル。     |
| text       | string                                                                                                                              | 文字の文字列値。                |
| position   | [rect](/ja/fine-reader/engine/specifications/export-formats/json-schema-description/layout-object/pages-array-elements/rect-object) | 文字が位置するドキュメント上の矩形領域の座標。 |
