Package com.openai.services.async.audio
Class TranscriptionServiceAsyncImpl
-
- All Implemented Interfaces:
-
com.openai.services.async.audio.TranscriptionServiceAsync
public final class TranscriptionServiceAsyncImpl implements TranscriptionServiceAsync
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final class
TranscriptionServiceAsyncImpl.WithRawResponseImpl
-
Method Summary
Modifier and Type Method Description TranscriptionServiceAsync.WithRawResponse
withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method. CompletableFuture<AudioTranscriptionCreateResponse>
create(AudioTranscriptionCreateParams params, RequestOptions requestOptions)
Transcribes audio into the input language. -
-
Method Detail
-
withRawResponse
TranscriptionServiceAsync.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
-
create
CompletableFuture<AudioTranscriptionCreateResponse> create(AudioTranscriptionCreateParams params, RequestOptions requestOptions)
Transcribes audio into the input language.
-
-
-
-