MLKitBarcodeScanning फ़्रेमवर्क संदर्भ

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;