AUIDataScheme interface
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. |
name | NSString, read-only | The name of the scheme. |
fields | NSArray<AUIDataFieldInfo*>*, read-only | Array of AUIDataFieldInfo objects, representing all fields that can be detected for this data scheme. |
02.03.2022 12:59:15