Class OpenAiAudioSpeechProperties.Options
java.lang.Object
org.springframework.ai.model.openai.autoconfigure.OpenAiAudioSpeechProperties.Options
- Enclosing class:
- OpenAiAudioSpeechProperties
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription@Nullable StringgetInput()Deprecated, for removal: This API element is subject to removal in a future version.@Nullable StringgetModel()Deprecated, for removal: This API element is subject to removal in a future version.@Nullable StringDeprecated, for removal: This API element is subject to removal in a future version.@Nullable DoublegetSpeed()Deprecated, for removal: This API element is subject to removal in a future version.@Nullable StringgetVoice()Deprecated, for removal: This API element is subject to removal in a future version.voidvoidvoidsetResponseFormat(@Nullable String responseFormat) voidvoid
-
Constructor Details
-
Options
public Options()
-
-
Method Details
-
getModel
@DeprecatedConfigurationProperty(replacement="spring.ai.openai.audio.speech.model") @Deprecated(since="2.0.0", forRemoval=true) public @Nullable String getModel()Deprecated, for removal: This API element is subject to removal in a future version. -
setModel
-
getInput
@DeprecatedConfigurationProperty(replacement="spring.ai.openai.audio.speech.input") @Deprecated(since="2.0.0", forRemoval=true) public @Nullable String getInput()Deprecated, for removal: This API element is subject to removal in a future version. -
setInput
-
getVoice
@DeprecatedConfigurationProperty(replacement="spring.ai.openai.audio.speech.voice") @Deprecated(since="2.0.0", forRemoval=true) public @Nullable String getVoice()Deprecated, for removal: This API element is subject to removal in a future version. -
setVoice
-
getResponseFormat
@DeprecatedConfigurationProperty(replacement="spring.ai.openai.audio.speech.response-format") @Deprecated(since="2.0.0", forRemoval=true) public @Nullable String getResponseFormat()Deprecated, for removal: This API element is subject to removal in a future version. -
setResponseFormat
-
getSpeed
@DeprecatedConfigurationProperty(replacement="spring.ai.openai.audio.speech.speed") @Deprecated(since="2.0.0", forRemoval=true) public @Nullable Double getSpeed()Deprecated, for removal: This API element is subject to removal in a future version. -
setSpeed
-