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

<CardGroup cols={2}>
  <Card title="Field" icon="font" href="/vantage/documentation/skill-designer/document/rule-verification/field">
    The Field object — inspect and modify a document field during rule execution.
  </Card>

  <Card title="Object model" icon="diagram-project" href="/vantage/documentation/skill-designer/document/rule-verification/object-model">
    Full JavaScript object reference for use in Advanced Script Rules.
  </Card>
</CardGroup>
