Class PDF417DetectorResult

java.lang.Object
com.google.zxing.pdf417.detector.PDF417DetectorResult

public final class PDF417DetectorResult extends Object
  • Field Details

    • bits

      private final BitMatrix bits
    • points

      private final List<ResultPoint[]> points
    • rotation

      private final int rotation
  • Constructor Details

  • Method Details

    • getBits

      public BitMatrix getBits()
    • getPoints

      public List<ResultPoint[]> getPoints()
    • getRotation

      public int getRotation()