Uses of Enum Class
org.springframework.ai.azure.openai.AzureOpenAiAudioTranscriptionOptions.TranscriptResponseFormat
-
Uses of AzureOpenAiAudioTranscriptionOptions.TranscriptResponseFormat in org.springframework.ai.azure.openai
Modifier and TypeMethodDescriptionAzureOpenAiAudioTranscriptionOptions.getResponseFormat()
Returns the enum constant of this class with the specified name.AzureOpenAiAudioTranscriptionOptions.TranscriptResponseFormat.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionvoid
AzureOpenAiAudioTranscriptionOptions.setResponseFormat
(AzureOpenAiAudioTranscriptionOptions.TranscriptResponseFormat responseFormat) AzureOpenAiAudioTranscriptionOptions.Builder.withResponseFormat
(AzureOpenAiAudioTranscriptionOptions.TranscriptResponseFormat responseFormat)