Package com.openai.services.blocking
Class AudioServiceImpl.WithRawResponseImpl
-
- All Implemented Interfaces:
-
com.openai.services.blocking.AudioService.WithRawResponse
public final class AudioServiceImpl.WithRawResponseImpl implements AudioService.WithRawResponse
-
-
Method Summary
Modifier and Type Method Description AudioService.WithRawResponse
withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied. TranscriptionService.WithRawResponse
transcriptions()
TranslationService.WithRawResponse
translations()
SpeechService.WithRawResponse
speech()
-
-
Method Detail
-
withOptions
AudioService.WithRawResponse withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied.
The original service is not modified.
-
transcriptions
TranscriptionService.WithRawResponse transcriptions()
-
translations
TranslationService.WithRawResponse translations()
-
speech
SpeechService.WithRawResponse speech()
-
-
-
-