Package-level declarations
Types
Link copied to clipboard
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
interface CornersGenerator
Eye Gaze Liveness Corners Generator.
Link copied to clipboard
object CornersGeneratorFactory
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.