مرجع إطار عمل MLKitBarcode Scanner

MLKBarcodePersonName


@interface MLKBarcodePersonName : NSObject

اسم شخص، والذي يتم تنسيقه كمكوّنات اسم فردية.

  • الاسم بالتنسيق الصحيح.

    بيان الإفصاح

    Objective-C

    @property (nonatomic, readonly, nullable) NSString *formattedName;
  • الاسم الأول.

    بيان الإفصاح

    Objective-C

    @property (nonatomic, readonly, nullable) NSString *first;
  • اسم العائلة.

    بيان الإفصاح

    Objective-C

    @property (nonatomic, readonly, nullable) NSString *last;
  • الاسم الأوسط.

    بيان الإفصاح

    Objective-C

    @property (nonatomic, readonly, nullable) NSString *middle;
  • بادئة الاسم.

    بيان الإفصاح

    Objective-C

    @property (nonatomic, readonly, nullable) NSString *prefix;
  • يعين سلسلة نصية لتعيينها كاسم كانا في دليل الهاتف. يُستخدم لجهات الاتصال اليابانية.

    بيان الإفصاح

    Objective-C

    @property (nonatomic, readonly, nullable) NSString *pronunciation;
  • لاحقة الاسم.

    بيان الإفصاح

    Objective-C

    @property (nonatomic, readonly, nullable) NSString *suffix;
  • غير متاح:

    بيان الإفصاح

    Objective-C

    - (nonnull instancetype)init;