The error code of the barcode reading result, if an error occurred.
Optional
errorThe error message of the barcode reading result, if an error occurred.
Optional
itemsAn array of BarcodeResultItem objects, representing the list of decoded barcodes found in the image.
A unique identifier or hash of the original image from which the barcodes were decoded. It can be used to associate the result with a specific input image.
the rotation transformation matrix of the original image relative to the rotated image.
Interface DecodedBarcodesResult represents information of decoded barcodes from an image.
See
CapturedResultReceiver.onDecodedBarcodesReceived