public class BarcodeItem
Decoded bar code information.
public BarcodeItem(@NotNull
java.lang.String rawString,
@NotNull
java.lang.String jsonString,
@NotNull
kotlin.Array[] rawBytes,
int decodedType,
@Nullable
android.graphics.Bitmap image)
Decoded bar code information.
rawString - Raw recognized stringimage - Detected barcode image@NotNull public BarcodeType getType()
Barcode type
@Nullable public BarCodeFormattedResult getFormattedResult()
Parsed known document format
@NotNull public java.lang.String getRawString()
Raw recognized string
@NotNull public kotlin.Array[] getRawBytes()
@Nullable public android.graphics.Bitmap getImage()
Detected barcode image