<!--
{
  "availability" : [
    "iOS: 18.0.0 -",
    "iPadOS: 18.0.0 -",
    "macCatalyst: -",
    "macOS: 15.0.0 -",
    "visionOS: 2.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "AppIntents",
  "identifier" : "/documentation/AppIntents/AppSchema/PhotosIntent",
  "metadataVersion" : "0.1.0",
  "role" : "Protocol",
  "symbol" : {
    "kind" : "Protocol",
    "modules" : [
      "App Intents",
      "AppIntents"
    ],
    "preciseIdentifier" : "s:10AppIntents0A6SchemaV12PhotosIntentP"
  },
  "title" : "AppSchema.PhotosIntent"
}
-->

# AppSchema.PhotosIntent

Identifies intent schemas in the photos domain.

```
protocol PhotosIntent : AppSchema.Kind
```

## Topics

### Instance Properties

[`var addAssetsToAlbum: some AppSchemaIntent`](/documentation/AppIntents/AppSchema/PhotosIntent/addAssetsToAlbum)

An intent schema that adds the provided photos to the provided album.

[`var cleanupPhoto: some AppSchemaIntent`](/documentation/AppIntents/AppSchema/PhotosIntent/cleanupPhoto)

An intent schema that removes distracting objects in a photo.

[`var copyEdits: some AppSchemaIntent`](/documentation/AppIntents/AppSchema/PhotosIntent/copyEdits)

An intent schema that copies edits from the provided photo.

[`var createAlbum: some AppSchemaIntent`](/documentation/AppIntents/AppSchema/PhotosIntent/createAlbum)

An intent schema that creates an album.

[`var createAssets: some AppSchemaIntent`](/documentation/AppIntents/AppSchema/PhotosIntent/createAssets)

An intent schema that creates photos from the provided files.

[`var crop: some AppSchemaIntent`](/documentation/AppIntents/AppSchema/PhotosIntent/crop)

An intent schema that crops a photo.

[`var deleteAlbum: some AppSchemaIntent`](/documentation/AppIntents/AppSchema/PhotosIntent/deleteAlbum)

An intent schema that deletes the provided albums.

[`var deleteAssets: some AppSchemaIntent`](/documentation/AppIntents/AppSchema/PhotosIntent/deleteAssets)

An intent schema that deletes the provided photos.

[`var duplicateAssets: some AppSchemaIntent`](/documentation/AppIntents/AppSchema/PhotosIntent/duplicateAssets)

An intent schema that duplicates the selected photos.

[`var editAsset: some AppSchemaIntent`](/documentation/AppIntents/AppSchema/PhotosIntent/editAsset)

An intent schema that opens a photo for editing.

[`var openAlbum: some AppSchemaIntent`](/documentation/AppIntents/AppSchema/PhotosIntent/openAlbum)

An intent schema that opens the provided album.

[`var openAsset: some AppSchemaIntent`](/documentation/AppIntents/AppSchema/PhotosIntent/openAsset)

An intent schema that opens the app to a photo.

[`var pasteEdits: some AppSchemaIntent`](/documentation/AppIntents/AppSchema/PhotosIntent/pasteEdits)

An intent schema that pastes edits to the provided photo.

[`var postToSharedAlbum: some AppSchemaIntent`](/documentation/AppIntents/AppSchema/PhotosIntent/postToSharedAlbum)

An intent schema that posts the provided photos or files and optional comment to the provided shared album.

[`var removeAssetsFromAlbum: some AppSchemaIntent`](/documentation/AppIntents/AppSchema/PhotosIntent/removeAssetsFromAlbum)

An intent schema that removes the provided photos from the provided album.

[`var search: some AppSchemaIntent`](/documentation/AppIntents/AppSchema/PhotosIntent/search)

An intent schema that navigates to search results.

[`var setDepth: some AppSchemaIntent`](/documentation/AppIntents/AppSchema/PhotosIntent/setDepth)

An intent schema that sets the depth value of a photo.

[`var setExposure: some AppSchemaIntent`](/documentation/AppIntents/AppSchema/PhotosIntent/setExposure)

An intent schema that configures the exposure for a photo.

[`var setFilter: some AppSchemaIntent`](/documentation/AppIntents/AppSchema/PhotosIntent/setFilter)

An intent schema that applies a filter to a photo.

[`var setRotation: some AppSchemaIntent`](/documentation/AppIntents/AppSchema/PhotosIntent/setRotation)

An intent schema that rotates a photo.

[`var setSaturation: some AppSchemaIntent`](/documentation/AppIntents/AppSchema/PhotosIntent/setSaturation)

An intent schema that configures the saturation for a photo.

[`var setWarmth: some AppSchemaIntent`](/documentation/AppIntents/AppSchema/PhotosIntent/setWarmth)

An intent schema that configures the warmth for a photo.

[`var straighten: some AppSchemaIntent`](/documentation/AppIntents/AppSchema/PhotosIntent/straighten)

An intent schema that straightens a photo.

[`var toggleDepth: some AppSchemaIntent`](/documentation/AppIntents/AppSchema/PhotosIntent/toggleDepth)

An intent schema that toggles depth effect for a photo.

[`var toggleSuggestedEdits: some AppSchemaIntent`](/documentation/AppIntents/AppSchema/PhotosIntent/toggleSuggestedEdits)

An intent schema that enhances a photo.

[`var updateAlbum: some AppSchemaIntent`](/documentation/AppIntents/AppSchema/PhotosIntent/updateAlbum)

An intent schema that renames the provided album.

[`var updateAsset: some AppSchemaIntent`](/documentation/AppIntents/AppSchema/PhotosIntent/updateAsset)

An intent schema that updates an existing photo’s properties.

[`var updateRecognizedPerson: some AppSchemaIntent`](/documentation/AppIntents/AppSchema/PhotosIntent/updateRecognizedPerson)

An intent schema that updates the provided person with new properties.

## Relationships

### Inherits From

[`Kind`](/documentation/AppIntents/AppSchema/Kind)

### Conforming Types

[`Intent`](/documentation/AppIntents/AppSchema/Intent)

---

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)