interface ScanResult {
    format: BarcodeFormat;
    text: string;
}

Properties

Properties

text: string