Package com.openai.services.blocking
        Interface AudioService
- 
                    
                    - All Implemented Interfaces:
 
 public interface AudioService
- 
                
                    
                    - 
                                
                            
                                Nested Class SummaryNested Classes Modifier and Type Class Description public interfaceAudioService.WithRawResponseA view of AudioService that provides access to raw HTTP responses for each method. 
 - 
                                
                            
                                Method SummaryModifier and Type Method Description abstract AudioService.WithRawResponsewithRawResponse()Returns a view of this service that provides access to raw HTTP responses for each method. abstract AudioServicewithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. abstract TranscriptionServicetranscriptions()abstract TranslationServicetranslations()abstract SpeechServicespeech()- 
                    
                    
                    - 
                                
                            
                                Method Detail- 
                                        withRawResponseabstract AudioService.WithRawResponse withRawResponse() Returns a view of this service that provides access to raw HTTP responses for each method. 
 - 
                                        withOptionsabstract AudioService withOptions(Consumer<ClientOptions.Builder> modifier) Returns a view of this service with the given option modifications applied. The original service is not modified. 
 - 
                                        transcriptionsabstract TranscriptionService transcriptions() 
 - 
                                        translationsabstract TranslationService translations() 
 - 
                                        speechabstract SpeechService speech() 
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                    
                    
                    
 
-