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