---
title: "InflectionRule.explicit(_:)"
framework: foundation
role: symbol
role_heading: Case
path: "foundation/inflectionrule/explicit(_:)"
---

# InflectionRule.explicit(_:)

An inflection rule that uses a morphology instance to determine how to inflect attribued strings.

## Declaration

```swift
case explicit(Morphology)
```

## Parameters

- `Morphology`: The doc://com.apple.foundation/documentation/Foundation/Morphology instance to use when applying this rule.

## See Also

### Inflection Rule Behaviors

- [InflectionRule.automatic](foundation/inflectionrule/automatic.md)
