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. AudioTranscriptionCreateResponse
create(AudioTranscriptionCreateParams params, RequestOptions requestOptions)
Transcribes audio into the input language. -
-
Method Detail
-
withRawResponse
TranscriptionService.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
-
create
AudioTranscriptionCreateResponse create(AudioTranscriptionCreateParams params, RequestOptions requestOptions)
Transcribes audio into the input language.
-
-
-
-