interface LicensePlateScannerResult {
    confidence: number;
    countryCode: string;
    licensePlate: string;
}

Properties

confidence: number

Confidence in result accuracy. The value ranges from 0 to 100, higher is better.

countryCode: string

The Country Code on the License Plate as detected by the scanner

licensePlate: string

The License Plate detected by the scanner