[maui] Is there any mlkit for ios?

ponpon 20 Reputation points
2023-09-08T03:48:34.3733333+00:00

Hi, I already create a mobile with maui. it's has function for read text from camera by using Xamarin.Google.MLKit but it's only for android. I cannot find the package for IOS. is there any package like this for ios?

Developer technologies | .NET | .NET MAUI
Microsoft Security | Intune | Microsoft Intune iOS
Developer technologies | XAML
{count} votes

Accepted answer
  1. Wenyan Zhang (Shanghai Wicresoft Co,.Ltd.) 36,436 Reputation points Microsoft External Staff
    2023-09-08T06:10:36.3233333+00:00

    Hello,

    Xamarin.Google.MLKit is .NET for Android (formerly Xamarin.Android) bindings for Google Play Services library 'com.google.mlkit:common'.

    For iOS, CoreML is the native library for machine learning, you could use it directly.

    For more details, please refer to Introduction to CoreML in Xamarin.iOS - Xamarin | Microsoft Learn

    (This doc is about Xamarin, it applies to MAUI as well)

    Best Regards,

    Wenyan Zhang


    If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    1 person found this answer helpful.
    0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.