Skip to content

Releases: doppeltilde/sensitive_content_analysis

Release list

Release 2.1.0

Choose a tag to compare

@jonafeucht jonafeucht released this 09 Jun 07:36

2.1.0

Breaking

  • analyzeImage, analyzeNetworkImage, and analyzeVideo now return SensitivityAnalysisResult? instead of bool?.

Added

  • SensitivityAnalysisResult with isSensitive (bool) and detectedTypes (List).
  • detectedTypes returns detected content categories (e.g. sexuallyExplicit, goreOrViolence) on iOS 27.0+ / macOS 27.0+. Empty list on older OS versions.

Fix

  • Added a queue to analyzeNetworkImage preventing SCA from crashing and returning null.