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

> Condition アクティビティ スクリプト内の Symbol オブジェクト。認識された field の値に含まれる 1 文字を表し、低信頼度フラグを備えます。

`Symbol` は、Condition アクティビティ スクリプトで、認識された field の値に含まれる 1 文字を表します。`Symbol` 値のコレクションは、[`Field.Symbols`](/ja/vantage/documentation/skill-designer/process/condition-activity/field) によって返されます。

<div id="properties">
  ## プロパティ
</div>

| 名前               | 型    | アクセス   | 説明                                  |
| :--------------- | :--- | :----- | :---------------------------------- |
| **Symbol**       | char | 読み取り専用 | 文字の値。                               |
| **IsSuspicious** | bool | 読み取り専用 | `true` の場合、その文字は低い信頼度で認識されたことを示します。 |

<div id="related-topics">
  ## 関連トピック
</div>

* [Field](/ja/vantage/documentation/skill-designer/process/condition-activity/field)
* [オブジェクト モデル](/ja/vantage/documentation/skill-designer/process/condition-activity/object-model)
