@jellyfin/sdk
    Preparing search index...

    Interface SearchHint

    Class SearchHintResult.

    interface SearchHint {
        Album?: string | null;
        AlbumArtist?: string | null;
        AlbumId?: string | null;
        Artists?: string[];
        BackdropImageItemId?: string | null;
        BackdropImageTag?: string | null;
        ChannelId?: string | null;
        ChannelName?: string | null;
        EndDate?: string | null;
        EpisodeCount?: number | null;
        Id?: string;
        IndexNumber?: number | null;
        IsFolder?: boolean | null;
        ItemId?: string;
        MatchedTerm?: string | null;
        MediaType?: MediaType;
        Name?: string;
        ParentIndexNumber?: number | null;
        PrimaryImageAspectRatio?: number | null;
        PrimaryImageTag?: string | null;
        ProductionYear?: number | null;
        RunTimeTicks?: number | null;
        Series?: string | null;
        SongCount?: number | null;
        StartDate?: string | null;
        Status?: string | null;
        ThumbImageItemId?: string | null;
        ThumbImageTag?: string | null;
        Type?: BaseItemKind;
    }
    Index

    Properties

    Album?: string | null

    Gets or sets the album.

    AlbumArtist?: string | null

    Gets or sets the album artist.

    AlbumId?: string | null

    Gets or sets the album id.

    Artists?: string[]

    Gets or sets the artists.

    BackdropImageItemId?: string | null

    Gets or sets the backdrop image item identifier.

    BackdropImageTag?: string | null

    Gets or sets the backdrop image tag.

    ChannelId?: string | null

    Gets or sets the channel identifier.

    ChannelName?: string | null

    Gets or sets the name of the channel.

    EndDate?: string | null

    Gets or sets the end date.

    EpisodeCount?: number | null

    Gets or sets the episode count.

    Id?: string

    Gets or sets the item id.

    IndexNumber?: number | null

    Gets or sets the index number.

    IsFolder?: boolean | null

    Gets or sets a value indicating whether this instance is folder.

    ItemId?: string

    Gets or sets the item id.

    MatchedTerm?: string | null

    Gets or sets the matched term.

    MediaType?: MediaType
    Name?: string

    Gets or sets the name.

    ParentIndexNumber?: number | null

    Gets or sets the parent index number.

    PrimaryImageAspectRatio?: number | null

    Gets or sets the primary image aspect ratio.

    PrimaryImageTag?: string | null

    Gets or sets the image tag.

    ProductionYear?: number | null

    Gets or sets the production year.

    RunTimeTicks?: number | null

    Gets or sets the run time ticks.

    Series?: string | null

    Gets or sets the series.

    SongCount?: number | null

    Gets or sets the song count.

    StartDate?: string | null

    Gets or sets the start date.

    Status?: string | null

    Gets or sets the status.

    ThumbImageItemId?: string | null

    Gets or sets the thumb image item identifier.

    ThumbImageTag?: string | null

    Gets or sets the thumb image tag.