Record

image-content

record image-content {
  data: list​<u8>,
  mime-type: string,
  options: option​<content-options>,
}

Fields

NameTypeDescription
datalist​<u8>

The base64-encoded image data.

mime-typestring

The MIME type of the image. Different providers may support different image types.

optionsoption​<content-options>