---
title: street
framework: datadetection
role: symbol
role_heading: Instance Property
path: datadetection/ddmatchpostaladdress/street
---

# street

The street name in a postal address.

## Declaration

```swift
var street: String? { get }
```

## See Also

### Getting postal address information

- [city](datadetection/ddmatchpostaladdress/city.md)
- [state](datadetection/ddmatchpostaladdress/state.md)
- [postalCode](datadetection/ddmatchpostaladdress/postalcode.md)
- [country](datadetection/ddmatchpostaladdress/country.md)
