<!--
{
  "availability" : [
    "iOS: 17.0.0 -",
    "iPadOS: 17.0.0 -",
    "macCatalyst: 17.0.0 -",
    "macOS: 14.0.0 -",
    "visionOS: 2.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "SensitiveContentAnalysis",
  "identifier" : "/documentation/SensitiveContentAnalysis/SCSensitivityAnalysis/isSensitive",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "Sensitive Content Analysis"
    ],
    "preciseIdentifier" : "c:objc(cs)SCSensitivityAnalysis(py)sensitive"
  },
  "title" : "isSensitive"
}
-->

# isSensitive

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

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

## Discussion

The framework indicates that content is sensitive only when the active [`analysisPolicy`](/documentation/SensitiveContentAnalysis/SCSensitivityAnalyzer/analysisPolicy) is a value other than [`SCSensitivityAnalysisPolicy.disabled`](/documentation/SensitiveContentAnalysis/SCSensitivityAnalysisPolicy/disabled). When this property is `true`, check [`detectedTypes`](/documentation/SensitiveContentAnalysis/SCSensitivityAnalysis/detectedTypes) to determine the specific categories of sensitive content that the framework detects in the media.

---

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)