http4k
Toggle table of contents
6.60.0.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
http4k
http4k-connect-ai-anthropic
/
org.http4k.connect.anthropic.action
/
Content
/
Image
Image
@
JsonSerializable
@
PolymorphicLabel
(
value
=
"image"
)
data
class
Image
(
val
source
:
Source
,
val
transformations
:
ImageTransformations
?
=
null
,
val
cache_control
:
CacheControl
?
=
null
)
:
Content
(
source
)
Members
Constructors
Image
Link copied to clipboard
constructor
(
source
:
Source
,
transformations
:
ImageTransformations
?
=
null
,
cache_control
:
CacheControl
?
=
null
)
Properties
cache_
control
Link copied to clipboard
val
cache_control
:
CacheControl
?
source
Link copied to clipboard
val
source
:
Source
transformations
Link copied to clipboard
val
transformations
:
ImageTransformations
?