Uses of Class
com.azure.ai.openai.responses.models.ResponsesTextFormat
Packages that use ResponsesTextFormat
Package
Description
Package containing the data models for AzureResponses.
-
Uses of ResponsesTextFormat in com.azure.ai.openai.responses.models
Subclasses of ResponsesTextFormat in com.azure.ai.openai.responses.modelsModifier and TypeClassDescriptionfinal classThe ResponsesTextFormatJsonObject model.final classThe ResponsesTextFormatJsonSchema model.final classThe ResponsesTextFormatText model.Methods in com.azure.ai.openai.responses.models that return ResponsesTextFormatModifier and TypeMethodDescriptionstatic ResponsesTextFormatResponsesTextFormat.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ResponsesTextFormat from the JsonReader.ResponseTextOptions.getFormat()Get the format property: The format property.Methods in com.azure.ai.openai.responses.models with parameters of type ResponsesTextFormatModifier and TypeMethodDescriptionResponseTextOptions.setFormat(ResponsesTextFormat format) Set the format property: The format property.