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

> The Symbol object — a single character from a recognized field value, with a low-confidence flag, in a Condition activity script.

`Symbol` represents a single character from a recognized field value in a Condition activity script. A collection of `Symbol` values is returned by [`Field.Symbols`](/vantage/documentation/skill-designer/process/condition-activity/field).

## Properties

| Name             | Type | Access    | 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/process/condition-activity/field)
* [Object model](/vantage/documentation/skill-designer/process/condition-activity/object-model)
