interface VinScannerResult {
    confidenceValue: number;
    rawText: string;
    validationSuccessful: boolean;
}

Properties

confidenceValue: number

The scanned result confidence value.

rawText: string

The scanned Vehicle Identification Number

validationSuccessful: boolean

Boolean that represents a successful validation