Uses of Interface
com.google.genai.gaos.models.interactions.Annotation
Packages that use Annotation
-
Uses of Annotation in com.google.genai.gaos.models.interactions
Classes in com.google.genai.gaos.models.interactions that implement AnnotationModifier and TypeClassDescriptionclassFileCitationclassPlaceCitationclassUnknownAnnotationclassURLCitationclassWordInfoMethods in com.google.genai.gaos.models.interactions that return types with arguments of type AnnotationModifier and TypeMethodDescriptionTextAnnotationDelta.annotations()Citation information for model-generated content.TextContent.annotations()Citation information for model-generated content.Method parameters in com.google.genai.gaos.models.interactions with type arguments of type AnnotationModifier and TypeMethodDescriptionTextAnnotationDelta.Builder.annotations(List<Annotation> annotations) Citation information for model-generated content.TextContent.Builder.annotations(List<Annotation> annotations) Citation information for model-generated content.TextAnnotationDelta.withAnnotations(List<Annotation> annotations) Citation information for model-generated content.TextContent.withAnnotations(List<Annotation> annotations) Citation information for model-generated content.Constructor parameters in com.google.genai.gaos.models.interactions with type arguments of type AnnotationModifierConstructorDescriptionTextAnnotationDelta(List<Annotation> annotations) TextContent(List<Annotation> annotations, String text)