Resource Base
Table of contents

BarcodeLocationResult

Interface BarcodeLocationResult. The location of a quadrilateral area which indicates the location of the detected barcode.

export interface BarcodeLocationResult {
    /**
     * The angle of a barcode. Values range from 0 to 360.
     */
    angle: number;
    /**
     * The coordinates of the quadrilateral points.
     */
    location: Quadrilateral;
}
//# sourceMappingURL=BarcodeLocationResult.d.ts.map

This page is compatible for:

Is this page helpful?

YesYes NoNo

In this article:

latest version

    Change +