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

> Access a field value in ABBYY FlexiCapture scripts through IValue: its text representation, formatting error message, and per-symbol details.

## What it does

Represents a field value.

<Note>
  This object is not available on the Web Verification Station for checking rules locally.
</Note>

## Properties

| **Name**     | **Type**                                                               | **Access** | **Description**                               |
| ------------ | ---------------------------------------------------------------------- | ---------- | --------------------------------------------- |
| ErrorMessage | string                                                                 | Read/write | Message concerning a value formatting error   |
| Symbols      | [ICharactersParams](/flexi-capture/appendix/scripts/icharactersparams) | Read-only  | Detailed information about symbols properties |
| Text         | string                                                                 | Read/write | Text representation of the value              |
