---
title: resultType
framework: foundation
role: symbol
role_heading: Instance Property
path: foundation/nstextcheckingresult/resulttype
---

# resultType

Returns the text checking result type that the receiver represents.

## Declaration

```swift
var resultType: NSTextCheckingResult.CheckingType { get }
```

## Discussion

Discussion The possible result types for the built in checking capabilities are described in NSTextCheckingResult.CheckingType. This property will be present for all returned NSTextCheckingResult instances.

## See Also

### Text Checking Type Range and Type

- [range](foundation/nstextcheckingresult/range.md)
- [numberOfRanges](foundation/nstextcheckingresult/numberofranges.md)
- [range(at:)](foundation/nstextcheckingresult/range(at:).md)
