סימוכין למסגרת של MLKitBarcodescan

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;