| Children | Field[], read-only | Child fields. |
| DataType | DataType, read-only | The field data type. |
| FieldType | FieldOcrType, read-only | The field type (such as text, barcode, or image). |
| FullName | string, read-only | The full root path to the document. The parent field names are separated by the ”/” symbol. For example, the address field for a vendor company may be called “Vendor/Address”. |
| Id | string, read-only | The identifier of a field definition from the document definition. |
| InstanceId | string, read-only | The identifier of a field instance. A document may have no instances of a field, in this case InstanceId = null. |
| InstanceIndex | number, read-only | The index number of the current field instance among all repeating fields of the same type. This property only applies to repeating fields. |
| Instances | Field[], read-only | All instances of this field type. This property only applies to repeating fields. |
| IsConfirmed | boolean, read-only | Returns true if the value was confirmed by an operator during verification. |
| IsRepeatable | boolean, read-only | Returns true if it is a repeating field. |
| IsSuspicious | boolean, read-only | Returns true if the algorithm is not certain about the recognition results for the field. |
| IsValid | boolean, read-only | Returns true if the field text (Text) was successfully converted to a value of the correct type (Value). Returns false otherwise. |
| IsVisible | boolean, read-only | Returns true if the field can be viewed by an operator. If the field was hidden during verification, returns false. |
| Name | string, read-only | The field name. |
| Parent | Field, read-only | The parent field. |
| Regions | RegionsCollection, read-only | Regions on the image where the field is located. |
| Text | string, read-only | The field text as detected on the document. |
| Value | object | The value of the field once converted to the appropriate data type, e.g. date or float. |
| Image | BinaryFile, read-only | The image in binary format. Only applies to fields of type Picture. |