Package | Description |
---|---|
com.google.zxing.pdf417.decoder |
Modifier and Type | Field and Description |
---|---|
private BarcodeMetadata |
DetectionResult.barcodeMetadata |
Modifier and Type | Method and Description |
---|---|
(package private) BarcodeMetadata |
DetectionResultRowIndicatorColumn.getBarcodeMetadata() |
private static BarcodeMetadata |
PDF417ScanningDecoder.getBarcodeMetadata(DetectionResultRowIndicatorColumn leftRowIndicatorColumn,
DetectionResultRowIndicatorColumn rightRowIndicatorColumn) |
Modifier and Type | Method and Description |
---|---|
(package private) void |
DetectionResultRowIndicatorColumn.adjustCompleteIndicatorColumnRowNumbers(BarcodeMetadata barcodeMetadata) |
private void |
DetectionResultRowIndicatorColumn.adjustIncompleteIndicatorColumnRowNumbers(BarcodeMetadata barcodeMetadata) |
private void |
DetectionResultRowIndicatorColumn.removeIncorrectCodewords(Codeword[] codewords,
BarcodeMetadata barcodeMetadata) |
Constructor and Description |
---|
DetectionResult(BarcodeMetadata barcodeMetadata,
BoundingBox boundingBox) |