var namePrefix : String?
The portion of a name’s full form of address that precedes the name itself (for example, “Dr.,” “Mr.,” “Ms.”).
ある名前のもつ宛名の完全形式の一部、それは名前それ自身に先行します(例えば、 “Dr.”、“Mr.”、“Ms.”)。
var givenName : String?
Name bestowed upon an individual to differentiate them from other members of a group that share a family name (for example, “Johnathan”).
ある特定の人に関して授けられて、苗字を共有するある集団の他の成員から彼らを区別する名前(例えば、“Johnathan”)。
var familyName : String?
Name bestowed upon an individual to denote membership in a group or family. (for example, “Appleseed”).
ある特定の人に授けられて、あるグループまたは家族の中の成員であることを示す名前。(例えば、“Appleseed”)。
var nameSuffix : String?
The portion of a name’s full form of address that follows the name itself (for example, “Esq.,” “Jr.,” “Ph.D.”).
ある名前のもつ宛名の完全形式の一部、それは名前それ自身の後に続きます(例えば、 “Esq.”、“Jr.”、“Ph.D.”)。
var nickname: String?
Name substituted for the purposes of familiarity (for example, "Johnny").
親密さを狙って代わりに使われる名前(例えば、"Johnny")。
var phoneticRepresentation : PersonNameComponents?
The phonetic representation name components of the receiver.
レシーバの音声表現名前構成要素。