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

# IValue

> IValue を使用して、ABBYY FlexiCapture スクリプト内の field の値にアクセスできます。テキスト表現、書式エラーメッセージ、各シンボルの詳細を確認できます。

<div id="what-it-does">
  ## 機能
</div>

field の値を表します。

<Note>
  このオブジェクトは、Web Verification Station ではローカルでのルールチェックには使用できません。
</Note>

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

| **名前**       | **型**                                                                     | **アクセス**  | **説明**              |
| ------------ | ------------------------------------------------------------------------- | --------- | ------------------- |
| ErrorMessage | string                                                                    | 読み取り/書き込み | 値の書式エラーに関するメッセージ    |
| Symbols      | [ICharactersParams](/ja/flexi-capture/appendix/scripts/icharactersparams) | 読み取り専用    | 各シンボルのプロパティに関する詳細情報 |
| Text         | string                                                                    | 読み取り/書き込み | 値のテキスト表現            |
