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.WithRawResponse
withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied. TranscriptionServiceAsync.WithRawResponse
transcriptions()
TranslationServiceAsync.WithRawResponse
translations()
SpeechServiceAsync.WithRawResponse
speech()
-
-
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()
-
translations
TranslationServiceAsync.WithRawResponse translations()
-
speech
SpeechServiceAsync.WithRawResponse speech()
-
-
-
-