MLKitडिजिटलInkRecognition फ़्रेमवर्क रेफ़रंस
MLKRemoteModel
@interface MLKRemoteModel : NSObject
ऐसा मॉडल जिसे सर्वर पर रिमोट तरीके से सेव किया जाता है और डिवाइस पर डाउनलोड किया जाता है.
-
एलान
Objective-C
@property (nonatomic, copy, readonly) NSString *_Nonnull name;
-
एलान
Objective-C
- (nonnull instancetype)init;
जब तक कुछ अलग से न बताया जाए, तब तक इस पेज की सामग्री को Creative Commons Attribution 4.0 License के तहत और कोड के नमूनों को Apache 2.0 License के तहत लाइसेंस मिला है. ज़्यादा जानकारी के लिए, Google Developers साइट नीतियां देखें. Oracle और/या इससे जुड़ी हुई कंपनियों का, Java एक रजिस्टर किया हुआ ट्रेडमार्क है.
आखिरी बार 2024-08-23 (UTC) को अपडेट किया गया.
[null,null,["आखिरी बार 2024-08-23 (UTC) को अपडेट किया गया."],[[["MLKRemoteModel represents a machine learning model stored on a server and downloaded for local use."],["It has a read-only property called `name` to identify the model."],["Instantiation using the default `init` method is unavailable for this class."]]],["The `MLKRemoteModel` is a model stored on a server and downloaded to a device. It has a `name` property, which is a read-only string representing the model's name. The model's initializer method, `-init`, is unavailable for direct use. The model must be created in another way, not through direct instantiation.\n"]]