Record
image-content
No description available.
record image-content {
data: string,
mime-type: string,
uri: option<string>,
}Fields
| Name | Type | Description |
|---|---|---|
| data | string | Base64-encoded image bytes. |
| mime-type | string | MIME type, e.g. "image/png". |
| uri | option<string> | Optional source URI. |