vot.js - v2.4.12
    Preparing search index...

    Type Alias TranslatedVideoTranslationResponse

    type TranslatedVideoTranslationResponse = {
        message?: string;
        remainingTime: number;
        status: VOTTypes.YandexType.VideoTranslationStatus;
        translated: true;
        translationId: string;
        url: string;
    }
    Index

    Properties

    message?: string
    remainingTime: number
    translated: true
    translationId: string
    url: string