Package-level declarations

Types

Link copied to clipboard
enum Corner : Enum<Corner>

Corner position for the Eye Gaze Liveness object. See com.innovatrics.dot.face.liveness.eyegaze.ui.EyeGazeLivenessFragment.Configuration.corners for more details.

Link copied to clipboard

Eye Gaze Liveness Corners Generator.

Link copied to clipboard

Factory for Eye Gaze Liveness Corners Generator.

Link copied to clipboard
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.