<!--
{
  "availability" : [
    "iOS: 18.4.0 - 26.4.0",
    "iPadOS: 18.4.0 - 26.4.0",
    "macCatalyst: 18.4.0 - 26.4.0",
    "macOS: 15.4.0 - 26.4.0",
    "visionOS: 2.4.0 - 26.4.0"
  ],
  "documentType" : "symbol",
  "framework" : "ImagePlayground",
  "identifier" : "/documentation/ImagePlayground/ImagePlaygroundViewController/personalizationPolicy",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "Image Playground"
    ],
    "preciseIdentifier" : "s:15ImagePlayground0aB14ViewControllerC21personalizationPolicyAA0ab15PersonalizationF0Ovp"
  },
  "title" : "personalizationPolicy"
}
-->

# personalizationPolicy

The policy to apply when determining whether to include people in generated images.

```
@MainActor @preconcurrency var personalizationPolicy: ImagePlaygroundPersonalizationPolicy { get set }
```

## Discussion

Personalization lets the view controller offer support for incorporating people
into the images it generates. When enabled, the view controller allows someone
to build images that include:

- A person from their Photos library
- A character represented by an appearance and a skin tone

When enabled, the view controller offers a way to import an image of
a person from the Photos library. It also supports choosing someone
from a people picker, and by detecting names in any input text and using
that information to find images.

The default value of this property is [`ImagePlaygroundPersonalizationPolicy.automatic`](/documentation/ImagePlayground/ImagePlaygroundPersonalizationPolicy/automatic),
which corresponds to [`ImagePlaygroundPersonalizationPolicy.enabled`](/documentation/ImagePlayground/ImagePlaygroundPersonalizationPolicy/enabled).

---

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)