FaceAutoCaptureFrameParameters

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

Image frame parameters of the Face Auto Capture.

Constructors

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

Properties

Link copied to clipboard
val deviceTiltAngles: TiltAngles?

Tilt angles of the device.

Link copied to clipboard

Detected face in the image.