static let name: NSTextCheckingKey
A key that corresponds to the name component of the address.
住所の名前構成要素に対応するキー。
static let jobTitle : NSTextCheckingKey
A key that corresponds to the job component of the address.
住所の職業構成要素に対応するキー。
static let organization: NSTextCheckingKey
A key that corresponds to the organization component of the address.
住所の組織構成要素に対応するキー。
static let street: NSTextCheckingKey
A key that corresponds to the street address component of the address.
住所の通り住所構成要素に対応するキー。
static let city: NSTextCheckingKey
A key that corresponds to the city component of the address.
住所の都市構成要素に対応するキー。
static let state: NSTextCheckingKey
A key that corresponds to the state or province component of the address.
住所の州または県構成要素に対応するキー。
static let zip: NSTextCheckingKey
A key that corresponds to the zip code or postal code component of the address.
住所のzipまたはpostal(郵便)番号構成要素に対応するキー。
static let country: NSTextCheckingKey
A key that corresponds to the country or region component of the address.
住所の国または地域(リージョン)構成要素に対応するキー。
static let phone: NSTextCheckingKey
A key that corresponds to the phone number component of the address.
住所の電話番号構成要素に対応するキー。