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

# 区切り線配列の要素

> ABBYY FineReader Engine JSON スキーマにおける区切り線配列の要素 — テーブルを構成したり文書のセクションを区切ったりする帯や線。

separators 配列の各要素は、ページ上で検出された区切り線、つまり表を構成したり文書のセクションを区切ったりする帯や線を表すオブジェクトです。

<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>position</strong>
        </p>
      </td>

      <td>
        <p>
          <a href="/ja/fine-reader/engine/specifications/export-formats/json-schema-description/layout-object/pages-array-elements/rect-object">rect</a>
        </p>
      </td>

      <td>
        <p>区切り線がある文書上の長方形領域の座標。</p>
      </td>
    </tr>

    <tr>
      <td>
        <p>
          <strong>confidence</strong>
        </p>
      </td>

      <td>
        <p>confidence</p>
      </td>

      <td>
        <p>この値は常に -1 です。</p>
      </td>
    </tr>

    <tr>
      <td>
        <p>
          <strong>color</strong>
        </p>
      </td>

      <td>
        <p>integer</p>
      </td>

      <td>
        <p>区切り線の色。</p>
      </td>
    </tr>

    <tr>
      <td>
        <p>
          <strong>thickness</strong>
        </p>
      </td>

      <td>
        <p>integer</p>
      </td>

      <td>
        <p>区切り線の幅 (ピクセル単位) 。</p>
      </td>
    </tr>

    <tr>
      <td>
        <p>
          <strong>type</strong>
        </p>
      </td>

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

      <td>
        <p>区切り線の種類。</p>
        <p>可能な値:</p>

        <ul>
          <li>unknown</li>
          <li>solid</li>
          <li>dotted</li>
        </ul>
      </td>
    </tr>

    <tr>
      <td>
        <p>
          <strong>endPoints</strong>
        </p>
      </td>

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

      <td>
        <p>区切り線の始点と終点の座標 (ピクセル単位) 。</p>
        <p>プロパティ (integer データ型) :</p>

        <ul>
          <li>startX</li>
          <li>startY</li>
          <li>endX</li>
          <li>endY</li>
        </ul>
      </td>
    </tr>
  </tbody>
</table>
