Readonly checkFound checkboxes.
Readonly clockwiseThe number of 90-degree clockwise rotations that were applied to the original image. The same number of counter-clockwise rotations are necessary to make the image upright again.
Default is 0
Readonly croppedThe cropped image used for recognition.
Readonly datesFound dates.
Readonly documentResult of the document detection in the input image. Is available only if the shouldCropDocument parameter is set to true.
Readonly formForm type.
Default is UNKNOWN
Readonly patientPatient info box.
Readonly scaleXThe scale factor used to scale the image to the recognition size.
Default is 1.0
Readonly scaleYThe scale factor used to scale the image to the recognition size.
Default is 1.0
Readonly scanningTrue if scanning was successful.
Default is false
The result of the medical certificate scanning.
Example
Since the instance of the class contains objects backed by native resources (e.g. images) and implements
AsyncDisposableit's highly recommended to use theawait usingsyntax when an instance is created or is received from an API:Alternatively, one can explicitly call release method to release the native resources or use autorelease convenience function. If neither is used, the resource will be released when the instance is garbage collected which is not recommended.