|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DecoderResult | |
|---|---|
| com.google.zxing.aztec.decoder | |
| com.google.zxing.datamatrix.decoder | |
| com.google.zxing.maxicode.decoder | |
| com.google.zxing.pdf417.decoder | |
| com.google.zxing.qrcode.decoder | |
| Uses of DecoderResult in com.google.zxing.aztec.decoder |
|---|
| Methods in com.google.zxing.aztec.decoder that return DecoderResult | |
|---|---|
DecoderResult |
Decoder.decode(AztecDetectorResult detectorResult)
|
| Uses of DecoderResult in com.google.zxing.datamatrix.decoder |
|---|
| Methods in com.google.zxing.datamatrix.decoder that return DecoderResult | |
|---|---|
DecoderResult |
Decoder.decode(BitMatrix bits)
Decodes a Data Matrix Code represented as a BitMatrix. |
DecoderResult |
Decoder.decode(boolean[][] image)
Convenience method that can decode a Data Matrix Code represented as a 2D array of booleans. |
| Uses of DecoderResult in com.google.zxing.maxicode.decoder |
|---|
| Methods in com.google.zxing.maxicode.decoder that return DecoderResult | |
|---|---|
DecoderResult |
Decoder.decode(BitMatrix bits)
|
DecoderResult |
Decoder.decode(BitMatrix bits,
Map<DecodeHintType,?> hints)
|
| Uses of DecoderResult in com.google.zxing.pdf417.decoder |
|---|
| Methods in com.google.zxing.pdf417.decoder that return DecoderResult | |
|---|---|
DecoderResult |
Decoder.decode(BitMatrix bits)
Decodes a PDF417 Code represented as a BitMatrix. |
DecoderResult |
Decoder.decode(boolean[][] image)
Convenience method that can decode a PDF417 Code represented as a 2D array of booleans. |
| Uses of DecoderResult in com.google.zxing.qrcode.decoder |
|---|
| Methods in com.google.zxing.qrcode.decoder that return DecoderResult | |
|---|---|
DecoderResult |
Decoder.decode(BitMatrix bits)
|
DecoderResult |
Decoder.decode(BitMatrix bits,
Map<DecodeHintType,?> hints)
Decodes a QR Code represented as a BitMatrix. |
DecoderResult |
Decoder.decode(boolean[][] image)
|
DecoderResult |
Decoder.decode(boolean[][] image,
Map<DecodeHintType,?> hints)
Convenience method that can decode a QR Code represented as a 2D array of booleans. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||