Package com.openai.services.async.audio
Interface SpeechServiceAsync.WithRawResponse
-
- All Implemented Interfaces:
public interface SpeechServiceAsync.WithRawResponse
A view of SpeechServiceAsync that provides access to raw HTTP responses for each method.
-
-
Method Summary
Modifier and Type Method Description abstract CompletableFuture<HttpResponse>
create(AudioSpeechCreateParams params, RequestOptions requestOptions)
Returns a raw HTTP response for post /audio/speech
, but is otherwise the same as SpeechServiceAsync.create.abstract CompletableFuture<HttpResponse>
create(AudioSpeechCreateParams params)
Returns a raw HTTP response for post /audio/speech
, but is otherwise the same as SpeechServiceAsync.create.-
-
Method Detail
-
create
abstract CompletableFuture<HttpResponse> create(AudioSpeechCreateParams params, RequestOptions requestOptions)
Returns a raw HTTP response for
post /audio/speech
, but is otherwise the same as SpeechServiceAsync.create.
-
create
abstract CompletableFuture<HttpResponse> create(AudioSpeechCreateParams params)
Returns a raw HTTP response for
post /audio/speech
, but is otherwise the same as SpeechServiceAsync.create.
-
-
-
-