---
title: PHContentEditingInputRequestOptions
framework: photos
role: symbol
role_heading: Class
path: photos/phcontenteditinginputrequestoptions
---

# PHContentEditingInputRequestOptions

A set of options affecting the delivery of image or video data when you request to edit the content of a Photos asset.

## Declaration

```swift
class PHContentEditingInputRequestOptions
```

## Mentioned in

Editing Asset Content

## Overview

Overview You use the PHContentEditingInputRequestOptions class with the requestContentEditingInput(with:completionHandler:) method for editing the contents of a PHAsset object. This class doesn’t affect photo editing extensions.

## Topics

### Specifying Edting Request Options

- [canHandleAdjustmentData](photos/phcontenteditinginputrequestoptions/canhandleadjustmentdata.md)

### Fetching Asset Data from iCloud

- [isNetworkAccessAllowed](photos/phcontenteditinginputrequestoptions/isnetworkaccessallowed.md)
- [progressHandler](photos/phcontenteditinginputrequestoptions/progresshandler.md)

### Instance Properties

- [originalResourceChoice](photos/phcontenteditinginputrequestoptions/originalresourcechoice.md)
- [skipsDisplaySizeImage](photos/phcontenteditinginputrequestoptions/skipsdisplaysizeimage.md)

## Relationships

### Inherits From

- [NSObject](objectivec/nsobject-swift.class.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

### Editing an Asset

- [Editing Asset Content](photokit/editing-asset-content.md)
- [PHContentEditingInput](photos/phcontenteditinginput.md)
- [PHContentEditingOutput](photos/phcontenteditingoutput.md)
- [PHAdjustmentData](photos/phadjustmentdata.md)
- [PHLivePhotoEditingContext](photos/phlivephotoeditingcontext.md)
- [PHLivePhotoFrame](photos/phlivephotoframe.md)
- [canPerform(_:)](photos/phasset/canperform(_:).md)
- [PHAssetEditOperation](photos/phasseteditoperation.md)
- [requestContentEditingInput(with:completionHandler:)](photos/phasset/requestcontenteditinginput(with:completionhandler:).md)
- [cancelContentEditingInputRequest(_:)](photos/phasset/cancelcontenteditinginputrequest(_:).md)
- [PHContentEditingInputRequestID](photos/phcontenteditinginputrequestid.md)
- [Editing Request Info Keys](photokit/editing-request-info-keys.md)
