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 SummaryModifier and Type Method Description abstract AudioService.WithRawResponsewithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. abstract TranscriptionService.WithRawResponsetranscriptions()abstract TranslationService.WithRawResponsetranslations()abstract SpeechService.WithRawResponsespeech()- 
                    
                    
                    - 
                                
                            
                                Method Detail- 
                                        withOptionsabstract 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. 
 - 
                                        transcriptionsabstract TranscriptionService.WithRawResponse transcriptions() 
 - 
                                        translationsabstract TranslationService.WithRawResponse translations() 
 - 
                                        speechabstract SpeechService.WithRawResponse speech() 
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                    
                    
                    
 
-