Uses of Interface
dev.tachyonmcp.api.server.domain.ImageContent
Packages that use ImageContent
-
Uses of ImageContent in dev.tachyonmcp.api.server.domain
Methods in dev.tachyonmcp.api.server.domain that return ImageContentModifier and TypeMethodDescriptionstatic ImageContentCreates an image content block from base64-encoded data, with no metadata or annotations.static ImageContentImageContent.base64(String data, String mimeType, @Nullable Annotations annotations) Creates an image content block from base64-encoded data with given annotations and no metadata.static ImageContentImageContent.base64(String data, String mimeType, @Nullable Annotations annotations, @Nullable Map<String, Object> meta) Creates an image content block from base64-encoded data with metadata and optional annotations.ImageContent.Builder.build()Builds theImageContentinstance.static ImageContentDeprecated, for removal: This API element is subject to removal in a future version.static ImageContentImageContent.of(String data, String mimeType, @Nullable Annotations annotations) Deprecated, for removal: This API element is subject to removal in a future version.static ImageContentImageContent.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)