Class TranscriptionSessionServiceImpl
-
- All Implemented Interfaces:
-
com.openai.services.blocking.beta.realtime.TranscriptionSessionService
public final class TranscriptionSessionServiceImpl implements TranscriptionSessionService
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final class
TranscriptionSessionServiceImpl.WithRawResponseImpl
-
Method Summary
Modifier and Type Method Description TranscriptionSessionService.WithRawResponse
withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method. TranscriptionSessionService
withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied. TranscriptionSession
create(TranscriptionSessionCreateParams params, RequestOptions requestOptions)
-
-
Method Detail
-
withRawResponse
TranscriptionSessionService.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
-
withOptions
TranscriptionSessionService withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied.
The original service is not modified.
-
create
TranscriptionSession create(TranscriptionSessionCreateParams params, RequestOptions requestOptions)
-
-
-
-