Class AzureOpenAiAudioTranscriptionOptions.Builder
java.lang.Object
org.springframework.ai.azure.openai.AzureOpenAiAudioTranscriptionOptions.Builder
- Enclosing class:
- AzureOpenAiAudioTranscriptionOptions
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
withDeploymentName
(String deploymentName) withGranularityType
(List<AzureOpenAiAudioTranscriptionOptions.GranularityType> granularityType) withLanguage
(String language) withPrompt
(String prompt) withTemperature
(Float temperature)
-
Field Details
-
options
-
-
Constructor Details
-
Builder
public Builder() -
Builder
-
-
Method Details
-
withModel
-
withDeploymentName
-
withLanguage
-
withPrompt
-
withResponseFormat
public AzureOpenAiAudioTranscriptionOptions.Builder withResponseFormat(AzureOpenAiAudioTranscriptionOptions.TranscriptResponseFormat responseFormat) -
withTemperature
-
withGranularityType
public AzureOpenAiAudioTranscriptionOptions.Builder withGranularityType(List<AzureOpenAiAudioTranscriptionOptions.GranularityType> granularityType) -
build
-