Face Auto Capture Frame Parameters
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?)