toggle menu
http4k
6.9.0.0
jvm
switch theme
search in API
http4k-mcp-core
/
org.http4k.mcp.model
/
Content
/
Audio
Audio
@
JsonSerializable
@
PolymorphicLabel
(
value
=
"audio"
)
data
class
Audio
(
val
data
:
Base64Blob
,
val
mimeType
:
MimeType
,
val
annotations
:
Annotations
?
=
null
)
:
Content
Members
Constructors
Audio
Link copied to clipboard
constructor
(
data
:
Base64Blob
,
mimeType
:
MimeType
,
annotations
:
Annotations
?
=
null
)
Properties
annotations
Link copied to clipboard
val
annotations
:
Annotations
?
=
null
data
Link copied to clipboard
val
data
:
Base64Blob
mime
Type
Link copied to clipboard
val
mimeType
:
MimeType