<!--
{
  "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/SCSensitivityAnalyzer/analyzeVideoFile:completionHandler:",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Method",
  "symbol" : {
    "kind" : "Instance Method",
    "modules" : [
      "Sensitive Content Analysis"
    ],
    "preciseIdentifier" : "c:objc(cs)SCSensitivityAnalyzer(im)analyzeVideoFile:completionHandler:"
  },
  "title" : "analyzeVideoFile:completionHandler:"
}
-->

# analyzeVideoFile:completionHandler:

Analyzes a video file on disk at the given URL and runs the given code on completion.

```
- (NSProgress *) analyzeVideoFile:(NSURL *) fileURL completionHandler:(void (^)(SCSensitivityAnalysis *results, NSError *error)) completionHandler;
```

## Parameters

`fileURL`

A URL to a video file on disk.

## Return Value

An object that indicates how far analysis progresses while the system checks the video for sensitive content.

## Discussion

The completion handler:

- Runs on an unspecified queue
- Provides a `results` parameter that indicates whether checked content contains nudity.

---

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)