Skip to main content

Overview

Determines whether the product is being applied in the content.

Configuration

config.require_application
boolean
If true, the detector fails when application is not detected.

Example Configuration

{
  "detector_name": "product_application",
  "config": {
    "require_application": true
  }
}

Result Schema

{
  "detector_name": "product_application",
  "pass_check": true,
  "score": 1.0,
  "rationale": "Product application detected. Demonstrated use on skin.",
  "metrics": {
    "is_applying": true,
    "reasons": "Demonstrated use on skin"
  },
  "timestamps": [0.8, 3.2]
}