Dockware AI
Toggle table of contents
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
Dockware AI
dockware-core
/
scanning.barcodes
/
DimsBarcodeManager
/
BarcodeStatistics
Barcode
Statistics
data
class
BarcodeStatistics
(
val
totalDetected
:
Int
,
val
confirmedCount
:
Int
,
val
withPositions
:
Int
,
val
averageConfidence
:
Float
)
Members
Constructors
Barcode
Statistics
Link copied to clipboard
constructor
(
totalDetected
:
Int
,
confirmedCount
:
Int
,
withPositions
:
Int
,
averageConfidence
:
Float
)
Properties
average
Confidence
Link copied to clipboard
val
averageConfidence
:
Float
confirmed
Count
Link copied to clipboard
val
confirmedCount
:
Int
total
Detected
Link copied to clipboard
val
totalDetected
:
Int
with
Positions
Link copied to clipboard
val
withPositions
:
Int