Class DashScopeAudioTranscriptionApi.Builder
java.lang.Object
com.alibaba.cloud.ai.dashscope.api.DashScopeAudioTranscriptionApi.Builder
- Enclosing class:
- DashScopeAudioTranscriptionApi
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionapiKey(org.springframework.ai.model.ApiKey apiKey) build()responseErrorHandler(org.springframework.web.client.ResponseErrorHandler responseErrorHandler) restClientBuilder(org.springframework.web.client.RestClient.Builder restClientBuilder) webSocketUrl(String webSocketUrl) workSpaceId(String workSpaceId)
-
Constructor Details
-
Builder
public Builder() -
Builder
-
-
Method Details
-
baseUrl
-
workSpaceId
-
apiKey
-
apiKey
-
model
-
webSocketUrl
-
headers
public DashScopeAudioTranscriptionApi.Builder headers(org.springframework.util.MultiValueMap<String, String> headers) -
restClientBuilder
public DashScopeAudioTranscriptionApi.Builder restClientBuilder(org.springframework.web.client.RestClient.Builder restClientBuilder) -
responseErrorHandler
public DashScopeAudioTranscriptionApi.Builder responseErrorHandler(org.springframework.web.client.ResponseErrorHandler responseErrorHandler) -
build
-