interface Status {
    language: SupportedLanguage;
    status: Transcription.StatusEnum;
    transcriptionId: string;
    transcriptionService: ServiceType;
    videoId: string;
}

Properties

transcriptionId: string
transcriptionService: ServiceType
videoId: string