Package-level declarations
Types
Link copied to clipboard
interface FaceAutoCaptureController
Face Auto Capture Controller component.
Link copied to clipboard
Factory for Face Auto Capture Controller component.
Link copied to clipboard
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.
Link copied to clipboard
data class FaceAutoCaptureResult(val image: Image, val face: FaceDetector.Face?, val content: ByteArray)
Result of the UI Face Auto Capture component.
Link copied to clipboard
data class QualityAttributeThresholds(val minConfidence: Double? = null, val maxDevicePitchAngle: Float? = null, val sizeInterval: IntervalDouble? = null)
Thresholds of quality attributes.