ImagesImage

data class ImagesImage(val image: Blob, val alt: String, val aspectRatio: AspectRatio? = null)

Parameters

image

The raw image file. May be up to 2 MB, formerly limited to 1 MB.

alt

Alt text description of the image, for accessibility.

Constructors

Link copied to clipboard
constructor(image: Blob, alt: String, aspectRatio: AspectRatio? = null)

Properties

Link copied to clipboard
val alt: String

Alt text description of the image, for accessibility.

Link copied to clipboard
Link copied to clipboard
val image: Blob

The raw image file. May be up to 2 MB, formerly limited to 1 MB.