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

# Symbol

> Symbol class providing read-only access to individual characters of a field value, including a flag indicating unreliable recognition.

Provides access to characters that form the initial value of a field in text format.

## Properties

| Name           | Data Type | Access Level | Description                                                               |
| :------------- | :-------- | :----------- | :------------------------------------------------------------------------ |
| `Symbol`       | `char`    | Read-only    | The value of the character.                                               |
| `IsSuspicious` | `bool`    | Read-only    | A value of `true` specifies that the character was recognized unreliably. |
