BlinkReceipt SDK
Toggle table of contents
JVM
Target filter
JVM
Switch theme
Search in API
Skip to content
BlinkReceipt SDK
blinkreceipt-recognizer
/
com.microblink
/
BarcodeResults
Barcode
Results
data
class
BarcodeResults
(
val
barcodes
:
List
<
Barcode
>
=
emptyList()
,
val
exception
:
Throwable
?
=
null
,
val
duration
:
Duration
=
Duration.ZERO
)
Members
Constructors
Barcode
Results
Link copied to clipboard
constructor
(
barcodes
:
List
<
Barcode
>
=
emptyList()
,
exception
:
Throwable
?
=
null
,
duration
:
Duration
=
Duration.ZERO
)
Properties
barcodes
Link copied to clipboard
@get:
JvmName
(
name
=
"barcodes"
)
val
barcodes
:
List
<
Barcode
>
duration
Link copied to clipboard
@get:
JvmName
(
name
=
"duration"
)
val
duration
:
Duration
exception
Link copied to clipboard
@get:
JvmName
(
name
=
"exception"
)
val
exception
:
Throwable
?