FaceAutoCaptureDetection

data class FaceAutoCaptureDetection(val bgrRawImage: BgrRawImage, val detectedFace: DetectedFace?, val position: DetectionPosition?, val validatorIdentifiers: List<String>)

Face detection in Face Auto Capture UI component.

Constructors

Link copied to clipboard
fun FaceAutoCaptureDetection(bgrRawImage: BgrRawImage, detectedFace: DetectedFace?, position: DetectionPosition?, validatorIdentifiers: List<String>)

Properties

Link copied to clipboard

BGRA raw image.

Link copied to clipboard

Face detection result.

Link copied to clipboard

Face position in the image.

Link copied to clipboard

List of validator identifiers, where the image did not pass.