Media
Transcription
Container that renders transcribed text segments with time-sync highlighting and seek capabilities.
Current time: 2.4s
Props
| Prop | Type | Default | Description |
|---|---|---|---|
| segments | TranscriptionSegment[] | - | Array of transcription segments with timing |
| currentTime | number | 0 | Current playback time in seconds |
| onSeek | (time: number) => void | - | Callback when user seeks to a segment |
| className | string | - | Additional CSS classes |
Import
import { Transcription, TranscriptionSegment } from '@blastx/ui-ai';