Face Auto Capture Result
data class FaceAutoCaptureResult(val image: Image, val face: FaceDetector.Face?, val content: ByteArray)
Result of the UI Face Auto Capture component.
Properties
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.