Package com.openai.services.blocking
Class AudioServiceImpl
-
- All Implemented Interfaces:
-
com.openai.services.blocking.AudioService
public final class AudioServiceImpl implements AudioService
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final class
AudioServiceImpl.WithRawResponseImpl
-
Method Summary
Modifier and Type Method Description AudioService.WithRawResponse
withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method. TranscriptionService
transcriptions()
TranslationService
translations()
SpeechService
speech()
-
-
Method Detail
-
withRawResponse
AudioService.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
-
transcriptions
TranscriptionService transcriptions()
-
translations
TranslationService translations()
-
speech
SpeechService speech()
-
-
-
-