MLKEntityExtractorOptions
@interface MLKEntityExtractorOptions : NSObject
MLKEntityExtractor
के लिए विकल्प.
-
टेक्स्ट में मौजूद इकाइयों को पार्स करने के लिए इस्तेमाल किया जाने वाला मॉडल.
एलान
Objective-C
@property (nonatomic, readonly) MLKEntityExtractionModelIdentifier _Nonnull modelIdentifier;
-
उपलब्ध नहीं हैं.
एलान
Objective-C
- (nonnull instancetype)init;
-
दिए गए मॉडल आइडेंटिफ़ायर के साथ, EntityExtractor के विकल्पों का नया इंस्टेंस बनाता है.
एलान
Objective-C
- (nonnull instancetype)initWithModelIdentifier: (nonnull MLKEntityExtractionModelIdentifier)modelIdentifier;
पैरामीटर
modelIdentifier
इसमें पते और फ़ोन नंबर पार्स करने के लिए इस्तेमाल किया जाने वाला मॉडल टेक्स्ट.
रिटर्न वैल्यू
दिए गए मॉडल आइडेंटिफ़ायर के साथ कॉन्फ़िगर किया गया
MLKEntityExtractorOptions
का नया इंस्टेंस.