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;