Uses of Enum
com.azure.ai.openai.responses.models.ResponsesTextFormatType
Packages that use ResponsesTextFormatType
Package
Description
Package containing the data models for AzureResponses.
-
Uses of ResponsesTextFormatType in com.azure.ai.openai.responses.models
Methods in com.azure.ai.openai.responses.models that return ResponsesTextFormatTypeModifier and TypeMethodDescriptionstatic ResponsesTextFormatTypeResponsesTextFormatType.fromString(String value) Parses a serialized value to a ResponsesTextFormatType instance.ResponsesTextFormat.getType()Get the type property: The type property.ResponsesTextFormatJsonObject.getType()Get the type property: The type property.ResponsesTextFormatJsonSchema.getType()Get the type property: The type property.ResponsesTextFormatText.getType()Get the type property: The type property.static ResponsesTextFormatTypeReturns the enum constant of this type with the specified name.static ResponsesTextFormatType[]ResponsesTextFormatType.values()Returns an array containing the constants of this enum type, in the order they are declared.