mirror of
https://github.com/starovoid/rxing.git
synced 2026-07-26 04:12:34 +00:00
multiformat reader and writer (no test)
This commit is contained in:
@@ -141,7 +141,7 @@ pub enum DecodeHintValue {
|
||||
* Image is known to be of one of a few possible formats.
|
||||
* Maps to a {@link List} of {@link BarcodeFormat}s.
|
||||
*/
|
||||
PossibleFormats(BarcodeFormat),
|
||||
PossibleFormats(Vec<BarcodeFormat>),
|
||||
|
||||
/**
|
||||
* Spend more time to try to find a barcode; optimize for accuracy, not speed.
|
||||
|
||||
Reference in New Issue
Block a user