Package com.openai.services.async
Interface AudioServiceAsync.WithRawResponse
-
- All Implemented Interfaces:
public interface AudioServiceAsync.WithRawResponse
A view of AudioServiceAsync that provides access to raw HTTP responses for each method.
-
-
Method Summary
Modifier and Type Method Description abstract AudioServiceAsync.WithRawResponse
withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied. abstract TranscriptionServiceAsync.WithRawResponse
transcriptions()
abstract TranslationServiceAsync.WithRawResponse
translations()
abstract SpeechServiceAsync.WithRawResponse
speech()
-
-
Method Detail
-
withOptions
abstract 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
abstract TranscriptionServiceAsync.WithRawResponse transcriptions()
-
translations
abstract TranslationServiceAsync.WithRawResponse translations()
-
speech
abstract SpeechServiceAsync.WithRawResponse speech()
-
-
-
-