---
title: tagSchemes
framework: foundation
role: symbol
role_heading: Instance Property
path: foundation/nslinguistictagger/tagschemes
---

# tagSchemes

Returns the tag schemes configured for this linguistic tagger. For possible values, see NSLinguisticTagScheme.

## Declaration

```swift
var tagSchemes: [NSLinguisticTagScheme] { get }
```

## See Also

### Getting the Tag Schemes

- [availableTagSchemes(for:language:)](foundation/nslinguistictagger/availabletagschemes(for:language:).md)
- [availableTagSchemes(forLanguage:)](foundation/nslinguistictagger/availabletagschemes(forlanguage:).md)
