UNPKG

@zxing/library

Version:

TypeScript port of ZXing multi-format 1D/2D barcode image processing library.

13 lines (12 loc) 402 B
import ResultPoint from '../../ResultPoint'; export default class FinderPattern { private value; private startEnd; private resultPoints; constructor(value: number, startEnd: number[], start: number, end: number, rowNumber: number); getValue(): number; getStartEnd(): number[]; getResultPoints(): Array<ResultPoint>; equals(o: object): boolean; hashCode(): number; }