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

<CardGroup cols={2}>
  <Card title="Field" icon="font" href="/vantage/documentation/skill-designer/process/condition-activity/field">
    Properties for reading a document field's value, type, and OCR metadata.
  </Card>

  <Card title="Object model" icon="diagram-project" href="/vantage/documentation/skill-designer/process/condition-activity/object-model">
    Full JavaScript object reference for Condition activity scripts.
  </Card>
</CardGroup>
