MLKitTextRecognitionCommon Çerçeve Referansı
Protokoller
Aşağıdaki protokoller tüm dünyada kullanılabilir.
-
ML Kit ile uyumlu görüntüleri belirten bir protokol.
Bu protokolü kendiniz uygulamayın; bunun yerine MLImage
kullanarak
MLKitCompatibleImage
.
Bildirim
Objective-C
@protocol MLKCompatibleImage <NSObject>
Aksi belirtilmediği sürece bu sayfanın içeriği Creative Commons Atıf 4.0 Lisansı altında ve kod örnekleri Apache 2.0 Lisansı altında lisanslanmıştır. Ayrıntılı bilgi için Google Developers Site Politikaları'na göz atın. Java, Oracle ve/veya satış ortaklarının tescilli ticari markasıdır.
Son güncelleme tarihi: 2024-09-20 UTC.
[null,null,["Son güncelleme tarihi: 2024-09-20 UTC."],[[["The `MLKCompatibleImage` protocol signifies images compatible with ML Kit, and developers should utilize `MLImage` for creation instead of direct implementation."],["Developers should not directly implement the `MLKCompatibleImage` protocol but rather use `MLImage` to create compatible images."]]],["The `MLKCompatibleImage` protocol indicates images compatible with ML Kit. It should not be implemented directly. Instead, users should utilize `MLImage` to generate an `MLKitCompatibleImage`. This protocol, declared in Objective-C as `@protocol MLKCompatibleImage \u003cNSObject\u003e`, is globally available and serves as a marker for ML Kit-ready images.\n"]]