Package com.openai.services.async.audio
Class SpeechServiceAsyncImpl.WithRawResponseImpl
-
- All Implemented Interfaces:
-
com.openai.services.async.audio.SpeechServiceAsync.WithRawResponse
public final class SpeechServiceAsyncImpl.WithRawResponseImpl implements SpeechServiceAsync.WithRawResponse
-
-
Method Summary
Modifier and Type Method Description SpeechServiceAsync.WithRawResponse
withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied. CompletableFuture<HttpResponse>
create(SpeechCreateParams params, RequestOptions requestOptions)
-
-
Method Detail
-
withOptions
SpeechServiceAsync.WithRawResponse withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied.
The original service is not modified.
-
create
CompletableFuture<HttpResponse> create(SpeechCreateParams params, RequestOptions requestOptions)
-
-
-
-