RTRDataFieldInfo class
A data field, that can be detected on the document, corresponding to current data scheme. Provides field id, name and included data fields, if applicable.
The field can be compound, which means that it consists of several parts, i.e. Address field can consist of such fields as City, Street, etc. Component details are available from the components array.
Properties
Name | Type | Description |
---|---|---|
id | NSString*, read-only | The internal field identifier. |
name | NSString*, read-only | The name of the field as seen in the document or specified in the custom data capture profile. |
components | NSArray<RTRDataFieldInfo*>*, read-only |
Field components represented by RTRDataFieldInfo objects. If the field has only one component, this array contains one element. This property may be nil, if the field is not compound. |
3/2/2022 12:59:15 PM