MultipazProject
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
MultipazProject
multipaz-mlkit
/
org.multipaz.barcodes
/
Barcode
Barcode
data
class
Barcode
(
val
format
:
BarcodeFormat
,
val
boundingBox
:
Rect
,
val
cornerPoints
:
List
<
Offset
>
,
val
text
:
String
)
Members
Constructors
Barcode
Link copied to clipboard
constructor
(
format
:
BarcodeFormat
,
boundingBox
:
Rect
,
cornerPoints
:
List
<
Offset
>
,
text
:
String
)
Properties
bounding
Box
Link copied to clipboard
val
boundingBox
:
Rect
corner
Points
Link copied to clipboard
val
cornerPoints
:
List
<
Offset
>
format
Link copied to clipboard
val
format
:
BarcodeFormat
text
Link copied to clipboard
val
text
:
String