---
title: caption
framework: Photos
role: symbol
role_heading: Instance Property
platforms: [iOS 27.0+, iPadOS 27.0+, Mac Catalyst 27.0+, macOS 27.0+, tvOS 27.0+, visionOS 27.0+]
path: photos/phassetchangerequest/caption
---

# caption

An asset description to change to. Set to nil or an empty string to clear the caption.

## Declaration

```swift
var caption: String? { get set }
```

## See Also

### Modifying Assets

- [init(for:)](photos/phassetchangerequest/init(for:).md)
- [creationDate](photos/phassetchangerequest/creationdate.md)
- [location](photos/phassetchangerequest/location.md)
- [isFavorite](photos/phassetchangerequest/isfavorite.md)
- [isHidden](photos/phassetchangerequest/ishidden.md)
- [addKeyword(_:)](photos/phassetchangerequest/addkeyword(_:).md)
- [removeKeyword(_:)](photos/phassetchangerequest/removekeyword(_:).md)
- [rating](photos/phassetchangerequest/rating.md)
- [setLivePhotoVideoPlaybackEnabled(_:)](photos/phassetchangerequest/setlivephotovideoplaybackenabled(_:).md)
