---
title: continueStream()
framework: sensitivecontentanalysis
role: symbol
role_heading: Instance Method
path: sensitivecontentanalysis/scvideostreamanalyzer/continuestream()
---

# continueStream()

Indicates that your app is ready to resume video stream analysis.

## Declaration

```swift
func continueStream()
```

## Discussion

Discussion When the framework detects sensitive content in the video stream, it pauses analysis and begins censoring the stream’s video frames. Call this method to resume analysis and stop censoring video frames when your app is ready to show the stream again.

## See Also

### Responding to sensitive content

- [analysis](sensitivecontentanalysis/scvideostreamanalyzer/analysis.md)
