PodcastEpisode
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?β
optionalbackgroundImage: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β
token?β
optionaltoken: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β
visuals?β
optionalvisuals: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β
typeβ
type:
"PodcastEpisode"
Defined in: packages/stentor-models/src/Media/PodcastEpisode.ts:10
The type of media.
Overridesβ
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β
title?β
optionaltitle:string
Defined in: packages/stentor-models/src/Media/RSSFeedItem.ts:17
The title of the feed item.
Inherited fromβ
description?β
optionaldescription:string
Defined in: packages/stentor-models/src/Media/RSSFeedItem.ts:21
Description of the feed item.
Inherited fromβ
subtitle?β
optionalsubtitle:string
Defined in: packages/stentor-models/src/Media/RSSFeedItem.ts:25
The subtitle of the feed item.
Inherited fromβ
explicit?β
optionalexplicit:boolean
Defined in: packages/stentor-models/src/Media/RSSFeedItem.ts:29
If the feed item is marked explicit.
Inherited fromβ
link?β
optionallink: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β
urlβ
url:
string
Defined in: packages/stentor-models/src/Media/RSSFeedItem.ts:40
The URL within the <enclosure> tag.
Inherited fromβ
mediaType?β
optionalmediaType:"video/mpeg"|"audio/mpeg"
Defined in: packages/stentor-models/src/Media/RSSFeedItem.ts:44
The media type within the <enclosure> tag.
Inherited fromβ
length?β
optionallength:number
Defined in: packages/stentor-models/src/Media/RSSFeedItem.ts:48
The length within the <enclosure> tag.
Inherited fromβ
image?β
optionalimage:string
Defined in: packages/stentor-models/src/Media/RSSFeedItem.ts:52
URL for the image
Inherited fromβ
id?β
optionalid:string
Defined in: packages/stentor-models/src/Media/RSSFeedItem.ts:56
The GUID of the feed item.
Inherited fromβ
pubDate?β
optionalpubDate: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.