Smile Liveness Result
data class SmileLivenessResult(val image: Image, val face: FaceDetector.Face, val smileExpressionImage: Image, val content: ByteArray, statistics: <Error class: unknown class>? = null)
Result of the UI Smile Liveness component.
Constructors
Link copied to clipboard
constructor(image: Image, face: FaceDetector.Face, smileExpressionImage: Image, content: ByteArray, statistics: <Error class: unknown class>? = null)
Properties
Link copied to clipboard
Detected face in the image.
Link copied to clipboard
Image. Post this image together with smileExpressionImage to the DIS for liveness evaluation.
Link copied to clipboard
Image of smile expression face. Post this image together with image to the DIS for liveness evaluation.