import type * as ElevenLabs from "../index"; export interface DubbingSourceTranscriptResponse { /** BCP-47 language tag of the source transcript (null if unknown). */ language?: string; /** The source segments, in playback order. */ segments: ElevenLabs.DubbingTranscriptSegment[]; /** The project's source-transcript revision at read time. */ revision: number; }