---
title: INNoteContentTypeResolutionResult
framework: intents
role: symbol
role_heading: Class
path: intents/innotecontenttyperesolutionresult
---

# INNoteContentTypeResolutionResult

A resolution result for the type of data contained in notes.

## Declaration

```swift
class INNoteContentTypeResolutionResult
```

## Overview

Overview You return an INNoteContentTypeResolutionResult object when resolving parameters containing an INNoteContentType value. Use the creation method that best reflects your ability to resolve the parameter successfully. For additional resolution operators, see INIntentResolutionResult.

## Topics

### Creating a Resolution Result Object

- [success(with:)](intents/innotecontenttyperesolutionresult/success(with:).md)
- [confirmationRequired(with:)](intents/innotecontenttyperesolutionresult/confirmationrequired(with:).md)

## Relationships

### Inherits From

- [INIntentResolutionResult](intents/inintentresolutionresult.md)

### Conforms To

- [CVarArg](swift/cvararg.md)
- [CustomDebugStringConvertible](swift/customdebugstringconvertible.md)
- [CustomStringConvertible](swift/customstringconvertible.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [NSObjectProtocol](objectivec/nsobjectprotocol.md)

## See Also

### Note Content

- [INNoteContentType](intents/innotecontenttype.md)
