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

# paragraphs 配列要素

> Vantage OCR JSON 出力の paragraphs 配列要素は、テキスト段落について説明します。対象には、ページ上での機能、formatting オブジェクト、リストへの所属、および内容が含まれます。

**paragraphs** 配列の各要素は、テキスト段落を表すオブジェクトです。段落が検出されると、そのページ上での機能が指定されます。さらに、その領域内のテキストの書式設定情報や、その段落がリストに属しているかどうかに関する情報も記録されます。

| Property                                                                    | Data type      | Description                                                                                                                                                                                            |
| :-------------------------------------------------------------------------- | :------------- | :----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `id`                                                                        | `string`       | ドキュメント内の段落の識別子。                                                                                                                                                                                        |
| `role`                                                                      | `string enum`  | ドキュメント内での段落の機能。取り得る値: `other`, `text`, `heading`, `headingNumber`, `tableOfContents`, `tableText`, `runningTitle`, `endNote`, `footNote`, `tableCaption`, `tableHeading`, `pictureCaption`, `artefact` |
| [formatting](/ja/vantage/developer/output/json/ocr/formatting-object)       | `object`       | 段落の書式設定。                                                                                                                                                                                               |
| [layoutReferences](/ja/vantage/developer/output/json/ocr/layout-references) | `object array` | 段落の一部とページ上のテキストブロックとの対応付けを行い、あわせてドキュメントの論理構造内における段落の位置を示すオブジェクトの配列。                                                                                                                                    |
| `text`                                                                      | `string`       | 段落のテキスト。                                                                                                                                                                                               |
| [listReference](/ja/vantage/developer/output/json/ocr/list-reference)       | `object`       | 段落がリストに属している場合、その段落が属するリストのレベルと、リスト内での段落の位置を示すオブジェクト。                                                                                                                                                  |
