AI-Mocks
Toggle table of contents
0.8.1-SNAPSHOT
common
Target filter
common
Switch theme
Search in API
Skip to content
AI-Mocks
ai-mocks-anthropic
/
dev.mokksy.aimocks.anthropic.model
/
AnthropicSseData
/
ContentBlock
/
Image
Image
@
Serializable
@
SerialName
(
value
=
"image"
)
data
class
Image
(
val
type
:
String
=
"image"
,
val
source
:
AnthropicSseData.ImageSource
)
:
AnthropicSseData.ContentBlock
(
source
)
Members
Constructors
Image
Link copied to clipboard
constructor
(
type
:
String
=
"image"
,
source
:
AnthropicSseData.ImageSource
)
Properties
source
Link copied to clipboard
val
source
:
AnthropicSseData.ImageSource
type
Link copied to clipboard
val
type
:
String