@Deprecated public final class Pdf417Recognizer extends Recognizer
Modifier and Type | Class and Description |
---|---|
static class |
Pdf417Recognizer.Result
Deprecated.
|
Modifier and Type | Field and Description |
---|---|
static android.os.Parcelable.Creator |
CREATOR
Deprecated.
|
Constructor and Description |
---|
Pdf417Recognizer()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Pdf417Recognizer |
clone()
Deprecated.
Create a copy of the entity.
|
void |
consumeResultFrom(Entity other)
Deprecated.
Consume result from other entity.
|
protected void |
deserializeNativeSettings(byte[] serializedSettings)
Deprecated.
|
boolean |
isNullQuietZoneAllowed()
Deprecated.
Allow scanning PDF417 barcodes which don't have quiet zone
surrounding it (e.g.
|
boolean |
isScanInverse()
Deprecated.
Enables scanning of barcodes with inverse intensity values (e.g.
|
boolean |
isScanUncertain()
Deprecated.
Enable decoding of non-standard PDF417 barcodes, but without
guarantee that all data will be read.
|
protected byte[] |
serializeNativeSettings()
Deprecated.
|
void |
setNullQuietZoneAllowed(boolean nullQuietZoneAllowed)
Deprecated.
Allow scanning PDF417 barcodes which don't have quiet zone
surrounding it (e.g.
|
void |
setScanInverse(boolean scanInverse)
Deprecated.
Enables scanning of barcodes with inverse intensity values (e.g.
|
void |
setScanUncertain(boolean scanUncertain)
Deprecated.
Enable decoding of non-standard PDF417 barcodes, but without
guarantee that all data will be read.
|
protected void |
terminateNative(long nativeContext)
Deprecated.
|
getName, isExcludedFromPing, requiresAutofocus, requiresLandscapeMode
describeContents, finalize, getNativeContext, getResult, nativeGetNativeResultContext, readFromParcel, writeToParcel
public void setScanUncertain(boolean scanUncertain)
public boolean isScanUncertain()
public void setNullQuietZoneAllowed(boolean nullQuietZoneAllowed)
public boolean isNullQuietZoneAllowed()
public void setScanInverse(boolean scanInverse)
public boolean isScanInverse()
protected void terminateNative(long nativeContext)
terminateNative
in class Entity
@Nullable protected byte[] serializeNativeSettings()
serializeNativeSettings
in class Entity
protected void deserializeNativeSettings(@NonNull byte[] serializedSettings)
deserializeNativeSettings
in class Entity
public Pdf417Recognizer clone()
Entity
RecognizerRunnerView
or RecognizerRunner
with the updated entity hierarchy.clone
in class Recognizer
public void consumeResultFrom(@NonNull Entity other)
Entity
com.microblink.blinkinput.entities.recognizers.RecognizerBundle#loadFromIntent(Intent)
and similar methods to replace the result content of the saved entities with results that
have arrived over Intent
consumeResultFrom
in class Entity
other
- Entity from which result should be consumed.