Uses of Record Class
io.openliberty.mcp.content.Content.Annotations
Packages that use Content.Annotations
-
Uses of Content.Annotations in io.openliberty.mcp.content
Methods in io.openliberty.mcp.content that return Content.AnnotationsModifier and TypeMethodDescriptionAudioContent.annotations()Returns the value of theannotationsrecord component.Content.annotations()ImageContent.annotations()Returns the value of theannotationsrecord component.TextContent.annotations()Returns the value of theannotationsrecord component.Constructors in io.openliberty.mcp.content with parameters of type Content.AnnotationsModifierConstructorDescriptionAudioContent(String data, String mimeType, Map<MetaKey, Object> _meta, Content.Annotations annotations) Creates an instance of aAudioContentrecord class.ImageContent(String data, String mimeType, Map<MetaKey, Object> _meta, Content.Annotations annotations) Creates an instance of aImageContentrecord class.TextContent(String text, Map<MetaKey, Object> _meta, Content.Annotations annotations) Creates an instance of aTextContentrecord class.