interface SubtitlesRequest {
    language: string;
    url: string;
}

Properties

Properties

language: string

source language code

url: string