Skip to main content

PodcastEpisode

Stentor API Reference


Stentor API Reference / stentor-models/src / PodcastEpisode

Interface: PodcastEpisode

Defined in: packages/stentor-models/src/Media/PodcastEpisode.ts:9

An episode for a podcast.

Extends​

Properties​

backgroundImage?​

optional backgroundImage: string

Defined in: packages/stentor-models/src/Media/Audio.ts:49

When applicable (Alexa), the background image for display surfaces.

Minimum dimensions are 1024 by 640 pixels

Inherited from​

Audio.backgroundImage


token?​

optional token: string

Defined in: packages/stentor-models/src/Media/Playable.ts:17

A token for the playable object that represents a unique playback of the track.

Inherited from​

Audio.token


visuals?​

optional visuals: Visuals

Defined in: packages/stentor-models/src/Media/Playable.ts:29

Things to show on screens if the device is capable of showing.

This is used primarily on Google for media cards.

Inherited from​

Audio.visuals


type​

type: "PodcastEpisode"

Defined in: packages/stentor-models/src/Media/PodcastEpisode.ts:10

The type of media.

Overrides​

Audio.type


feedTitle​

feedTitle: string

Defined in: packages/stentor-models/src/Media/RSSFeedItem.ts:13

The title of the feed the item belongs to.

This is primarily used to remind listeners what feed the feed item came from.

Inherited from​

RSSFeedItem.feedTitle


title?​

optional title: string

Defined in: packages/stentor-models/src/Media/RSSFeedItem.ts:17

The title of the feed item.

Inherited from​

RSSFeedItem.title


description?​

optional description: string

Defined in: packages/stentor-models/src/Media/RSSFeedItem.ts:21

Description of the feed item.

Inherited from​

RSSFeedItem.description


subtitle?​

optional subtitle: string

Defined in: packages/stentor-models/src/Media/RSSFeedItem.ts:25

The subtitle of the feed item.

Inherited from​

RSSFeedItem.subtitle


explicit?​

optional explicit: boolean

Defined in: packages/stentor-models/src/Media/RSSFeedItem.ts:29

If the feed item is marked explicit.

Inherited from​

RSSFeedItem.explicit


optional link: string

Defined in: packages/stentor-models/src/Media/RSSFeedItem.ts:36

The link of the feed item.

This is typically where users can find more information about the RSS feed item and not the actual media content.

Inherited from​

RSSFeedItem.link


url​

url: string

Defined in: packages/stentor-models/src/Media/RSSFeedItem.ts:40

The URL within the <enclosure> tag.

Inherited from​

RSSFeedItem.url


mediaType?​

optional mediaType: "video/mpeg" | "audio/mpeg"

Defined in: packages/stentor-models/src/Media/RSSFeedItem.ts:44

The media type within the <enclosure> tag.

Inherited from​

RSSFeedItem.mediaType


length?​

optional length: number

Defined in: packages/stentor-models/src/Media/RSSFeedItem.ts:48

The length within the <enclosure> tag.

Inherited from​

RSSFeedItem.length


image?​

optional image: string

Defined in: packages/stentor-models/src/Media/RSSFeedItem.ts:52

URL for the image

Inherited from​

RSSFeedItem.image


id?​

optional id: string

Defined in: packages/stentor-models/src/Media/RSSFeedItem.ts:56

The GUID of the feed item.

Inherited from​

RSSFeedItem.id


pubDate?​

optional pubDate: string

Defined in: packages/stentor-models/src/Media/RSSFeedItem.ts:65

Date the feed item was published.

RFC 822 encoded date string, in accordance with the RSS 2.0 specification.

One exception is the year may be expressed with two digits instead of the preferred four digits.

Inherited from​

RSSFeedItem.pubDate