Package com.openai.services.blocking
Interface AudioService
-
- All Implemented Interfaces:
public interface AudioService
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description 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
withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method. abstract TranscriptionService
transcriptions()
abstract TranslationService
translations()
abstract SpeechService
speech()
-
-
Method Detail
-
withRawResponse
abstract AudioService.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
-
transcriptions
abstract TranscriptionService transcriptions()
-
translations
abstract TranslationService translations()
-
speech
abstract SpeechService speech()
-
-
-
-