FaceAutoCaptureFrameParameters

data class FaceAutoCaptureFrameParameters(val detectionAreaImageSize: ImageSize, val face: FaceDetector.Face?, val deviceTiltAngles: TiltAngles?)

Image frame parameters of the Face Auto Capture.

Constructors

Link copied to clipboard
fun FaceAutoCaptureFrameParameters(detectionAreaImageSize: ImageSize, face: FaceDetector.Face?, deviceTiltAngles: TiltAngles?)

Properties

Link copied to clipboard

Image size of the detection area.

Link copied to clipboard
val deviceTiltAngles: TiltAngles?

Tilt angles of the device.

Link copied to clipboard

Detected face in the image.