BarcodeFormat representing the format of the barcode that was decoded
how many bits of {@link #getRawBytes()} are valid; typically 8 times its length
raw bytes encoded by the barcode, if applicable, otherwise {@code null}
{@link Map} mapping ResultMetadataType keys to values. May be {@code null}. This contains optional metadata about what was detected about the barcode, like orientation.
points related to the barcode in the image. These are typically points identifying finder patterns or the corners of the barcode. The exact meaning is specific to the type of barcode that was decoded.
raw text encoded by the barcode
Generated using TypeDoc
Encapsulates the result of decoding a barcode within an image.
Sean Owen