@jellyfin/sdk
    Preparing search index...

    Interface RemoteImageResult

    Class RemoteImageResult.

    RemoteImageResult

    interface RemoteImageResult {
        Images?: null | RemoteImageInfo[];
        Providers?: null | string[];
        TotalRecordCount?: number;
    }
    Index

    Properties

    Images?: null | RemoteImageInfo[]

    Gets or sets the images.

    RemoteImageResult

    Providers?: null | string[]

    Gets or sets the providers.

    RemoteImageResult

    TotalRecordCount?: number

    Gets or sets the total record count.

    RemoteImageResult