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;