---
title: grammarDetails
framework: foundation
role: symbol
role_heading: Instance Property
path: foundation/nstextcheckingresult/grammardetails
---

# grammarDetails

The details of a located grammatical type checking result.

## Declaration

```swift
var grammarDetails: [[String : Any]]? { get }
```

## Discussion

Discussion This array of strings is suitable for presenting to the user.

## See Also

### Text Checking Results for Grammar

- [grammarCheckingResult(range:details:)](foundation/nstextcheckingresult/grammarcheckingresult(range:details:).md)
