Class LicensePlateScannerResult

The result of the license plate scanning.

Hierarchy

Constructors

Properties

confidence: number

Recognition confidence.

Default Value

0.0;
countryCode: string

Country code

croppedImage: RawImage

The part of the image on which the plate was detected.

Default Value

null;
licensePlate: string

License plate

rawText: string

Raw recognized string

validationSuccessful: boolean

Text validation result.

Default Value

false;

Generated using TypeDoc