---
title: "addressCheckingResult(range:components:)"
framework: foundation
role: symbol
role_heading: Type Method
path: "foundation/nstextcheckingresult/addresscheckingresult(range:components:)"
---

# addressCheckingResult(range:components:)

Creates and returns a text checking result with the specified address components.

## Declaration

```swift
class func addressCheckingResult(range: NSRange, components: [NSTextCheckingKey : String]) -> NSTextCheckingResult
```

## Parameters

- `range`: The range of the detected result.
- `components`: A dictionary containing the address components. The dictionary keys are described in doc://com.apple.foundation/documentation/Foundation/keys-for-address-components.

## Return Value

Return Value Returns an NSTextCheckingResult with the specified range and a resultType of address.

## See Also

### Text Checking Results for Addresses

- [addressComponents](foundation/nstextcheckingresult/addresscomponents.md)
