http4k
Toggle table of contents
6.55.0.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
http4k
http4k-ai-mcp-core
/
org.http4k.ai.mcp.model
/
Content
/
Audio
Audio
@
JsonSerializable
@
PolymorphicLabel
(
value
=
"audio"
)
data
class
Audio
(
val
data
:
Base64Blob
,
val
mimeType
:
MimeType
,
val
annotations
:
Annotations
?
=
null
)
:
Content
(
source
)
Members
Constructors
Audio
Link copied to clipboard
constructor
(
data
:
Base64Blob
,
mimeType
:
MimeType
,
annotations
:
Annotations
?
=
null
)
Properties
annotations
Link copied to clipboard
val
annotations
:
Annotations
?
data
Link copied to clipboard
val
data
:
Base64Blob
mime
Type
Link copied to clipboard
val
mimeType
:
MimeType