Safe Haskell | Safe-Infered |
---|
Text.HTML5.MetaData.Schema.MediaObject
- data MediaObject = MediaObject {
- description :: Description
- image :: Image
- name :: Name
- url :: Url
- about :: About
- accountablePerson :: AccountablePerson
- aggregateRating :: AggregateRating
- alternativeHeadline :: AlternativeHeadline
- associatedMedia :: AssociatedMedia
- audio :: Audio
- author :: Author
- award :: Award
- awards :: Awards
- comment :: Comment
- contentLocation :: ContentLocation
- contentRating :: ContentRating
- contributor :: Contributor
- copyrightHolder :: CopyrightHolder
- copyrightYear :: CopyrightYear
- creator :: Creator
- dateCreated :: DateCreated
- dateModified :: DateModified
- datePublished :: DatePublished
- discussionUrl :: DiscussionUrl
- editor :: Editor
- encoding :: Encoding
- encodings :: Encodings
- genre :: Genre
- headline :: Headline
- inLanguage :: InLanguage
- interactionCount :: InteractionCount
- isFamilyFriendly :: IsFamilyFriendly
- keywords :: Keywords
- mentions :: Mentions
- offers :: Offers
- provider :: Provider
- publisher :: Publisher
- publishingPrinciples :: PublishingPrinciples
- review :: Review
- reviews :: Reviews
- sourceOrganization :: SourceOrganization
- text :: Text
- thumbnailUrl :: ThumbnailUrl
- version :: Version
- video :: Video
- associatedArticle :: AssociatedArticle
- bitrate :: Bitrate
- contentSize :: ContentSize
- contentUrl :: ContentUrl
- duration :: Duration
- embedUrl :: EmbedUrl
- encodesCreativeWork :: EncodesCreativeWork
- encodingFormat :: EncodingFormat
- expires :: Expires
- height :: Height
- playerType :: PlayerType
- regionsAllowed :: RegionsAllowed
- requiresSubscription :: RequiresSubscription
- uploadDate :: UploadDate
- width :: Width
Documentation
data MediaObject Source
An image, video, or audio object embedded in a web page. Note that a creative work may have many media objects associated with it on the same web page. For example, a page about a single song (MusicRecording) may have a music video (VideoObject), and a high and low bandwidth audio stream (2 AudioObject's).
id
- MediaObject
label
- Media Object
comment
- An image, video, or audio object embedded in a web page. Note that a creative work may have many media objects associated with it on the same web page. For example, a page about a single song (MusicRecording) may have a music video (VideoObject), and a high and low bandwidth audio stream (2 AudioObject's).
ancestors
-
Thing
,CreativeWork
subtypes
-
AudioObject
,ImageObject
,MusicVideoObject
,VideoObject
supertypes
-
CreativeWork
url
- http://schema.org/MediaObject
Constructors
Instances