dot-document
9.2.0
publicApi
dot-document
/
com.innovatrics.dot.document.barcode
/
Barcode
Barcode
data
class
Barcode
(
val
bytes
:
ByteArray
,
val
position
:
DetectionPosition
)
Detected barcode in the image.
Members
Constructors
Barcode
Link copied to clipboard
constructor
(
bytes
:
ByteArray
,
position
:
DetectionPosition
)
Properties
bytes
Link copied to clipboard
val
bytes
:
ByteArray
Barcode bytes.
position
Link copied to clipboard
val
position
:
DetectionPosition
Position of the barcode in the image.
Functions
equals
Link copied to clipboard
open
operator override
fun
equals
(
other
:
Any
?
)
:
Boolean
hash
Code
Link copied to clipboard
open
override
fun
hashCode
(
)
:
Int