mirror of
https://github.com/starovoid/rxing.git
synced 2026-07-27 12:52:34 +00:00
port decoded_bit_stream_parser
This commit is contained in:
@@ -924,7 +924,7 @@ pub enum RXingResultMetadataValue {
|
||||
* <p>This maps to a {@link java.util.List} of byte arrays corresponding to the
|
||||
* raw bytes in the byte segments in the barcode, in order.</p>
|
||||
*/
|
||||
ByteSegments(Vec<u8>),
|
||||
ByteSegments(Vec<Vec<u8>>),
|
||||
|
||||
/**
|
||||
* Error correction level used, if applicable. The value type depends on the
|
||||
|
||||
Reference in New Issue
Block a user