Class TranscriptionServiceImpl.WithRawResponseImpl
-
- All Implemented Interfaces:
-
com.openai.services.blocking.audio.TranscriptionService.WithRawResponse
public final class TranscriptionServiceImpl.WithRawResponseImpl implements TranscriptionService.WithRawResponse
-
-
Method Summary
Modifier and Type Method Description TranscriptionService.WithRawResponse
withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied. HttpResponseFor<TranscriptionCreateResponse>
create(TranscriptionCreateParams params, RequestOptions requestOptions)
HttpResponseFor<StreamResponse<TranscriptionStreamEvent>>
createStreaming(TranscriptionCreateParams params, RequestOptions requestOptions)
-
-
Method Detail
-
withOptions
TranscriptionService.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
HttpResponseFor<TranscriptionCreateResponse> create(TranscriptionCreateParams params, RequestOptions requestOptions)
-
createStreaming
HttpResponseFor<StreamResponse<TranscriptionStreamEvent>> createStreaming(TranscriptionCreateParams params, RequestOptions requestOptions)
-
-
-
-