vot.js - v2.4.12
    Preparing search index...
    type VideoData<T extends string = VideoService> = {
        description?: string;
        detectedLanguage?: RequestLang;
        duration?: number;
        host: T;
        isStream?: boolean;
        localizedTitle?: string;
        subtitles?: VOTTypes.ClientType.VideoDataSubtitle[];
        title?: string;
        translationHelp?: VOTTypes.YandexType.TranslationHelp[] | null;
        url: string;
        videoId: string;
    }

    Type Parameters

    Index

    Properties

    description?: string
    detectedLanguage?: RequestLang
    duration?: number
    host: T
    isStream?: boolean
    localizedTitle?: string
    title?: string
    translationHelp?: VOTTypes.YandexType.TranslationHelp[] | null
    url: string
    videoId: string