xamarin / GoogleApisForiOSComponents

MIT License
225 stars 157 forks source link

MLKit Vision FaceDetector Class? #527

Open Darce256 opened 2 years ago

Darce256 commented 2 years ago

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!

dmariogatto commented 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.

Hadi-Fooladi commented 1 year ago

Any news? I'm interested to use MLKit with Xamarin.iOS.