public class BarDecoderScanResult extends BaseRecognitionResult
| Modifier and Type | Field and Description |
|---|---|
static android.os.Parcelable.Creator<BarDecoderScanResult> |
CREATOR
Parcelable creator object
|
| Modifier | Constructor and Description |
|---|---|
|
BarDecoderScanResult(long data,
boolean empty,
boolean valid) |
protected |
BarDecoderScanResult(android.os.Parcel in) |
| Modifier and Type | Method and Description |
|---|---|
BarcodeType |
getBarcodeType()
Returns the type of barcode scanned with BarDecoder recognizer.
|
BarcodeDetailedData |
getExtendedRawData()
Returns the raw extended barcode data.
|
java.lang.String |
getExtendedStringData()
Returns the string representation of extended data.
|
BarcodeDetailedData |
getRawData()
Returns the raw barcode data.
|
java.lang.String |
getStringData()
Returns the string representation of data inside barcode.
|
java.lang.String |
getTitle() |
java.lang.String |
toString() |
describeContents, getIntElement, getResultHolder, getStringElement, isEmpty, isValid, log, writeToParcelpublic static final android.os.Parcelable.Creator<BarDecoderScanResult> CREATOR
public BarDecoderScanResult(long data,
boolean empty,
boolean valid)
protected BarDecoderScanResult(android.os.Parcel in)
@Nullable public BarcodeType getBarcodeType()
@Nullable public java.lang.String getStringData()
@Nullable public java.lang.String getExtendedStringData()
public java.lang.String toString()
toString in class BaseRecognitionResult@Nullable public BarcodeDetailedData getRawData()
@Nullable public BarcodeDetailedData getExtendedRawData()
public java.lang.String getTitle()
getTitle in class BaseRecognitionResult