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

# DocumentPage

> ABBYY FlexiCapture の文書ページの状態（分類ステータス、セクション、画像ソース）を記録する DocumentPage テーブルの列リファレンス。

## <a id="start" />目的

文書ページの状態に関する情報が含まれます。

[Document の編集詳細間の関係図](/ja/flexi-capture/reporting-service/reporting-db-document-editing)

<div id="list-of-columns">
  ## 列一覧
</div>

<table width="100%">
  <tbody>
    <tr>
      <td>
        <p>
          <strong>キー</strong>
        </p>
      </td>

      <td>
        <p>
          <strong>名前</strong>
        </p>
      </td>

      <td>
        <p>
          <strong>型</strong>
        </p>
      </td>

      <td>
        <p>
          <strong>必須</strong>
        </p>
      </td>

      <td>
        <p>
          <strong>説明</strong>
        </p>
      </td>
    </tr>

    <tr>
      <td rowspan="7"> </td>

      <td>
        <p>DocumentProcessedDate</p>
      </td>

      <td>
        <p>date</p>
      </td>

      <td>
        <p>はい</p>
      </td>

      <td>
        <p>ドキュメントのステータスが「処理完了」に変わった日付です。</p>
      </td>
    </tr>

    <tr>
      <td>
        <p>DocumentProcessingID</p>
      </td>

      <td>
        <p>bigint</p>
      </td>

      <td>
        <p>はい</p>
      </td>

      <td>
        <p>
          ドキュメント識別子です。<a href="/ja/flexi-capture/reporting-service/reporting-document-processing">DocumentProcessing</a> テーブルのエントリ識別子に対応します。
        </p>
      </td>
    </tr>

    <tr>
      <td>
        <p>ClassificationStatus</p>
      </td>

      <td>
        <p>int</p>
      </td>

      <td>
        <p>はい</p>
      </td>

      <td>
        <p>
          ページの分類ステータスです。指定可能な値は{" "}
          <a href="/ja/flexi-capture/reporting-service/reporting-enumerations-page-change-classifications">ページ分類ステータス</a> テーブルに記載されています。
        </p>
      </td>
    </tr>

    <tr>
      <td>
        <p>PageID</p>
      </td>

      <td>
        <p>int</p>
      </td>

      <td>
        <p>はい</p>
      </td>

      <td>
        <p>ページ識別子です。</p>
      </td>
    </tr>

    <tr>
      <td>
        <p>SectionName</p>
      </td>

      <td>
        <p>nvarchar</p>
      </td>

      <td>
        <p>はい</p>
      </td>

      <td>
        <p>ページが含まれるセクションの名前です。</p>
      </td>
    </tr>

    <tr>
      <td>
        <p>SourceType</p>
      </td>

      <td>
        <p>int</p>
      </td>

      <td>
        <p>はい</p>
      </td>

      <td>
        <p>
          ページ画像の取得元です。指定可能な値は <a href="/ja/flexi-capture/reporting-service/reporting-enumerations-image-sources">画像ソースの種類</a> テーブルに記載されています。
        </p>
      </td>
    </tr>

    <tr>
      <td>
        <p>SourceProfile</p>
      </td>

      <td>
        <p>nvarchar</p>
      </td>

      <td>
        <p>はい</p>
      </td>

      <td>
        <p>インポートプロファイルの名前です。</p>
      </td>
    </tr>
  </tbody>
</table>
