Uses of Record Class
io.github.glaforge.gemini.interactions.model.Content.Annotation
Packages that use Content.Annotation
-
Uses of Content.Annotation in io.github.glaforge.gemini.interactions.model
Methods in io.github.glaforge.gemini.interactions.model that return types with arguments of type Content.AnnotationModifier and TypeMethodDescriptionContent.TextContent.annotations()Returns the value of theannotationsrecord component.Events.TextDelta.annotations()Returns the value of theannotationsrecord component.Constructor parameters in io.github.glaforge.gemini.interactions.model with type arguments of type Content.AnnotationModifierConstructorDescriptionTextContent(String type, String text, List<Content.Annotation> annotations) Creates an instance of aTextContentrecord class.TextDelta(Events.DeltaType type, String text, List<Content.Annotation> annotations) Creates an instance of aTextDeltarecord class.