Package com.openai.services.blocking
        Class AudioServiceImpl
- 
                    
                    
- All Implemented Interfaces:
 - 
                            
                            
com.openai.services.blocking.AudioService 
public final class AudioServiceImpl implements AudioService
 
- 
                
                    
                    
- 
                                
                            
                                
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classAudioServiceImpl.WithRawResponseImpl 
- 
                                
                            
                                
Method Summary
Modifier and Type Method Description AudioService.WithRawResponsewithRawResponse()Returns a view of this service that provides access to raw HTTP responses for each method. AudioServicewithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. TranscriptionServicetranscriptions()TranslationServicetranslations()SpeechServicespeech()- 
                    
                    
                    
- 
                                
                            
                                
Method Detail
- 
                                        
withRawResponse
AudioService.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
 
- 
                                        
withOptions
AudioService withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied.
The original service is not modified.
 
- 
                                        
transcriptions
TranscriptionService transcriptions()
 
- 
                                        
translations
TranslationService translations()
 
- 
                                        
speech
SpeechService speech()
 
 - 
                                        
 
 - 
                                
                            
                                
 
 - 
                    
                    
                    
 
 -