InterfacePosition

Position of the decoded barcode.

interface Position {
    bottomLeft: Point;
    bottomRight: Point;
    topLeft: Point;
    topRight: Point;
}

Properties

bottomLeft: Point

Bottom-left point of the decoded barcode.

Point

bottomRight: Point

Bottom-right point of the decoded barcode.

Point

topLeft: Point

Top-left point of the decoded barcode.

Point

topRight: Point

Top-right point of the decoded barcode.

Point