public class Pdf417ScanResult extends BaseRecognitionResult
| Modifier and Type | Field and Description |
|---|---|
static android.os.Parcelable.Creator<Pdf417ScanResult> |
CREATOR
Parcelable creator object
|
| Modifier | Constructor and Description |
|---|---|
|
Pdf417ScanResult(long data,
boolean empty,
boolean valid) |
protected |
Pdf417ScanResult(android.os.Parcel in) |
| Modifier and Type | Method and Description |
|---|---|
Quadrilateral |
getPositionOnImage()
Returns the position of barcode on image.
|
BarcodeDetailedData |
getRawData()
Returns the raw barcode data.
|
java.lang.String |
getStringData()
Returns the string representation of data inside barcode.
|
java.lang.String |
getTitle() |
boolean |
isUncertain()
Returns true if returned data is uncertain, only applicable if used with Pdf417RecognizerSettings.setUncertainScanning(true)
|
java.lang.String |
toString() |
describeContents, getIntElement, getResultHolder, getStringElement, isEmpty, isValid, log, writeToParcelpublic static final android.os.Parcelable.Creator<Pdf417ScanResult> CREATOR
public Pdf417ScanResult(long data,
boolean empty,
boolean valid)
protected Pdf417ScanResult(android.os.Parcel in)
@Nullable public java.lang.String getStringData()
@Nullable public BarcodeDetailedData getRawData()
public boolean isUncertain()
@Nullable public Quadrilateral getPositionOnImage()
public java.lang.String getTitle()
getTitle in class BaseRecognitionResultpublic java.lang.String toString()
toString in class BaseRecognitionResult