MagnifEyeLivenessResult

data class MagnifEyeLivenessResult(val image: Image, val face: FaceDetector.Face, val content: ByteArray)

Result of the UI MagnifEye Liveness component.

Constructors

Link copied to clipboard
constructor(image: Image, face: FaceDetector.Face, content: ByteArray)

Properties

Link copied to clipboard

Binary content for server-side evaluation.

Link copied to clipboard

Detected face in the image.

Link copied to clipboard

Image.