FaceDetector

interface FaceDetector

Face Detector component.

Types

Link copied to clipboard
data class Face

Detected face in the image.

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.