| Children | Field[] | Child fields. |
| DataType | DataType | The field data type. |
| FieldType | FieldType | The field type. For example, text, barcode, or image. |
| FullName | string | The full root path to the document. The parent field names are separated by the ”/” symbol. E.g. the address field for a vendor company may be called “Vendor/Address”. |
| HasSuspiciousSymbols | bool | Returns true if the field value contains characters recognized with low confidence. |
| Id | string | The field identifier. May be identical for various instances of a repeating field. |
| InstanceIndex | int | 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[] | All instances of this field type. This property only applies to repeating fields. |
| IsConfirmed | bool | Returns true if the value was confirmed by an operator during verification. |
| IsRepeatable | bool | Returns true if it is a repeating field. |
| IsSuspicious | bool | Returns true if the algorithm is not confident about the recognition results for the field. The value of such a field should be reviewed manually by an operator. |
| IsValid | bool | Returns true if the field text (Text) was successfully converted to a value of the correct type (Value). Otherwise, returns false. |
| IsVisible | bool | Returns true if the field can be viewed by an operator. If the field was hidden during verification, returns false. |
| Name | string | The field name. |
| Parent | Field | The parent field. |
| Regions | Region[] | Regions on the image where the field is located. |
| Symbols | Symbol[] | An array of characters that form the original value of the field in text format. |
| Text | string | The field text as detected on the document. |
| Value | object | The value of the field once converted to the appropriate data type, for example, date or float. |