videoAnalysis(forFileAt:)
Analyzes a video file on disk at a URL for sensitive content.
Declaration
func videoAnalysis(forFileAt fileURL: URL) -> SCSensitivityAnalyzer.VideoAnalysisHandlerParameters
- fileURL:
The URL for a video file on disk.
Return Value
An object that checks if a video contains sensitive content and provides the app with status updates as the analysis progresses.