FaceAutoCaptureDetection

data class FaceAutoCaptureDetection(val bgrRawImage: BgrRawImage, val detectedFace: DetectedFace?, val position: DetectionPosition?, val deviceTiltAngles: TiltAngles?, 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?, deviceTiltAngles: TiltAngles?, validatorIdentifiers: List<String>)

Properties

Link copied to clipboard

BGRA raw image.

Link copied to clipboard

Face detection result.

Link copied to clipboard
val deviceTiltAngles: TiltAngles?

Tilt angles of the device.

Link copied to clipboard

Face position in the image.

Link copied to clipboard

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