FaceAutoCaptureResult

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

Result of the UI Face Auto Capture 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. Might be null only if com.innovatrics.dot.face.lite.autocapture.ui.BaseFaceAutoCaptureFragment.requestCapture was used to get the result.

Link copied to clipboard

Result image.