EyeGazeLivenessResult

data class EyeGazeLivenessResult(val image: Image, val face: FaceDetector.Face, val cornerImages: List<Image>, val score: Double?, val content: ByteArray)

Result of the UI Eye Gaze Liveness component.

Constructors

Link copied to clipboard
constructor(image: Image, face: FaceDetector.Face, cornerImages: List<Image>, score: Double?, content: ByteArray)

Properties

Link copied to clipboard

Binary content for server-side evaluation.

Link copied to clipboard

Images for each corner. Temporary property for the legacy way of liveness evaluation on DIS. Only 'content' property should be used for server-side evaluation.

Link copied to clipboard

Detected face in the image.

Link copied to clipboard

Image.

Link copied to clipboard

Score of the liveness check if enabled by the license, null otherwise.