<!--
{
  "availability" : [
    "iOS: 27.0.0 -",
    "iPadOS: 27.0.0 -",
    "macCatalyst: 27.0.0 -",
    "macOS: 27.0.0 -",
    "tvOS: 27.0.0 -",
    "visionOS: 27.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "PhotoKit",
  "identifier" : "/documentation/Photos/PHContentEditingInputRequestOptions/originalResourceChoice",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "Photos"
    ],
    "preciseIdentifier" : "c:objc(cs)PHContentEditingInputRequestOptions(py)originalResourceChoice"
  },
  "title" : "originalResourceChoice"
}
-->

# originalResourceChoice

The original resource to use as the unadjusted base when fulfilling the request.

```
var originalResourceChoice: PHAsset.OriginalResourceChoice { get set }
```

## Discussion

When set, the content editing input request is fulfilled as though the asset’s
original resource choice were the value specified here. This property applies to
RAW+JPEG assets only, and is intended for switching between the RAW and compressed
resource of such an asset. Setting it for an asset that has only a RAW resource is an error.

---

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)