---
title: sensitivityAnalysisIntervention
framework: photosui
role: symbol
role_heading: Type Property
path: photosui/phpickercapabilities/sensitivityanalysisintervention
---

# sensitivityAnalysisIntervention

A capability that prompts for confirmation if a person selects a photo that contains nudity.

## Declaration

```swift
static var sensitivityAnalysisIntervention: PHPickerCapabilities { get }
```

## Discussion

Discussion When either the Sensitive Content Warning setting or Communication Safety parental control in Screen Time are active in iOS 17 or later, the photos picker checks whether a selected asset contains nudity. If so, the photo picker presents a model view that warns the person before giving the app access to the photo. The intervention UI requires a person to confirm that they really intend to interact with the sensitive asset in the photo library before proceeding. For more information on nudity detection in iOS 17 and later, see Sensitive Content Analysis.

## See Also

### Specifying features

- [collectionNavigation](photosui/phpickercapabilities/collectionnavigation.md)
- [selectionActions](photosui/phpickercapabilities/selectionactions.md)
- [search](photosui/phpickercapabilities/search.md)
- [stagingArea](photosui/phpickercapabilities/stagingarea.md)
