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

# DocumentEditingStatistic

> 修正された文字、ルールエラー、検証対象のfield など、ステージごとの編集統計を記録する DocumentEditingStatistic テーブルの列リファレンス。

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

各ドキュメント編集イベントの統計情報が含まれます。

[Processing ログ テーブル間の関係図](/ja/flexi-capture/reporting-service/reporting-db-processing-logs)

<div id="list-of-columns">
  ## カラムの一覧
</div>

| **名前**                    | **型**  | **必須** | **説明**                                                                                           |
| ------------------------- | ------ | ------ | ------------------------------------------------------------------------------------------------ |
| AssemblingErrorsIn        | int    | はい     | ドキュメントが特定の処理ステージに入る時点までに、ドキュメントのアセンブリ中に発生したエラー数。                                                 |
| AssemblingErrorsOut       | int    | はい     | 特定の処理ステージでのドキュメント処理が完了した時点までに、ドキュメントのアセンブリ中に発生したエラー数。                                            |
| CorrectedSymbols          | int    | はい     | ドキュメント内で修正された文字数。                                                                                |
| DocErrorsIn               | int    | はい     | ドキュメントが特定の処理ステージに入る時点での、ドキュメント内のルール エラー数。                                                        |
| DocErrorsOut              | int    | はい     | ドキュメントが特定の処理ステージを出る時点での、ドキュメント内のルール エラー数。                                                        |
| EventId                   | bigint | はい     | イベント識別子。[EventLog](/ja/flexi-capture/reporting-service/reporting-event-log) テーブル内のエントリ識別子に対応します。 |
| ExtendedData              |        |        | ドキュメントに関する拡張情報 (ドキュメントの source、field の一覧、ページ、各処理ステージでのエラーなど) を含む JSON ファイル。                      |
| FieldErrorsIn             | int    | はい     | ドキュメントが特定の処理ステージに入る時点での、ドキュメント内の書式エラー数。                                                          |
| FieldErrorsOut            | int    | はい     | 特定の処理ステージでの処理完了後の、ドキュメント内の書式エラー数。                                                                |
| FieldsForVerificationIn   | int    | はい     | ドキュメントが特定の処理ステージに入る時点で、ドキュメント内で検証が必要な field 数。                                                   |
| FieldsForVerificationOut  | int    | はい     | 特定の処理ステージでの処理完了後も、ドキュメント内で引き続き検証が必要な field 数。                                                    |
| Flags                     | int    | はい     | 将来使用するために予約されています。                                                                               |
| ProcessingStageId         | int    | はい     | ドキュメントが編集された処理ステージの識別子。                                                                          |
| SecondsCount              | int    | はい     | ドキュメントの編集に費やされた時間 (秒) 。                                                                          |
| SymbolsForVerificationIn  | int    | はい     | ドキュメントが特定の処理ステージに入る時点で、ドキュメント内で検証が必要な文字数。                                                        |
| SymbolsForVerificationOut | int    | はい     | 特定の処理ステージでの処理完了後も、ドキュメント内で引き続き検証が必要な文字数。                                                         |
| VerifiedFieldsIn          | int    | はい     | ドキュメントが特定の処理ステージに入る時点で、ドキュメント内で検証済みの field 数。                                                    |
| VerifiedFieldsOut         | int    | はい     | 特定の処理ステージでの処理完了時点で、ドキュメント内で検証済みの field 数。                                                        |

[先頭に戻る](/ja/flexi-capture/reports/database/document-editing-statistic#start)
