Shopee SDK API Reference - v1.11.0
    Preparing search index...

    Interface GetVideoDetailPerformanceVideoInfo

    interface GetVideoDetailPerformanceVideoInfo {
        caption?: string;
        coverImageUrl?: string;
        duration?: number;
        postId?: string;
        postTime?: number;
        relatedItemCount?: number;
        videoUrl?: string;
    }
    Index

    Properties

    caption?: string

    Description of the Shopee Video.

    coverImageUrl?: string

    Cover image url of the Shopee Video.

    duration?: number

    Video duration time in millisecond.

    postId?: string

    A unique identifier for Shopee videos.

    postTime?: number

    The time when the video post to Shopee Video.

    relatedItemCount?: number

    Number of products linked with the Shopee Video.

    videoUrl?: string

    Video play url.