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

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

`Symbol` represents a single recognized character in a field's text value.

## Properties

| Name             | Type | Access level | Description                                                 |
| :--------------- | :--- | :----------- | :---------------------------------------------------------- |
| **Symbol**       | char | Read-only    | The character value.                                        |
| **IsSuspicious** | bool | Read-only    | `true` if the character was recognized with low confidence. |

## Related topics

* [Field](/vantage/documentation/skill-designer/document/rule-verification/field)
* [Object model](/vantage/documentation/skill-designer/document/rule-verification/object-model)
