Skip to main content

Overview

Counts brand and product name mentions in the transcript. Requires at least one configuration parameter - Provide brand_name or product_name.

Configuration

config.brand_name
string
Brand name to count.
config.product_name
string
Product name to count.

Example Configuration

Result Schema

Interpreting Results

  • brand_count/product_count: Mention counts per name.
  • matches: Token-span matches by type (exact/brand/product).
  • matches_char: Character-span evidence for each match.