Media

Transcription

Container that renders transcribed text segments with time-sync highlighting and seek capabilities.

Current time: 2.4s

Props

PropTypeDefaultDescription
segmentsTranscriptionSegment[]-Array of transcription segments with timing
currentTimenumber0Current playback time in seconds
onSeek(time: number) => void-Callback when user seeks to a segment
classNamestring-Additional CSS classes

Import

import { Transcription, TranscriptionSegment } from '@blastx/ui-ai';