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

# UserStatistics

> ABBYY FlexiCapture Web Services API の UserStatistics データ型のリファレンス。ユーザーが特定のステージで処理したバッチ、ドキュメント、ページの件数を示します。

<div id="what-it-does">
  ## 機能
</div>

**UserStatistics** データ型には、ユーザーが処理したバッチ、ドキュメント、ページの数に関する情報が格納されます。処理済みバッチとは、「processed」状態のステージに達したバッチのことです。

<div id="fields">
  ## フィールド
</div>

| **名前**         | **型** | **説明**       |
| -------------- | ----- | ------------ |
| BatchesCount   | int   | 処理済みバッチの数    |
| DocumentsCount | int   | 処理済みドキュメントの数 |
| PagesCount     | int   | 処理されたページ数    |
