DataScheme 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.
class DataScheme
Constructor
Name | Description |
---|---|
DataScheme | Initializes a new instance of the DataScheme class. |
Properties
Name | Description |
---|---|
getId | The internal scheme identifier. |
getName | The human-readable name of the data scheme. May be returned null. |
getFields | Array of DataFieldInfo objects, representing all fields that can be detected for this data scheme. |
3/2/2022 12:59:15 PM