MLKBarcodePersonname
@interface MLKBarcodePersonName : NSObject
একজন ব্যক্তির নাম, উভয়ই পৃথক নামের উপাদান হিসাবে ফর্ম্যাট করা হয়েছে৷
সঠিকভাবে ফরম্যাট করা নাম।
ঘোষণা
উদ্দেশ্য-C
@property (nonatomic, readonly, nullable) NSString *formattedName;
প্রথম নাম
ঘোষণা
উদ্দেশ্য-C
@property (nonatomic, readonly, nullable) NSString *first;
পদবি
ঘোষণা
উদ্দেশ্য-C
@property (nonatomic, readonly, nullable) NSString *last;
মধ্য নাম।
ঘোষণা
উদ্দেশ্য-C
@property (nonatomic, readonly, nullable) NSString *middle;
নাম উপসর্গ।
ঘোষণা
উদ্দেশ্য-C
@property (nonatomic, readonly, nullable) NSString *prefix;
ফোনবুকে কানা নাম হিসাবে সেট করার জন্য একটি পাঠ্য স্ট্রিং মনোনীত করে৷ জাপানি পরিচিতি জন্য ব্যবহৃত.
ঘোষণা
উদ্দেশ্য-C
@property (nonatomic, readonly, nullable) NSString *pronunciation;
নাম প্রত্যয়।
ঘোষণা
উদ্দেশ্য-C
@property (nonatomic, readonly, nullable) NSString *suffix;
অনুপলব্ধ
ঘোষণা
উদ্দেশ্য-C
- (nonnull instancetype)init;