RTRDataScheme class
Information on the data scheme applied to the recognized frame. This class provides access to the identifier and human-readable name of the scheme, as well as a full list of fields, which can be detected on a document applying this data scheme.
Properties
Name | Type | Description |
id | NSString, read-only | The internal scheme identifier. Can be one of the predefined data schemes or the custom scheme identifier that you specified when creating the scheme in the RTRDataCaptureProfileBuilder. |
name | NSString, read-only | The name of the scheme. If you are using a custom data capture profile, this is the same name you specified when creating the scheme in the RTRDataCaptureProfileBuilder. |
fields | NSArray<RTRDataFieldInfo*>*, read-only | Array of RTRDataFieldInfo objects, representing all fields that can be detected for this data scheme. |
3/2/2022 12:59:15 PM