---
title: addressComponents
framework: foundation
role: symbol
role_heading: Instance Property
path: foundation/nstextcheckingresult/addresscomponents
---

# addressComponents

The address dictionary of a type checking result.

## Declaration

```swift
var addressComponents: [NSTextCheckingKey : String]? { get }
```

## Discussion

Discussion The dictionary keys are described in Keys for Address Components.

## See Also

### Text Checking Results for Addresses

- [addressCheckingResult(range:components:)](foundation/nstextcheckingresult/addresscheckingresult(range:components:).md)
