<!--
{
  "documentType" : "article",
  "framework" : "Foundation",
  "identifier" : "/documentation/Foundation/keys-for-address-components",
  "metadataVersion" : "0.1.0",
  "role" : "collectionGroup",
  "title" : "Keys for Address Components"
}
-->

# Keys for Address Components

The following constants identify the possible keys returned in the [`addressComponents`](/documentation/Foundation/NSTextCheckingResult/addressComponents) dictionary.

## Topics

### Constants

[`NSTextCheckingNameKey`](/documentation/Foundation/NSTextCheckingKey/name)

A key that corresponds to the name component of the address.

[`NSTextCheckingJobTitleKey`](/documentation/Foundation/NSTextCheckingKey/jobTitle)

A key that corresponds to the job component of the address.

[`NSTextCheckingOrganizationKey`](/documentation/Foundation/NSTextCheckingKey/organization)

A key that corresponds to the organization component of the address.

[`NSTextCheckingStreetKey`](/documentation/Foundation/NSTextCheckingKey/street)

A key that corresponds to the street address component of the address.

[`NSTextCheckingCityKey`](/documentation/Foundation/NSTextCheckingKey/city)

A key that corresponds to the city component of the address.

[`NSTextCheckingStateKey`](/documentation/Foundation/NSTextCheckingKey/state)

A key that corresponds to the state or province component of the address.

[`NSTextCheckingZIPKey`](/documentation/Foundation/NSTextCheckingKey/zip)

A key that corresponds to the zip code or postal code component of the address.

[`NSTextCheckingCountryKey`](/documentation/Foundation/NSTextCheckingKey/country)

A key that corresponds to the country or region component of the address.

[`NSTextCheckingPhoneKey`](/documentation/Foundation/NSTextCheckingKey/phone)

A key that corresponds to the phone number component of the address.



---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)