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 CompletableFuture<HttpResponse>
create(AudioSpeechCreateParams params, RequestOptions requestOptions)
Returns a raw HTTP response for post /audio/speech
, but is otherwise the same as SpeechServiceAsync.create.-
-
Method Detail
-
create
CompletableFuture<HttpResponse> create(AudioSpeechCreateParams params, RequestOptions requestOptions)
Returns a raw HTTP response for
post /audio/speech
, but is otherwise the same as SpeechServiceAsync.create.
-
-
-
-