---
title: unspecified
framework: foundation
role: symbol
role_heading: Instance Property
path: foundation/nsmorphology/unspecified
---

# unspecified

A Boolean value that indicates whether this instance specifies no particular grammar.

## Declaration

```occ
@property (readonly, getter=isUnspecified) BOOL unspecified;
```

## Discussion

Discussion This value is equivalent to having set none of the properties in this NSMorphology. This occurs when the user hasn’t specified preferences, or chose not to share them with this app. When the morphology is unspecified, inflecting a string with this morphology does nothing.

## See Also

### Accessing Grammatical Properties

- [grammaticalGender](foundation/nsmorphology/grammaticalgender.md)
- [NSGrammaticalGender](foundation/nsgrammaticalgender.md)
- [number](foundation/nsmorphology/number.md)
- [NSGrammaticalNumber](foundation/nsgrammaticalnumber.md)
- [partOfSpeech](foundation/nsmorphology/partofspeech.md)
- [NSGrammaticalPartOfSpeech](foundation/nsgrammaticalpartofspeech.md)
