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;