@jellyfin/sdk
    Preparing search index...

    Interface RemoteImageInfo

    Class RemoteImageInfo.

    RemoteImageInfo

    interface RemoteImageInfo {
        CommunityRating?: number | null;
        Height?: number | null;
        Language?: string | null;
        ProviderName?: string | null;
        RatingType?: RatingType;
        ThumbnailUrl?: string | null;
        Type?: ImageType;
        Url?: string | null;
        VoteCount?: number | null;
        Width?: number | null;
    }
    Index

    Properties

    CommunityRating?: number | null

    Gets or sets the community rating.

    RemoteImageInfo

    Height?: number | null

    Gets or sets the height.

    RemoteImageInfo

    Language?: string | null

    Gets or sets the language.

    RemoteImageInfo

    ProviderName?: string | null

    Gets or sets the name of the provider.

    RemoteImageInfo

    RatingType?: RatingType

    RemoteImageInfo

    ThumbnailUrl?: string | null

    Gets or sets a url used for previewing a smaller version.

    RemoteImageInfo

    Type?: ImageType

    RemoteImageInfo

    Url?: string | null

    Gets or sets the URL.

    RemoteImageInfo

    VoteCount?: number | null

    Gets or sets the vote count.

    RemoteImageInfo

    Width?: number | null

    Gets or sets the width.

    RemoteImageInfo