I am using Xamarin's "Google Play Services - Vision" library for face detection. How can I adjust the smallest desired face size?
In java there seems to be the method setMinFaceSize(float proportionalMinFaceSize) in the FaceDetector.Builder class, I can't find this method in the Xamarin library.
Is there a reason why this method is missing or can I adjust this somewhere else?