Image

@JsonSerializable
@PolymorphicLabel(value = "image")
data class Image(val data: Base64Blob, val mimeType: MimeType, val annotations: Annotations? = null) : Content

Constructors

Link copied to clipboard
constructor(data: Base64Blob, mimeType: MimeType, annotations: Annotations? = null)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard