export interface DubbingTranscriptCharacter {
    text?: string;
    startS?: number;
    endS?: number;
}
