FaceAutoCaptureDetection

data class FaceAutoCaptureDetection(val image: Image, val face: FaceDetector.Face?, val deviceTiltAngles: TiltAngles?, val validatorIdentifiers: List<String>, statistics: Statistics)

Face detection in UI Face Auto Capture component.

Constructors

Link copied to clipboard
constructor(image: Image, face: FaceDetector.Face?, deviceTiltAngles: TiltAngles?, validatorIdentifiers: List<String>, statistics: Statistics)

Properties

Link copied to clipboard
val deviceTiltAngles: TiltAngles?

Tilt angles of the device.

Link copied to clipboard

Detected face in the image.

Link copied to clipboard

Image.

Link copied to clipboard

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