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

# TaskPage

> ABBYY FlexiCapture Web Services API の TaskPage データ型: タスク 内のページ、その画像ソース、フラグ、文字数を表す fields。

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

**TaskPage** データ型は、タスク内のページに関する情報を保持します。

<div id="fields">
  ## Fields
</div>

| 名前                      | 型        | 説明                                                       |
| ----------------------- | -------- | -------------------------------------------------------- |
| `Comment`               | `string` | ページに関するコメント。                                             |
| `Flags`                 | `int`    | ページのステータスを示すフラグのセット。この値は、このテーブルの後に記載されているフラグを組み合わせたものです。 |
| `ImageFileName`         | `string` | ページ画像を含むファイルの名前。                                         |
| `ImageSourceDetails`    | `string` | 画像のソースに関する情報。                                            |
| `ImageSourcePageNumber` | `int`    | 画像ファイル内のページ番号。                                           |
| `ImageSourceType`       | `int`    | 画像ソースの型。                                                 |
| `PageId`                | `int`    | ページのID。                                                  |
| `TotalSymbols`          | `int`    | ページ上の文字の総数。                                              |
| `UncertainSymbols`      | `int`    | ページ上の信頼性の低い認識文字の数。                                       |
| `VerificationSymbols`   | `int`    | ページ上で検証する文字の数。                                           |
| `Version`               | `int`    | ページのバージョン番号。                                             |

<div id="flags-field-values">
  ### Flags field の値
</div>

`Flags` の値は、以下のフラグを組み合わせたものです。Web Services API で使用されるページフラグのみを示します。

| フラグ                | 値       | 意味          |
| ------------------ | ------- | ----------- |
| `BIF_IsAnalyzed`   | `0x100` | ページが解析済みです。 |
| `BIF_IsRecognized` | `0x200` | ページが認識済みです。 |
