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;