Open Darce256 opened 2 years ago
Hello there!
The current Xamarin MLKit libraries are quite outdated. Work has already started on the newer binding libraries that will have the updated types & match the getting started guides by Google.
Unfortunately I don't know when these updated libraries will be released.
Any news? I'm interested to use MLKit with Xamarin.iOS.
Hello!
I have been trying to follow MLKits documentation for face detection however when I reach this line in their example:
FaceDetector detector = FaceDetection.getClient(options);
FaceDetector does not appear to be in the package, Intellisense shows the other implementable classes except FaceDetector.
I am relatively new to the world of Xamarin so it may be a simple mistake but I would love to hear what others have done!
Thanks!