---
title: fullAddress
framework: datadetection
role: symbol
role_heading: Instance Property
path: datadetection/datadetector/match/semanticdetails/postaladdress/fulladdress
---

# fullAddress

A string that contains the full string of the address.

## Declaration

```swift
let fullAddress: String
```

## Discussion

Discussion This property may contain more than just the sum of the individual components of the rest of the address components.

## See Also

### Properties that detail parts of a postal address

- [street](datadetection/datadetector/match/semanticdetails/postaladdress/street.md)
- [city](datadetection/datadetector/match/semanticdetails/postaladdress/city.md)
- [state](datadetection/datadetector/match/semanticdetails/postaladdress/state.md)
- [postalCode](datadetection/datadetector/match/semanticdetails/postaladdress/postalcode.md)
- [region](datadetection/datadetector/match/semanticdetails/postaladdress/region.md)
- [regionCode](datadetection/datadetector/match/semanticdetails/postaladdress/regioncode.md)
- [label](datadetection/datadetector/match/semanticdetails/postaladdress/label.md)
