October 2018
Intermediate to advanced
246 pages
6h 26m
English
FirebaseVisionFaceDetector detects <FirebaseVisionFace> instances in the input image. After running the face detector, create an instance of FirebaseVisionFaceDetector as follows:
FirebaseVisionFaceDetector detector = FirebaseVision.getInstance().getVisionFaceDetector(options);
The preceding method returns a task that asynchronously returns a list of detected FirebaseVisionFaces (Task<List<FirebaseVisionFace>>). The created object will then be passed on to the image detection method.
Read now
Unlock full access