---
title: analysisChangedHandler
framework: sensitivecontentanalysis
role: symbol
role_heading: Instance Property
path: sensitivecontentanalysis/scvideostreamanalyzer/analysischangedhandler
---

# analysisChangedHandler

A handler that your app provides to react to sensitive content detection.

## Declaration

```occ
@property (copy, readwrite, nullable) SCVideoStreamAnalysisChangeHandler analysisChangedHandler;
```

## Discussion

Discussion The system invokes all analyzer handlers on the same conference call with the updated analysis or error.

## See Also

### Responding to sensitive content

- [analysis](sensitivecontentanalysis/scvideostreamanalyzer/analysis.md)
- [SCVideoStreamAnalysisChangeHandler](sensitivecontentanalysis/scvideostreamanalysischangehandler.md)
- [continueStream()](sensitivecontentanalysis/scvideostreamanalyzer/continuestream().md)
