<!--
{
  "availability" : [
    "macOS: 15.2.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "AppKit",
  "identifier" : "/documentation/AppKit/NSWritingToolsCoordinator/resultOptions",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "AppKit"
    ],
    "preciseIdentifier" : "c:objc(cs)NSWritingToolsCoordinator(py)resultOptions"
  },
  "title" : "resultOptions"
}
-->

# resultOptions

The type of content the system generates for your custom text view.

```
var resultOptions: NSWritingToolsResultOptions { get }
```

## Discussion

This property contains the set of options that Writing Tools outputs
for your view. Writing Tools takes the value in the
[`preferredResultOptions`](/documentation/AppKit/NSWritingToolsCoordinator/preferredResultOptions) property into
consideration when determining this value.

---

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)