<!--
{
  "availability" : [
    "iOS: 11.0.0 - 13.0.0",
    "iPadOS: 11.0.0 - 13.0.0",
    "macCatalyst: 13.1.0 - 13.1.0",
    "visionOS: 1.0.0 - 1.0.0",
    "watchOS: 4.0.0 - 6.0.0"
  ],
  "documentType" : "symbol",
  "framework" : "SiriKit",
  "identifier" : "/documentation/Intents/INNoteContentTypeResolutionResult",
  "metadataVersion" : "0.1.0",
  "role" : "Class",
  "symbol" : {
    "kind" : "Class",
    "modules" : [
      "Intents"
    ],
    "preciseIdentifier" : "c:objc(cs)INNoteContentTypeResolutionResult"
  },
  "title" : "INNoteContentTypeResolutionResult"
}
-->

# INNoteContentTypeResolutionResult

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

```
class INNoteContentTypeResolutionResult
```

## Overview

You return an [`INNoteContentTypeResolutionResult`](/documentation/Intents/INNoteContentTypeResolutionResult) object when resolving parameters containing an [`INNoteContentType`](/documentation/Intents/INNoteContentType) value. Use the creation method that best reflects your ability to resolve the parameter successfully.

For additional resolution operators, see [`INIntentResolutionResult`](/documentation/Intents/INIntentResolutionResult).

## Topics

### Creating a Resolution Result Object

[`+  successWithResolvedNoteContentType:`](/documentation/Intents/INNoteContentTypeResolutionResult/success(with:))

Creates an object whose resolution involves the successful matching of the specified parameter.

[`+  confirmationRequiredWithNoteContentTypeToConfirm:`](/documentation/Intents/INNoteContentTypeResolutionResult/confirmationRequired(with:))

Creates an object whose resolution requires confirmation from the user before proceeding.

## Relationships

### Conforms To

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

[`NSObjectProtocol`](/documentation/ObjectiveC/NSObjectProtocol)

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

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

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

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

### Inherits From

[`INIntentResolutionResult`](/documentation/Intents/INIntentResolutionResult)

---

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)