public ScanbotBarcodeDetector
Detects bar codes and QR codes
| Modifier and Type | Method and Description |
|---|---|
BarcodeScanningResult |
decodeWithState()
Decode the data within the viewfinder rectangle, and time how long it took. For efficiency, reuse the same reader objects from one decode to the next.
|
BarcodeScanningResult |
decodeWithState()
Decode the data within the viewfinder rectangle, and time how long it took. For efficiency, reuse the same reader objects from one decode to the next.
|
void |
enableBarcodeScan() |
void |
setBarcodeFormatsFilter()
Sets list of BarcodeFormat to scan
|
void enableBarcodeScan()
void setBarcodeFormatsFilter()
Sets list of BarcodeFormat to scan
BarcodeScanningResult decodeWithState()
Decode the data within the viewfinder rectangle, and time how long it took. For efficiency, reuse the same reader objects from one decode to the next.
BarcodeScanningResult decodeWithState()
Decode the data within the viewfinder rectangle, and time how long it took. For efficiency, reuse the same reader objects from one decode to the next.