Barcode

data class Barcode(val bytes: ByteArray, val position: DetectionPosition)

Detected barcode in the image.

Constructors

Link copied to clipboard
constructor(bytes: ByteArray, position: DetectionPosition)

Properties

Link copied to clipboard

Barcode bytes.

Link copied to clipboard

Position of the barcode in the image.

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int