Package-level declarations

Types

Link copied to clipboard
data class Barcode(val bytes: ByteArray, val position: DetectionPosition)

Detected barcode in the image.

Link copied to clipboard
data class DetectionPosition(val topLeft: PointDouble, val topRight: PointDouble, val bottomRight: PointDouble, val bottomLeft: PointDouble)

Position of the barcode in the image.