creationVariety
The amount to vary the creation parameters when generating multiple images from the same inputs.
Declaration
var creationVariety: ImagePlaygroundOptions.CreationVarietyDiscussion
When creating multiple images from the same inputs, the system adjusts parameters programmatically to create images with different content. Use this property to specify the amount of variability you want in the final images. For example, specify ImagePlaygroundOptions.CreationVariety.high to generate images with greater numbers of differences, or specify ImagePlaygroundOptions.CreationVariety.low to generate images that are closer together.
The default value of this property is ImagePlaygroundOptions.CreationVariety.automatic.