Class SearchHintResult.

SearchHint

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

Properties

Album?: null | string

Gets or sets the album.

SearchHint

AlbumArtist?: null | string

Gets or sets the album artist.

SearchHint

AlbumId?: null | string

Gets or sets the album id.

SearchHint

Artists?: string[]

Gets or sets the artists.

SearchHint

BackdropImageItemId?: null | string

Gets or sets the backdrop image item identifier.

SearchHint

BackdropImageTag?: null | string

Gets or sets the backdrop image tag.

SearchHint

ChannelId?: null | string

Gets or sets the channel identifier.

SearchHint

ChannelName?: null | string

Gets or sets the name of the channel.

SearchHint

EndDate?: null | string

Gets or sets the end date.

SearchHint

EpisodeCount?: null | number

Gets or sets the episode count.

SearchHint

Id?: string

Gets or sets the item id.

SearchHint

IndexNumber?: null | number

Gets or sets the index number.

SearchHint

IsFolder?: null | boolean

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

SearchHint

ItemId?: string

Gets or sets the item id.

SearchHint

MatchedTerm?: null | string

Gets or sets the matched term.

SearchHint

MediaType?: MediaType

SearchHint

Name?: string

Gets or sets the name.

SearchHint

ParentIndexNumber?: null | number

Gets or sets the parent index number.

SearchHint

PrimaryImageAspectRatio?: null | number

Gets or sets the primary image aspect ratio.

SearchHint

PrimaryImageTag?: null | string

Gets or sets the image tag.

SearchHint

ProductionYear?: null | number

Gets or sets the production year.

SearchHint

RunTimeTicks?: null | number

Gets or sets the run time ticks.

SearchHint

Series?: null | string

Gets or sets the series.

SearchHint

SongCount?: null | number

Gets or sets the song count.

SearchHint

StartDate?: null | string

Gets or sets the start date.

SearchHint

Status?: null | string

Gets or sets the status.

SearchHint

ThumbImageItemId?: null | string

Gets or sets the thumb image item identifier.

SearchHint

ThumbImageTag?: null | string

Gets or sets the thumb image tag.

SearchHint

SearchHint