<!--
{
  "availability" : [
    "iOS: 15.0.0 -",
    "iPadOS: 15.0.0 -",
    "macCatalyst: 15.0.0 -",
    "macOS: 12.0.0 -",
    "tvOS: 15.0.0 -",
    "visionOS: 1.0.0 -",
    "watchOS: 8.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "Foundation",
  "identifier" : "/documentation/Foundation/NSGrammaticalPartOfSpeech",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "Foundation"
    ],
    "preciseIdentifier" : "c:@E@NSGrammaticalPartOfSpeech"
  },
  "title" : "NSGrammaticalPartOfSpeech"
}
-->

# NSGrammaticalPartOfSpeech

A representation of grammatical parts of speech, used for inflecting strings.

```
enum NSGrammaticalPartOfSpeech
```

## Topics

### Determining Part of Speech

[`NSGrammaticalPartOfSpeechDeterminer`](/documentation/Foundation/NSGrammaticalPartOfSpeech/determiner)

A determiner, as used as a part of speech.

[`NSGrammaticalPartOfSpeechPronoun`](/documentation/Foundation/NSGrammaticalPartOfSpeech/pronoun)

A pronoun, as used as a part of speech.

[`NSGrammaticalPartOfSpeechLetter`](/documentation/Foundation/NSGrammaticalPartOfSpeech/letter)

A letter, as used as a part of speech.

[`NSGrammaticalPartOfSpeechAdverb`](/documentation/Foundation/NSGrammaticalPartOfSpeech/adverb)

An adverb, as used as a part of speech.

[`NSGrammaticalPartOfSpeechParticle`](/documentation/Foundation/NSGrammaticalPartOfSpeech/particle)

A particle, as used as a part of speech.

[`NSGrammaticalPartOfSpeechAdjective`](/documentation/Foundation/NSGrammaticalPartOfSpeech/adjective)

An adjective, as used as a part of speech.

[`NSGrammaticalPartOfSpeechAdposition`](/documentation/Foundation/NSGrammaticalPartOfSpeech/adposition)

An adposition, as used as a part of speech.

[`NSGrammaticalPartOfSpeechVerb`](/documentation/Foundation/NSGrammaticalPartOfSpeech/verb)

A verb, as used as a part of speech.

[`NSGrammaticalPartOfSpeechNoun`](/documentation/Foundation/NSGrammaticalPartOfSpeech/noun)

A noun, as used as a part of speech.

[`NSGrammaticalPartOfSpeechConjunction`](/documentation/Foundation/NSGrammaticalPartOfSpeech/conjunction)

A conjunction, as used as a part of speech.

[`NSGrammaticalPartOfSpeechNumeral`](/documentation/Foundation/NSGrammaticalPartOfSpeech/numeral)

A numeral, as used as a part of speech.

[`NSGrammaticalPartOfSpeechInterjection`](/documentation/Foundation/NSGrammaticalPartOfSpeech/interjection)

An interjection, as used as a part of speech.

[`NSGrammaticalPartOfSpeechPreposition`](/documentation/Foundation/NSGrammaticalPartOfSpeech/preposition)

A preposition, as used as a part of speech.

[`NSGrammaticalPartOfSpeechAbbreviation`](/documentation/Foundation/NSGrammaticalPartOfSpeech/abbreviation)

An abbreviation, as used as a part of speech.

[`NSGrammaticalPartOfSpeechNotSet`](/documentation/Foundation/NSGrammaticalPartOfSpeech/notSet)

A value that indicates the part of speech is unset.

## Relationships

### Conforms To

[`Equatable`](/documentation/Swift/Equatable)

[`RawRepresentable`](/documentation/Swift/RawRepresentable)

[`BitwiseCopyable`](/documentation/Swift/BitwiseCopyable)

[`Hashable`](/documentation/Swift/Hashable)

[`Sendable`](/documentation/Swift/Sendable)

[`SendableMetatype`](/documentation/Swift/SendableMetatype)

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)