Interface TranscriptionSessionServiceAsync.WithRawResponse
-
- All Implemented Interfaces:
public interface TranscriptionSessionServiceAsync.WithRawResponse
A view of TranscriptionSessionServiceAsync that provides access to raw HTTP responses for each method.
-
-
Method Summary
Modifier and Type Method Description abstract TranscriptionSessionServiceAsync.WithRawResponse
withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied. CompletableFuture<HttpResponseFor<TranscriptionSession>>
create()
Returns a raw HTTP response for post /realtime/transcription_sessions
, but is otherwise the same as TranscriptionSessionServiceAsync.create.abstract CompletableFuture<HttpResponseFor<TranscriptionSession>>
create(TranscriptionSessionCreateParams params, RequestOptions requestOptions)
CompletableFuture<HttpResponseFor<TranscriptionSession>>
create(TranscriptionSessionCreateParams params)
CompletableFuture<HttpResponseFor<TranscriptionSession>>
create(RequestOptions requestOptions)
-
-
Method Detail
-
withOptions
abstract 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()
Returns a raw HTTP response for
post /realtime/transcription_sessions
, but is otherwise the same as TranscriptionSessionServiceAsync.create.
-
create
abstract CompletableFuture<HttpResponseFor<TranscriptionSession>> create(TranscriptionSessionCreateParams params, RequestOptions requestOptions)
-
create
CompletableFuture<HttpResponseFor<TranscriptionSession>> create(TranscriptionSessionCreateParams params)
-
create
CompletableFuture<HttpResponseFor<TranscriptionSession>> create(RequestOptions requestOptions)
-
-
-
-