Interface BatchTranslationResponse

interface BatchTranslationResponse {
    passing_time: number;
    translations: BatchTranslation[];
}

Properties

passing_time: number
translations: BatchTranslation[]