bytes encoded by the barcode, if applicable, otherwise {@code null}
getResultPoints()
getResultPoints() : \Zxing\points
Returns
\Zxing\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.
getBarcodeFormat()
getBarcodeFormat() : \Zxing\{@link
Returns
\Zxing\{@link
—
BarcodeFormat} representing the format of the barcode that was decoded
getResultMetadata()
getResultMetadata() : \Zxing\{@link
Returns
\Zxing\{@link
—
Map} mapping {@link ResultMetadataType} keys to values. May be
{@code null}. This contains optional metadata about what was detected about the barcode,
like orientation.