public static class McpSchema.ImageContent extends Object implements McpSchema.Annotated, McpSchema.Content
| Constructor and Description |
|---|
ImageContent(List<McpSchema.Role> audience,
Double priority,
String data,
String mimeType)
Deprecated.
Only exists for backwards-compatibility purposes. Use
ImageContent#ImageContent(Annotations, String, String) instead. |
ImageContent(McpSchema.Annotations annotations,
String data,
String mimeType) |
| Modifier and Type | Method and Description |
|---|---|
List<McpSchema.Role> |
getAudience()
Deprecated.
Only exists for backwards-compatibility purposes. Use
McpSchema.Annotated.getAnnotations() instead. |
Double |
getPriority()
Deprecated.
Only exists for backwards-compatibility purposes. Use
McpSchema.Annotated.getAnnotations() instead. |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetAnnotationsgetMeta, typepublic ImageContent(McpSchema.Annotations annotations, String data, String mimeType)
@Deprecated public ImageContent(List<McpSchema.Role> audience, Double priority, String data, String mimeType)
ImageContent#ImageContent(Annotations, String, String) instead.@Deprecated public List<McpSchema.Role> getAudience()
McpSchema.Annotated.getAnnotations() instead.@Deprecated public Double getPriority()
McpSchema.Annotated.getAnnotations() instead.Copyright © 2025. All rights reserved.