Class DashScopeAudioSpeechSynthesisProperties
java.lang.Object
com.alibaba.cloud.ai.autoconfigure.dashscope.DashScopeAudioSpeechSynthesisProperties
@ConfigurationProperties("spring.ai.dashscope.audio.synthesis")
public class DashScopeAudioSpeechSynthesisProperties
extends Object
- Author:
- kevinlin09
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidsetBaseUrl(String baseUrl) voidsetOptions(DashScopeAudioSpeechOptions options) voidsetSecretKey(String secretKey) voidsetWorkspaceId(String workspaceId)
-
Field Details
-
CONFIG_PREFIX
Spring AI Alibaba configuration prefix.- See Also:
-
-
Constructor Details
-
DashScopeAudioSpeechSynthesisProperties
public DashScopeAudioSpeechSynthesisProperties()
-
-
Method Details
-
getOptions
-
setOptions
-
getApiKey
-
setApiKey
-
getSecretKey
-
setSecretKey
-
getBaseUrl
-
setBaseUrl
-
getWorkspaceId
-
setWorkspaceId
-