Interface VideoTranscriptionDto

interface VideoTranscriptionDto {
    id?: string;
    label?: string;
    lang?: string;
    mime_type?: string;
    src?: string;
}

Properties

id?: string

System id for the text track

label?: string

label for the track

lang?: string

2-letter language code, such as "en" or "ko"

mime_type?: string

mime-type for the track - should be text/plain

src?: string

URL for the transcription file