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 quadrilateral
    quadrilateral: Quadrilateral;
}

This page is compatible for:

Is this page helpful?

YesYes NoNo

latest version

    Change +