Uses of Class
com.azure.ai.openai.assistants.models.MessageTextAnnotation
Packages that use MessageTextAnnotation
Package
Description
Package containing the data models for Assistants.
-
Uses of MessageTextAnnotation in com.azure.ai.openai.assistants.models
Subclasses of MessageTextAnnotation in com.azure.ai.openai.assistants.modelsModifier and TypeClassDescriptionfinal class
A citation within the message that points to a specific quote from a specific File associated with the assistant or the message.final class
A citation within the message that points to a file located at a specific path.Methods in com.azure.ai.openai.assistants.models that return MessageTextAnnotationModifier and TypeMethodDescriptionstatic MessageTextAnnotation
MessageTextAnnotation.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of MessageTextAnnotation from the JsonReader.Methods in com.azure.ai.openai.assistants.models that return types with arguments of type MessageTextAnnotationModifier and TypeMethodDescriptionMessageTextDetails.getAnnotations()
Get the annotations property: A list of annotations associated with this text.Constructor parameters in com.azure.ai.openai.assistants.models with type arguments of type MessageTextAnnotationModifierConstructorDescriptionMessageTextDetails
(String value, List<MessageTextAnnotation> annotations) Creates an instance of MessageTextDetails class.