@jellyfin/sdk
    Preparing search index...

    Interface ImageApiGetUserImageRequest

    Request parameters for getUserImage operation in ImageApi.

    ImageApiGetUserImageRequest

    interface ImageApiGetUserImageRequest {
        format?: ImageFormat;
        tag?: string;
        userId?: string;
    }
    Index

    Properties

    Properties

    format?: ImageFormat

    Determines the output format of the image - original,gif,jpg,png.

    ImageApiGetUserImage

    tag?: string

    Optional. Supply the cache tag from the item object to receive strong caching headers.

    ImageApiGetUserImage

    userId?: string

    User id.

    ImageApiGetUserImage