google_mlkit_face_detection library

Classes

Face
A human face detected in an image.
FaceContour
A contour on a human face detected in an image.
FaceDetector
A face detector that detects faces in a given InputImage.
FaceDetectorOptions
Immutable options for configuring features of FaceDetector.
FaceLandmark
A landmark on a human face detected in an image.
InputImage
Image format that ML Kit takes to process the image.
InputImageMetadata
Data of image required when creating image from bytes.
ModelManager
A class to manage remote models.

Enums

FaceContourType
Available face contour types detected by FaceDetector.
FaceDetectorMode
Option for controlling additional trade-offs in performing face detection.
FaceLandmarkType
Available face landmarks detected by FaceDetector.
InputImageFormat
To indicate the format of image while creating input image from bytes
InputImageRotation
The camera rotation angle to be specified
InputImageType
The type of InputImage.