Uses of Enum
com.azure.ai.openai.responses.models.ResponsesInputContentImageDetail
Packages that use ResponsesInputContentImageDetail
Package
Description
Package containing the data models for AzureResponses.
-
Uses of ResponsesInputContentImageDetail in com.azure.ai.openai.responses.models
Methods in com.azure.ai.openai.responses.models that return ResponsesInputContentImageDetailModifier and TypeMethodDescriptionResponsesInputContentImageDetail.fromString(String value) Parses a serialized value to a ResponsesInputContentImageDetail instance.ResponsesInputContentImage.getDetail()Get the detail property: The detail property.Returns the enum constant of this type with the specified name.static ResponsesInputContentImageDetail[]ResponsesInputContentImageDetail.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.azure.ai.openai.responses.models with parameters of type ResponsesInputContentImageDetailModifier and TypeMethodDescriptionResponsesInputContentImage.setDetail(ResponsesInputContentImageDetail detail) Set the detail property: The detail property.