Package-level declarations
Types
Link copied to clipboard
data class DetectedFace(val boundingBox: Rect, val trackingId: Int, val rightEyeOpenProbability: Float, val leftEyeOpenProbability: Float, val smilingProbability: Float, val headEulerAngleX: Float, val headEulerAngleY: Float, val headEulerAngleZ: Float, val landmarks: List<FaceLandmark>, val contours: List<FaceContour>)
MLKit face detection result object copy of the recognized face data and facial features as detected.
Link copied to clipboard
MLKit face detection result object copy of the facial contour type recognized.
Link copied to clipboard
Facial contour types detectable by MLKit. (common IDs to support different Android and iOS implementation of them in MLKit).
Link copied to clipboard
MLKit face detection result object copy of the facial landmark type recognized.
Link copied to clipboard
Face landmark types detectable by MLKit. (common IDs to support different Android and iOS implementation of them in MLKit).
Functions
Link copied to clipboard
Use MLKit to detect faces in the given ImageBitmap.
Use MLKit to detect faces in the given CameraFrame.
actual fun detectFaces(frameData: <Error class: unknown class>): List<<Error class: unknown class>>?
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard