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

# DocumentSuspiciousField

> 低信頼度で抽出され、検証が必要になる可能性のある ABBYY FlexiCapture の fields を記録する DocumentSuspiciousField テーブルの列リファレンス。

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

低信頼度で抽出されたfieldに関する情報です。

[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="5"> </td>

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

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

      <td>
        <p>yes</p>
      </td>

      <td>
        <p>文書のステータスが「処理完了」に変わった日付。</p>
      </td>
    </tr>

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

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

      <td>
        <p>yes</p>
      </td>

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

    <tr>
      <td>
        <p>FieldPath</p>
      </td>

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

      <td>
        <p>yes</p>
      </td>

      <td>
        <p>Document Definition 内の field の完全名 (セクションから field 自体まで、ツリー内で下位にあるオブジェクト名を "" で区切って構成) 。</p>
      </td>
    </tr>

    <tr>
      <td>
        <p>IsSuspicious</p>
      </td>

      <td>
        <p>bit</p>
      </td>

      <td>
        <p>yes</p>
      </td>

      <td>
        <p>このフラグは、field に低信頼度の文字が含まれているかどうかを示します。</p>
      </td>
    </tr>

    <tr>
      <td>
        <p>NeedVerification</p>
      </td>

      <td>
        <p>bit</p>
      </td>

      <td>
        <p>yes</p>
      </td>

      <td>
        <p>このフラグは、field の検証が必要かどうかを示します。</p>
      </td>
    </tr>
  </tbody>
</table>
