Uses of Enum
com.azure.ai.openai.responses.models.ResponsesContentType
Packages that use ResponsesContentType
Package
Description
Package containing the data models for AzureResponses.
-
Uses of ResponsesContentType in com.azure.ai.openai.responses.models
Methods in com.azure.ai.openai.responses.models that return ResponsesContentTypeModifier and TypeMethodDescriptionstatic ResponsesContentTypeResponsesContentType.fromString(String value) Parses a serialized value to a ResponsesContentType instance.ResponsesContent.getType()Get the type property: The type property.ResponsesInputContentFile.getType()Get the type property: The type property.ResponsesInputContentImage.getType()Get the type property: The type property.ResponsesInputContentText.getType()Get the type property: The type property.ResponsesOutputContentRefusal.getType()Get the type property: The type property.ResponsesOutputContentText.getType()Get the type property: The type property.static ResponsesContentTypeReturns the enum constant of this type with the specified name.static ResponsesContentType[]ResponsesContentType.values()Returns an array containing the constants of this enum type, in the order they are declared.