Uses of Class
com.azure.ai.openai.responses.models.ResponsesOutputTextAnnotation
Packages that use ResponsesOutputTextAnnotation
Package
Description
Package containing the data models for AzureResponses.
-
Uses of ResponsesOutputTextAnnotation in com.azure.ai.openai.responses.models
Subclasses of ResponsesOutputTextAnnotation in com.azure.ai.openai.responses.modelsModifier and TypeClassDescriptionfinal classThe ResponsesOutputTextAnnotationFileCitation model.final classThe ResponsesOutputTextAnnotationFilePath model.final classThe ResponsesOutputTextAnnotationUrlCitation model.Methods in com.azure.ai.openai.responses.models that return ResponsesOutputTextAnnotationModifier and TypeMethodDescriptionResponsesOutputTextAnnotation.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ResponsesOutputTextAnnotation from the JsonReader.ResponsesStreamEventOutputTextAnnotationAdded.getAnnotation()Get the annotation property: The annotation index, within the output item content part, for the new annotation.The new annotation added.Methods in com.azure.ai.openai.responses.models that return types with arguments of type ResponsesOutputTextAnnotationModifier and TypeMethodDescriptionResponsesOutputContentText.getAnnotations()Get the annotations property: The annotations property.Constructor parameters in com.azure.ai.openai.responses.models with type arguments of type ResponsesOutputTextAnnotationModifierConstructorDescriptionResponsesOutputContentText(String text, List<ResponsesOutputTextAnnotation> annotations) Creates an instance of ResponsesOutputContentText class.