Open sonnytron opened 7 years ago
Do you have an associated import statement for FaceDetector in your code?
@sonnytron I think you should confirm first that com.google.android.gms.vision.face.FaceDetector
is imported instead of android.media.FaceDetector
.
@sonnytron here's a working example on the Kotlin https://github.com/bako-ak/face-detection
Trying to build a face detector using Kotlin.
This code doesn't work, has no known methods:
This also doesn't work
Please update the repository to show changes to the API.