{% extends "base.html" %} {% set active_nav = "explore" %} {% block title %}Voxint — explore{% endblock %} {% block cb_breadcrumb %}explore{% endblock %} {% block cb_summary %}{{ stats.total_runs }} recordings · {{ "%.0f"|format(stats.total_hours) }} hours{% endblock %} {% block body %}
Type a term to search across all transcripts.
No matches for "{{ query|e }}".
| Context | Match | Context | Source |
|---|---|---|---|
| {{ row.left_context }} | {{ row.hit }} | {{ row.right_context }} | {% if row.speaker_name %}{{ row.speaker_name }}{% endif %} {{ row.media_title }} · {{ "%.1f"|format(row.start_seconds) }}s {% if row.suspect %}suspect{% endif %} {% if row.confidence is not none and row.confidence < 0.7 %}low conf{% endif %} |