FingerprintImages

data class FingerprintImages(val index: Image?, val middle: Image?, val ring: Image?, val little: Image?)

Fingerprint images of four fingers.

Constructors

Link copied to clipboard
constructor(index: Image?, middle: Image?, ring: Image?, little: Image?)

Properties

Link copied to clipboard
val index: Image?

Image of the index finger.

Link copied to clipboard

Image of the little finger.

Link copied to clipboard

Image of the middle finger.

Link copied to clipboard
val ring: Image?

Image of the ring finger.