Uses of Enum Class
org.springframework.ai.azure.openai.AzureOpenAiAudioTranscriptionOptions.GranularityType
Packages that use AzureOpenAiAudioTranscriptionOptions.GranularityType
-
Uses of AzureOpenAiAudioTranscriptionOptions.GranularityType in org.springframework.ai.azure.openai
Methods in org.springframework.ai.azure.openai that return AzureOpenAiAudioTranscriptionOptions.GranularityTypeModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.AzureOpenAiAudioTranscriptionOptions.GranularityType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.springframework.ai.azure.openai that return types with arguments of type AzureOpenAiAudioTranscriptionOptions.GranularityTypeMethod parameters in org.springframework.ai.azure.openai with type arguments of type AzureOpenAiAudioTranscriptionOptions.GranularityTypeModifier and TypeMethodDescriptionAzureOpenAiAudioTranscriptionOptions.Builder.granularityType(List<AzureOpenAiAudioTranscriptionOptions.GranularityType> granularityType) voidAzureOpenAiAudioTranscriptionOptions.setGranularityType(List<AzureOpenAiAudioTranscriptionOptions.GranularityType> granularityType)