Face Detector
interface FaceDetector
Face Detector component.
Types
Functions
Link copied to clipboard
abstract fun detect(faceImage: FaceImage, query: FaceDetectionQuery = FaceDetectionQuery(), limit: Int): List<FaceDetector.Face>
Detect faces in the image. This operation should be called on a background thread.