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

# InputField

> Field detected in previous document processing steps, exposed to FlexiLayout with Name, Id, Region, and InstanceValues accessors for cross-step reuse.

An object used to represent fields detected in documents during previous document processing steps.

| Methods                        | Description                                                                           |
| :----------------------------- | :------------------------------------------------------------------------------------ |
| `String Name()`                | The field name.                                                                       |
| `String Id()`                  | The unique identifier of the field.                                                   |
| `Region Region()`              | A multipage field region denoted using a global multipage document coordinate system. |
| `StringArray InstanceValues()` | An array of field values from all field instances detected in the document.           |
