ImageObject: An image file.

Description Usage Arguments Value See Also

View source: R/types.R

Description

An image file.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
ImageObject(
  contentUrl,
  about,
  alternateNames,
  authors,
  bitrate,
  caption,
  comments,
  content,
  contentSize,
  dateAccepted,
  dateCreated,
  dateModified,
  datePublished,
  dateReceived,
  description,
  editors,
  embedUrl,
  format,
  fundedBy,
  funders,
  genre,
  id,
  identifiers,
  images,
  isPartOf,
  keywords,
  licenses,
  maintainers,
  meta,
  name,
  parts,
  publisher,
  references,
  text,
  thumbnail,
  title,
  url,
  version
)

Arguments

contentUrl

URL for the actual bytes of the media object, for example the image file or video file. Required.

about

The subject matter of the content.

alternateNames

Alternate names (aliases) for the item.

authors

The authors of this creative work.

bitrate

Bitrate in megabits per second (Mbit/s, Mb/s, Mbps).

caption

The caption for this image.

comments

Comments about this creative work.

content

The structured content of this creative work c.f. property text.

contentSize

File size in megabits (Mbit, Mb).

dateAccepted

Date/time of acceptance.

dateCreated

Date/time of creation.

dateModified

Date/time of most recent modification.

datePublished

Date of first publication.

dateReceived

Date/time that work was received.

description

A description of the item.

editors

People who edited the CreativeWork.

embedUrl

URL that can be used to embed the media on a web page via a specific media player.

format

Media type (MIME type) as per http://www.iana.org/assignments/media-types/media-types.xhtml.

fundedBy

Grants that funded the CreativeWork; reverse of fundedItems.

funders

People or organizations that funded the CreativeWork.

genre

Genre of the creative work, broadcast channel or group.

id

The identifier for this item.

identifiers

Any kind of identifier for any kind of Thing.

images

Images of the item.

isPartOf

An item or other CreativeWork that this CreativeWork is a part of.

keywords

Keywords or tags used to describe this content. Multiple entries in a keywords list are typically delimited by commas.

licenses

License documents that applies to this content, typically indicated by URL.

maintainers

The people or organizations who maintain this CreativeWork.

meta

Metadata associated with this item.

name

The name of the item.

parts

Elements of the collection which can be a variety of different elements, such as Articles, Datatables, Tables and more.

publisher

A publisher of the CreativeWork.

references

References to other creative works, such as another publication, web page, scholarly article, etc.

text

The textual content of this creative work.

thumbnail

Thumbnail image of this image.

title

The title of the creative work.

url

The URL of the item.

version

The version of the creative work.

Value

A list of class ImageObject

See Also

MediaObject


stencilaschema documentation built on Feb. 22, 2021, 5:05 p.m.