Package com.openai.services.async
        Interface AudioServiceAsync.WithRawResponse
- 
                    
                    - All Implemented Interfaces:
 
 public interface AudioServiceAsync.WithRawResponseA view of AudioServiceAsync that provides access to raw HTTP responses for each method. 
- 
                
                    
                    - 
                                
                            
                                Method SummaryModifier and Type Method Description abstract AudioServiceAsync.WithRawResponsewithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. abstract TranscriptionServiceAsync.WithRawResponsetranscriptions()abstract TranslationServiceAsync.WithRawResponsetranslations()abstract SpeechServiceAsync.WithRawResponsespeech()- 
                    
                    
                    - 
                                
                            
                                Method Detail- 
                                        withOptionsabstract AudioServiceAsync.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 TranscriptionServiceAsync.WithRawResponse transcriptions() 
 - 
                                        translationsabstract TranslationServiceAsync.WithRawResponse translations() 
 - 
                                        speechabstract SpeechServiceAsync.WithRawResponse speech() 
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                    
                    
                    
 
-