MLKEntity
@interface MLKEntity : NSObjectटेक्स्ट की किसी सबस्ट्रिंग से निकाली गई इकाई.
-
निकाली गई इकाई का टाइप.
एलान
Objective-C
@property (nonatomic, readonly) MLKEntityExtractionEntityType _Nonnull entityType; -
समय की वह इकाई जिसमें कोई खास समय हो या अगर टेक्स्ट से नहीं निकाला गया हो, तो
nil.एलान
Objective-C
@property (nonatomic, readonly, nullable) MLKDateTimeEntity *dateTimeEntity; -
आईएटीए फ़ॉर्मैट में फ़्लाइट नंबर की इकाई या अगर टेक्स्ट से नहीं निकाला गया है, तो
nil.एलान
Objective-C
@property (nonatomic, readonly, nullable) MLKFlightNumberEntity *flightNumberEntity; -
अंतरराष्ट्रीय बैंक खाता नंबर (IBAN) की इकाई या
nil(अगर टेक्स्ट से नहीं निकाला गया है).एलान
Objective-C
@property (nonatomic, readonly, nullable) MLKIBANEntity *IBANEntity; -
इंटरनैशनल स्टैंडर्ड बुक नंबर (ISBN) इकाई या
nil, अगर टेक्स्ट से नहीं निकाला गया हो.एलान
Objective-C
@property (nonatomic, readonly, nullable) MLKISBNEntity *ISBNEntity; -
रकम या
nilको दिखाने वाली इकाई, अगर टेक्स्ट से नहीं निकाली गई है.एलान
Objective-C
@property (nonatomic, readonly, nullable) MLKMoneyEntity *moneyEntity; -
पेमेंट कार्ड की इकाई या
nil, अगर टेक्स्ट से नहीं निकाला गया हो.एलान
Objective-C
@property (nonatomic, readonly, nullable) MLKPaymentCardEntity *paymentCardEntity; -
किसी शिपमेंट के लिए ट्रैकिंग नंबर की इकाई या अगर टेक्स्ट से नहीं निकाला गया है, तो
nil.एलान
Objective-C
@property (nonatomic, readonly, nullable) MLKTrackingNumberEntity *trackingNumberEntity; -
उपलब्ध नहीं हैं.
एलान
Objective-C
- (nonnull instancetype)init;