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 Details

  • Constructor Details

    • DashScopeAudioSpeechSynthesisProperties

      public DashScopeAudioSpeechSynthesisProperties()
  • Method Details

    • getOptions

      public DashScopeAudioSpeechOptions getOptions()
    • setOptions

      public void setOptions(DashScopeAudioSpeechOptions options)
    • getApiKey

      public String getApiKey()
    • setApiKey

      public void setApiKey(String apiKey)
    • getSecretKey

      public String getSecretKey()
    • setSecretKey

      public void setSecretKey(String secretKey)
    • getBaseUrl

      public String getBaseUrl()
    • setBaseUrl

      public void setBaseUrl(String baseUrl)
    • getWorkspaceId

      public String getWorkspaceId()
    • setWorkspaceId

      public void setWorkspaceId(String workspaceId)