<!--
{
  "availability" : [
    "iOS: 26.4.0 -",
    "iPadOS: 26.4.0 -",
    "macCatalyst: 26.4.0 -",
    "macOS: 26.4.0 -",
    "visionOS: 26.4.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "ImagePlayground",
  "identifier" : "/documentation/ImagePlayground/ImagePlaygroundOptions/personalization-swift.property",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "Image Playground"
    ],
    "preciseIdentifier" : "s:15ImagePlayground0aB7OptionsV15personalizationAC15PersonalizationOvp"
  },
  "title" : "personalization"
}
-->

# personalization

The option to enable or disable personalization features.

```
var personalization: ImagePlaygroundOptions.Personalization
```

## Discussion

When personalization features are enabled, the system interfaces make the people
picker available for choosing an initial photo. If one of the prompts contains a
name, the system also uses that information to identify the associated person. The
system uses any referenced people to influence the images it generates. For example,
it can incorporate the person’s appearance and skin tone into any generated images.
If you disable personalization, the system uses only the provided inputs to
generate the images.

The default value of this property is [`ImagePlaygroundOptions.Personalization.automatic`](/documentation/ImagePlayground/ImagePlaygroundOptions/Personalization-swift.enum/automatic).

---

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)