MLKEntity
@interface MLKEntity : NSObjectكيان مستخرج من سلسلة فرعية من النص.
-
نوع العنصر المستخرج.
بيان الإفصاح
Objective-C
@property (nonatomic, readonly) MLKEntityExtractionEntityType _Nonnull entityType; -
تمثّل هذه السمة الكيان المرجعي للوقت الذي يحتوي على وقت محدّد أو
nilإذا لم يتم استخراجه من النص.بيان الإفصاح
Objective-C
@property (nonatomic, readonly, nullable) MLKDateTimeEntity *dateTimeEntity; -
تمثّل هذه السمة كيان رقم الرحلة الجوية بتنسيق IATA أو
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;