Package com.openai.services.blocking
Interface AudioService.WithRawResponse
-
- All Implemented Interfaces:
public interface AudioService.WithRawResponseA view of AudioService that provides access to raw HTTP responses for each method.
-
-
Method Summary
Modifier and Type Method Description abstract TranscriptionService.WithRawResponsetranscriptions()abstract TranslationService.WithRawResponsetranslations()abstract SpeechService.WithRawResponsespeech()-
-
Method Detail
-
transcriptions
abstract TranscriptionService.WithRawResponse transcriptions()
-
translations
abstract TranslationService.WithRawResponse translations()
-
speech
abstract SpeechService.WithRawResponse speech()
-
-
-
-