schemaCaption constant

IriTerm const schemaCaption

caption from schema vocabulary [Expects: https://schema.org/MediaObject, https://schema.org/Text]

The caption for this object. For downloadable machine formats (closed caption, subtitles etc.) use MediaObject and indicate the {encodingFormat}.

Can be used on: https://schema.org/AudioObject, https://schema.org/ImageObject, https://schema.org/VideoObject

Implementation

static const schemaCaption = IriTerm.prevalidated(
  'https://schema.org/caption',
);