ImageContent
data class ImageContent(val data: String, val mimeType: String, val annotations: Annotations? = null, val meta: JsonObject? = null) : MediaContent(source)
An image provided to or from an LLM.
Constructors
Link copied to clipboard
constructor(data: String, mimeType: String, annotations: Annotations? = null, meta: JsonObject? = null)