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.WithRawResponsewithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. TranscriptionService.WithRawResponsetranscriptions()Turn audio into text or text into audio. TranslationService.WithRawResponsetranslations()Turn audio into text or text into audio. SpeechService.WithRawResponsespeech()Turn audio into text or text into audio. -
-
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()
Turn audio into text or text into audio.
-
translations
TranslationService.WithRawResponse translations()
Turn audio into text or text into audio.
-
speech
SpeechService.WithRawResponse speech()
Turn audio into text or text into audio.
-
-
-
-