Result constructor
Initializes a new instance of the Result class.
public Result(
DataScheme scheme,
DataField[] fields,
Image image
)
Parameters
- scheme
- Information on the data scheme, that was applied to the result image, as a DataScheme class object.
- fields
- An array of the detected and recognized fields, represented by DataField class objects.
- image
- Provides access to the original captured image as an Image class object.
02.03.2022 12:59:15