com.google.mlkit.vision.face
Stay organized with collections
Save and categorize content based on your preferences.
Page Summary
-
Annotations provide options for face contour types, classification modes (like smiling and eyes open), contour and landmark enablement, and performance trade-offs.
-
The FaceDetector interface is used to find faces in an image.
-
Classes include Face (representing a detected face), FaceContour (representing a face contour), FaceDetection (the entry point for getting a FaceDetector), FaceDetectorOptions (options for the FaceDetector), FaceDetectorOptions.Builder (for building FaceDetectorOptions), and FaceLandmark (representing a face landmark).
Annotations
Interfaces
Classes
FaceDetector .
FaceDetector .
FaceDetectorOptions .