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 HttpResponseFor<AudioTranscriptionCreateResponse>
create(AudioTranscriptionCreateParams params, RequestOptions requestOptions)
Returns a raw HTTP response for post /audio/transcriptions
, but is otherwise the same as TranscriptionService.create.-
-
Method Detail
-
create
HttpResponseFor<AudioTranscriptionCreateResponse> create(AudioTranscriptionCreateParams params, RequestOptions requestOptions)
Returns a raw HTTP response for
post /audio/transcriptions
, but is otherwise the same as TranscriptionService.create.
-
-
-
-