Class TranscriptionSessionServiceAsyncImpl.WithRawResponseImpl
-
- All Implemented Interfaces:
-
com.openai.services.async.beta.realtime.TranscriptionSessionServiceAsync.WithRawResponse
public final class TranscriptionSessionServiceAsyncImpl.WithRawResponseImpl implements TranscriptionSessionServiceAsync.WithRawResponse
-
-
Method Summary
Modifier and Type Method Description TranscriptionSessionServiceAsync.WithRawResponse
withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied. CompletableFuture<HttpResponseFor<TranscriptionSession>>
create(TranscriptionSessionCreateParams params, RequestOptions requestOptions)
-
-
Method Detail
-
withOptions
TranscriptionSessionServiceAsync.WithRawResponse withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied.
The original service is not modified.
-
create
CompletableFuture<HttpResponseFor<TranscriptionSession>> create(TranscriptionSessionCreateParams params, RequestOptions requestOptions)
-
-
-
-