Ⓙ Jike SDK
    Preparing search index...

    Interface Video

    视频信息

    interface Video {
        duration: number;
        height: number;
        image: { format: string; picUrl: string; thumbnailUrl: string };
        type: "VIDEO";
        width: number;
    }
    Index

    Properties

    duration: number
    height: number
    image: { format: string; picUrl: string; thumbnailUrl: string }
    type: "VIDEO"
    width: number