BarcodeReadResult Class
Represents a result of barcode reading.
Constructor
BarcodeReadResult
(
-
isSuccessful
-
barcodeText
-
barcodeData
Parameters:
-
isSuccessful
BooleanWhether the result is successful.
-
barcodeText
StringPlain text extracted from barcode.
-
barcodeData
BarcodeDataData parsed from barcode text.
Item Index
Properties
barcodeText
String
Gets barcode text.
isSuccessful
Boolean
Gets whether the result is successful.
shouldExtractBirthDate
Boolean
Gets whether birth date should be extracted.
shouldExtractFirstName
Boolean
Gets whether first name should be extracted.
shouldExtractLastName
Boolean
Gets whether last name should be extracted.