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