---
title: personalization
framework: imageplayground
role: symbol
role_heading: Instance Property
path: imageplayground/imageplaygroundoptions/personalization-swift.property
---

# personalization

The option to enable or disable personalization features.

## Declaration

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

## Discussion

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.
