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 TranscriptionServiceAsync.WithRawResponse
transcriptions()
abstract TranslationServiceAsync.WithRawResponse
translations()
abstract SpeechServiceAsync.WithRawResponse
speech()
-
-
Method Detail
-
transcriptions
abstract TranscriptionServiceAsync.WithRawResponse transcriptions()
-
translations
abstract TranslationServiceAsync.WithRawResponse translations()
-
speech
abstract SpeechServiceAsync.WithRawResponse speech()
-
-
-
-