Contents

videoAnalysis(forFileAt:)

Analyzes a video file on disk at a URL for sensitive content.

Declaration

func videoAnalysis(forFileAt fileURL: URL) -> SCSensitivityAnalyzer.VideoAnalysisHandler

Parameters

  • 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.

See Also

Analyzing video