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

> ABBYY FineReader Engine JSON スキーマの content object に含まれる Paragraphs 配列の要素。段落の機能、書式設定、リストへの所属について説明します。

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

<table>
  <thead>
    <tr>
      <th>
        <p>
          <strong>プロパティ</strong>
        </p>
      </th>

      <th>
        <p>
          <strong>データ型</strong>
        </p>
      </th>

      <th>
        <p>
          <strong>説明</strong>
        </p>
      </th>
    </tr>
  </thead>

  <tbody>
    <tr>
      <td>
        <p>
          <strong>id</strong>
        </p>
      </td>

      <td>
        <p>string</p>
      </td>

      <td>
        <p>ドキュメント内の段落の識別子です。</p>
      </td>
    </tr>

    <tr>
      <td>
        <p>
          <strong>role</strong>
        </p>
      </td>

      <td>
        <p>string enum</p>
      </td>

      <td>
        <p>ドキュメント内での段落の役割です。</p>
        <p>指定可能な値:</p>

        <ul>
          <li>other</li>
          <li>text</li>
          <li>heading</li>
          <li>headingNumber</li>
          <li>tableOfContents</li>
          <li>tableText</li>
          <li>runningTitle</li>
          <li>endNote</li>
          <li>footNote</li>
          <li>tableCaption</li>
          <li>tableHeading</li>
          <li>pictureCaption</li>
          <li>artefact</li>
        </ul>
      </td>
    </tr>

    <tr>
      <td>
        <p>
          <strong>
            <a href="/ja/fine-reader/engine/specifications/export-formats/json-schema-description/content-object/paragraphs-array-elements/formatting-object">formatting</a>
          </strong>
        </p>
      </td>

      <td>
        <p>object</p>
      </td>

      <td>
        <p>段落の書式設定です。</p>
      </td>
    </tr>

    <tr>
      <td>
        <p>
          <strong>
            <a href="/ja/fine-reader/engine/specifications/export-formats/json-schema-description/content-object/paragraphs-array-elements/layoutreferences-array-elements">layoutReferences</a>
          </strong>
        </p>
      </td>

      <td>
        <p>object array</p>
      </td>

      <td>
        <p>
          段落の各部分とページ上のテキストブロックとの対応関係を定義し、あわせてドキュメントの論理構造における段落の位置を指定するオブジェクトの配列です。
        </p>
      </td>
    </tr>

    <tr>
      <td>
        <p>
          <strong>text</strong>
        </p>
      </td>

      <td>
        <p>string</p>
      </td>

      <td>
        <p>段落のテキストです。</p>
      </td>
    </tr>

    <tr>
      <td>
        <p>
          <strong>
            <a href="/ja/fine-reader/engine/specifications/export-formats/json-schema-description/content-object/paragraphs-array-elements/listreference-object">listReference</a>
          </strong>
        </p>
      </td>

      <td>
        <p>object</p>
      </td>

      <td>
        <p>段落がリストに属している場合、この object は、その段落が属するリストのレベルと、そのリスト内での段落の位置を指定します。</p>
      </td>
    </tr>
  </tbody>
</table>
