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<TranscriptionCreateResponse>
create(TranscriptionCreateParams params, RequestOptions requestOptions)
AsyncStreamResponse<TranscriptionStreamEvent>
createStreaming(TranscriptionCreateParams params, RequestOptions requestOptions)
-
-
Method Detail
-
withRawResponse
TranscriptionServiceAsync.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
-
create
CompletableFuture<TranscriptionCreateResponse> create(TranscriptionCreateParams params, RequestOptions requestOptions)
-
createStreaming
AsyncStreamResponse<TranscriptionStreamEvent> createStreaming(TranscriptionCreateParams params, RequestOptions requestOptions)
-
-
-
-