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

> TaskPage data type in the ABBYY FlexiCapture Web Services API: fields describing a page in a task, its image source, flags, and character counts.

## What it does

The **TaskPage** data type stores information about a page in the task.

## Fields

| Name                    | Type     | Description                                                                                                |
| ----------------------- | -------- | ---------------------------------------------------------------------------------------------------------- |
| `Comment`               | `string` | Comment on the page.                                                                                       |
| `Flags`                 | `int`    | A set of flags that describe the status of the page. The value combines the flags listed after this table. |
| `ImageFileName`         | `string` | The name of the file that contains the page image.                                                         |
| `ImageSourceDetails`    | `string` | Information about the source of the image.                                                                 |
| `ImageSourcePageNumber` | `int`    | The number of the page in the image file.                                                                  |
| `ImageSourceType`       | `int`    | The type of the image source.                                                                              |
| `PageId`                | `int`    | The ID of the page.                                                                                        |
| `TotalSymbols`          | `int`    | The total number of characters on the page.                                                                |
| `UncertainSymbols`      | `int`    | The number of unreliably recognized characters on the page.                                                |
| `VerificationSymbols`   | `int`    | The number of characters to verify on the page.                                                            |
| `Version`               | `int`    | The version number of the page.                                                                            |

### Flags field values

The `Flags` value is a combination of the following flags. Only the page flags useful in the Web Services API are listed.

| Flag               | Value   | Meaning                       |
| ------------------ | ------- | ----------------------------- |
| `BIF_IsAnalyzed`   | `0x100` | The page has been analyzed.   |
| `BIF_IsRecognized` | `0x200` | The page has been recognized. |
