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