Package com.openai.services.async.audio
Class TranscriptionServiceAsyncImpl.WithRawResponseImpl
-
- All Implemented Interfaces:
-
com.openai.services.async.audio.TranscriptionServiceAsync.WithRawResponse
public final class TranscriptionServiceAsyncImpl.WithRawResponseImpl implements TranscriptionServiceAsync.WithRawResponse
-
-
Method Summary
Modifier and Type Method Description 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.-
-
Method Detail
-
create
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.
-
-
-
-