kmp-toolkit
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
kmp-toolkit
ai
/
com.siddharth.kmp.ai
/
LlmPart
/
Image
Image
data
class
Image
(
val
bytes
:
ByteArray
,
val
mime
:
String
=
"image/png"
)
:
LlmPart
Members
Constructors
Image
Link copied to clipboard
constructor
(
bytes
:
ByteArray
,
mime
:
String
=
"image/png"
)
Properties
bytes
Link copied to clipboard
val
bytes
:
ByteArray
mime
Link copied to clipboard
val
mime
:
String
Functions
equals
Link copied to clipboard
open
operator override
fun
equals
(
other
:
Any
?
)
:
Boolean
hash
Code
Link copied to clipboard
open
override
fun
hashCode
(
)
:
Int