MLKEntityExtractionRemoteModel
@interface MLKEntityExtractionRemoteModel : MLKRemoteModel
इकाई निकालने का एक मॉडल, जिसे सर्वर पर दूर से सेव किया जाता है और डिवाइस पर डाउनलोड किया जाता है.
-
इस मॉडल का मॉडल आइडेंटिफ़ायर.
एलान
Objective-C
@property (nonatomic, readonly) MLKEntityExtractionModelIdentifier _Nonnull modelIdentifier;
-
दिए गए मॉडल आइडेंटिफ़ायर के साथ कॉन्फ़िगर किए गए
EntityExtractorRemoteModel
के इंस्टेंस की जानकारी लेता है.download(_:)
एपीआई को कॉल करके, डाउनलोड को ट्रिगर करने के लिए इस मॉडल का इस्तेमाल किया जा सकता हैModelManager
से.EntityExtractorRemoteModel
, संगठन मेंModelManager
का इस्तेमाल करता है. डाउनलोड करते समयEntityExtractorRemoteModel
,RemoteModel
के लिए एक सूचना पोस्ट की जाएगी. यह पुष्टि करने के लिए कि ऐसी सूचनाएं किसीEntityExtractorRemoteModel
से जुड़ी हैं या नहीं, देखें कि उपयोगकर्ता जानकारी शब्दकोश केModelDownloadUserInfoKeyRemoteModel
फ़ील्ड में एक ऑब्जेक्ट हैEntityExtractorRemoteModel
टाइप का है .एलान
Objective-C
+ (nonnull MLKEntityExtractionRemoteModel *) entityExtractorRemoteModelWithIdentifier: (nonnull MLKEntityExtractionModelIdentifier)modelIdentifier;
पैरामीटर
modelIdentifier
मॉडल का मॉडल आइडेंटिफ़ायर.
रिटर्न वैल्यू
EntityExtractorRemoteModel
इंस्टेंस. -
उपलब्ध नहीं हैं.
एलान
Objective-C
- (nonnull instancetype)init;