---
title: isSensitive
framework: sensitivecontentanalysis
role: symbol
role_heading: Instance Property
path: sensitivecontentanalysis/scsensitivityanalysis/issensitive
---

# isSensitive

A Boolean value that indicates whether the checked content contains sensitive material.

## Declaration

```swift
var isSensitive: Bool { get }
```

## Mentioned in

Testing your app’s response to sensitive media Detecting sensitive content in media and providing intervention options

## Discussion

Discussion The framework indicates that content is sensitive only when the active analysisPolicy is a value other than SCSensitivityAnalysisPolicy.disabled. When this property is true, check detectedTypes to determine the specific categories of sensitive content that the framework detects in the media.
