public class Pdf417RecognizerSettings extends RecognizerSettings
| Modifier and Type | Field and Description |
|---|---|
static android.os.Parcelable.Creator<Pdf417RecognizerSettings> |
CREATOR |
mNativeContext| Constructor and Description |
|---|
Pdf417RecognizerSettings() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isInverseScanMode() |
boolean |
isNullQuietZoneAllowed() |
boolean |
isUncertainScanMode() |
void |
setInverseScanning(boolean inverseBarcodeScanning) |
void |
setNullQuietZoneAllowed(boolean nullQuietZoneAllowed) |
void |
setUncertainScanning(boolean uncertainScanning) |
void |
writeToParcel(android.os.Parcel dest,
int flags) |
describeContents, finalize, getNativeContext, isEnabled, requiresAutofocus, requiresLandscapeMode, setEnabledpublic static final android.os.Parcelable.Creator<Pdf417RecognizerSettings> CREATOR
public void setUncertainScanning(boolean uncertainScanning)
uncertainScanning - Enable scanning of non-standard elements, but there is no
guarantee that all data will be read. For Pdf417 barcode to be
used when multiple rows are missing (e.g. not whole barcode is
printed)public boolean isUncertainScanMode()
public void setNullQuietZoneAllowed(boolean nullQuietZoneAllowed)
nullQuietZoneAllowed - Allow scanning barcodes which don't have quiet zone
surrounding it (e.g. text concatenated with barcode). This
option can significantly increase recognition time.public boolean isNullQuietZoneAllowed()
public void setInverseScanning(boolean inverseBarcodeScanning)
inverseBarcodeScanning - Enables scanning of barcodes with inverse intensity values
(e.g. white barcode on black background)public boolean isInverseScanMode()
public void writeToParcel(android.os.Parcel dest,
int flags)