MCPcopy
hub / github.com/remotion-dev/remotion / TranscriptionWord

Interface TranscriptionWord

packages/openai-whisper/src/openai-format.ts:1–5  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1export interface TranscriptionWord {
2 end: number;
3 start: number;
4 word: string;
5}
6
7export interface TranscriptionSegment {
8 id: number;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…