public final class PDF417DetectorResult extends Object
Constructor and Description |
---|
PDF417DetectorResult(BitMatrix bits,
List<ResultPoint[]> points) |
PDF417DetectorResult(BitMatrix bits,
List<ResultPoint[]> points,
int rotation) |
Modifier and Type | Method and Description |
---|---|
BitMatrix |
getBits() |
List<ResultPoint[]> |
getPoints() |
int |
getRotation() |
public PDF417DetectorResult(BitMatrix bits, List<ResultPoint[]> points, int rotation)
public PDF417DetectorResult(BitMatrix bits, List<ResultPoint[]> points)
public BitMatrix getBits()
public List<ResultPoint[]> getPoints()
public int getRotation()
Copyright © 2007–2024. All rights reserved.