MLKitTextRecognitionCommon फ़्रेमवर्क रेफ़रंस के बारे में जानकारी
प्रोटोकॉल
नीचे दिए गए प्रोटोकॉल दुनिया भर में उपलब्ध हैं.
-
ऐसी इमेज दिखाने के लिए प्रोटोकॉल जो एमएल किट के साथ काम करती हैं.
इस प्रोटोकॉल को खुद लागू न करें; इसके बजाय, MLImage
का इस्तेमाल करके
MLKitCompatibleImage
.
एलान
Objective-C
@protocol MLKCompatibleImage <NSObject>
जब तक कुछ अलग से न बताया जाए, तब तक इस पेज की सामग्री को Creative Commons Attribution 4.0 License के तहत और कोड के नमूनों को Apache 2.0 License के तहत लाइसेंस मिला है. ज़्यादा जानकारी के लिए, Google Developers साइट नीतियां देखें. Oracle और/या इससे जुड़ी हुई कंपनियों का, Java एक रजिस्टर किया हुआ ट्रेडमार्क है.
आखिरी बार 2024-09-20 (UTC) को अपडेट किया गया.
[null,null,["आखिरी बार 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"]]