Class TranscriptionServiceImpl
-
- All Implemented Interfaces:
-
com.openai.services.blocking.audio.TranscriptionService
public final class TranscriptionServiceImpl implements TranscriptionService
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final class
TranscriptionServiceImpl.WithRawResponseImpl
-
Method Summary
Modifier and Type Method Description TranscriptionService.WithRawResponse
withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method. TranscriptionCreateResponse
create(TranscriptionCreateParams params, RequestOptions requestOptions)
StreamResponse<TranscriptionStreamEvent>
createStreaming(TranscriptionCreateParams params, RequestOptions requestOptions)
-
-
Method Detail
-
withRawResponse
TranscriptionService.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
-
create
TranscriptionCreateResponse create(TranscriptionCreateParams params, RequestOptions requestOptions)
-
createStreaming
StreamResponse<TranscriptionStreamEvent> createStreaming(TranscriptionCreateParams params, RequestOptions requestOptions)
-
-
-
-