Uses of Interface
dev.tachyonmcp.api.server.domain.AudioContent
Packages that use AudioContent
-
Uses of AudioContent in dev.tachyonmcp.api.server.domain
Methods in dev.tachyonmcp.api.server.domain that return AudioContentModifier and TypeMethodDescriptionstatic AudioContentCreates an audio content block with no metadata or annotations.static AudioContentAudioContent.base64(String data, String mimeType, @Nullable Annotations annotations) Creates an audio content block with given annotations and no metadata.static AudioContentAudioContent.base64(String data, String mimeType, @Nullable Annotations annotations, @Nullable Map<String, Object> meta) Creates an audio content block with metadata and optional annotations.AudioContent.Builder.build()Builds theAudioContentinstance.static AudioContentDeprecated, for removal: This API element is subject to removal in a future version.static AudioContentAudioContent.of(String data, String mimeType, @Nullable Annotations annotations) Deprecated, for removal: This API element is subject to removal in a future version.static AudioContentAudioContent.of(String data, String mimeType, @Nullable Annotations annotations, @Nullable Map<String, Object> meta) Deprecated, for removal: This API element is subject to removal in a future version.
base64(String, String)