<!--
{
  "availability" : [
    "iOS: 10.0.0 - 15.0.0",
    "iPadOS: 10.0.0 - 15.0.0",
    "macCatalyst: 13.1.0 - 15.0.0",
    "visionOS: 1.0.0 - 1.0.0",
    "watchOS: 3.2.0 - 8.0.0"
  ],
  "documentType" : "symbol",
  "framework" : "SiriKit",
  "identifier" : "/documentation/Intents/INStartPhotoPlaybackIntent/albumName",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "Intents"
    ],
    "preciseIdentifier" : "c:objc(cs)INStartPhotoPlaybackIntent(py)albumName"
  },
  "title" : "albumName"
}
-->

# albumName

The name of the album that contains the photos.

```
var albumName: String? { get }
```

## Discussion

When this property contains an <doc://com.apple.documentation/documentation/Foundation/NSString> object, your search should return only photos from the album specified by that string. Apps may register a user’s custom photo album names using the [`INVocabulary`](/documentation/Intents/INVocabulary) class. Registering custom names helps the system identify those albums when the user speaks them.

---

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)