Resource Base
Table of contents

BarcodeResult

Interface BarcodeResult. It stores the barcode information including barcode text and barcode formats.

export interface BarcodeResult {
    // The barcode text.
    barcodeText: string;

    // The Base64 string that stores the barcode bytes.
    barcodeBytes: string;

    // Barcode type in string.
    barcodeFormatString: string;
    
    // The corresponding localization result.
    barcodeLocation: BarcodeLocationResult;
}

This page is compatible for:

Is this page helpful?

YesYes NoNo

latest version

    Change +