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; -
מציינת מחרוזת טקסט שתוגדר כשם ה-kana בספר הטלפונים. משמש לאנשי קשר ביפנית.
הצהרה
Objective-C
@property (nonatomic, readonly, nullable) NSString *pronunciation; -
הסיומת של השם.
הצהרה
Objective-C
@property (nonatomic, readonly, nullable) NSString *suffix; -
לא זמינה.
הצהרה
Objective-C
- (nonnull instancetype)init;