Uses of Enum Class
org.springframework.ai.openai.api.OpenAiAudioApi.TranscriptResponseFormat
Packages that use OpenAiAudioApi.TranscriptResponseFormat
-
Uses of OpenAiAudioApi.TranscriptResponseFormat in org.springframework.ai.openai
Methods in org.springframework.ai.openai that return OpenAiAudioApi.TranscriptResponseFormatMethods in org.springframework.ai.openai with parameters of type OpenAiAudioApi.TranscriptResponseFormatModifier and TypeMethodDescriptionOpenAiAudioTranscriptionOptions.Builder.responseFormat(OpenAiAudioApi.TranscriptResponseFormat responseFormat) voidOpenAiAudioTranscriptionOptions.setResponseFormat(OpenAiAudioApi.TranscriptResponseFormat responseFormat) -
Uses of OpenAiAudioApi.TranscriptResponseFormat in org.springframework.ai.openai.api
Methods in org.springframework.ai.openai.api that return OpenAiAudioApi.TranscriptResponseFormatModifier and TypeMethodDescriptionOpenAiAudioApi.TranscriptionRequest.responseFormat()Returns the value of theresponseFormatrecord component.OpenAiAudioApi.TranslationRequest.responseFormat()Returns the value of theresponseFormatrecord component.Returns the enum constant of this class with the specified name.OpenAiAudioApi.TranscriptResponseFormat.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.springframework.ai.openai.api with parameters of type OpenAiAudioApi.TranscriptResponseFormatModifier and TypeMethodDescriptionOpenAiAudioApi.TranscriptionRequest.Builder.responseFormat(OpenAiAudioApi.TranscriptResponseFormat responseFormat) OpenAiAudioApi.TranslationRequest.Builder.responseFormat(OpenAiAudioApi.TranscriptResponseFormat responseFormat) Constructors in org.springframework.ai.openai.api with parameters of type OpenAiAudioApi.TranscriptResponseFormatModifierConstructorDescriptionTranscriptionRequest(byte[] file, String fileName, String model, String language, String prompt, OpenAiAudioApi.TranscriptResponseFormat responseFormat, Float temperature, OpenAiAudioApi.TranscriptionRequest.GranularityType granularityType) Creates an instance of aTranscriptionRequestrecord class.TranslationRequest(byte[] file, String fileName, String model, String prompt, OpenAiAudioApi.TranscriptResponseFormat responseFormat, Float temperature) Creates an instance of aTranslationRequestrecord class.