Overview
Verifies that a reference logo image appears in a video. Useful for ensuring brand logos, watermarks, or required visual marks are present throughout content.Configuration
Reference image of the logo to detect in the video.Allowed extensions: png, jpg, jpeg, webp
When
true, the detector requires the logo to be present throughout the video. When false, the detector passes if the logo is found at any point.Example Configuration
Result Schema
Interpreting Results
- score: How much of the video contains the logo (0.0 to 1.0).
- logo_presence_pct: Percentage of the video where the logo was detected.
- timestamps: Timestamps (in seconds) where the logo was not detected. Use these to identify gaps in logo coverage.
- pass_check: When
always_presentistrue, passes only if the logo is found throughout the entire video. Whenfalse, passes if the logo is found at any point.