MLKitEntityExtraction फ़्रेमवर्क का रेफ़रंस

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;