Package com.openai.services.async
Class AudioServiceAsyncImpl.WithRawResponseImpl
-
- All Implemented Interfaces:
-
com.openai.services.async.AudioServiceAsync.WithRawResponse
public final class AudioServiceAsyncImpl.WithRawResponseImpl implements AudioServiceAsync.WithRawResponse
-
-
Method Summary
Modifier and Type Method Description AudioServiceAsync.WithRawResponsewithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. TranscriptionServiceAsync.WithRawResponsetranscriptions()Turn audio into text or text into audio. TranslationServiceAsync.WithRawResponsetranslations()Turn audio into text or text into audio. SpeechServiceAsync.WithRawResponsespeech()Turn audio into text or text into audio. -
-
Method Detail
-
withOptions
AudioServiceAsync.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
TranscriptionServiceAsync.WithRawResponse transcriptions()
Turn audio into text or text into audio.
-
translations
TranslationServiceAsync.WithRawResponse translations()
Turn audio into text or text into audio.
-
speech
SpeechServiceAsync.WithRawResponse speech()
Turn audio into text or text into audio.
-
-
-
-