Class MedicalCertificateScanningResult

The result of the medical certificate scanning.

Hierarchy

Constructors

Properties

Found checkboxes

clockwiseRotations: number

The 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 Value

0;
croppedImage: RawImage

The cropped image used for recognition.

Default Value

null;

Found dates

documentDetectionResult: DocumentDetectionResult

Result of the document detection in the input image. Is available only if the shouldCropDocument parameter is set to true.

Form type.

Default Value

"UNKNOWN";

Patient info box

scaleX: number

The scale factor used to scale the image to the recognition size.

Default Value

1.0;
scaleY: number

The scale factor used to scale the image to the recognition size.

Default Value

1.0;
scanningSuccessful: boolean

True if scanning was successful.

Default Value

false;

Generated using TypeDoc