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 Summary
Modifier 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
- 
                                        
withOptions
abstract 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.
 
- 
                                        
transcriptions
abstract TranscriptionServiceAsync.WithRawResponse transcriptions()
 
- 
                                        
translations
abstract TranslationServiceAsync.WithRawResponse translations()
 
- 
                                        
speech
abstract SpeechServiceAsync.WithRawResponse speech()
 
 - 
                                        
 
 - 
                                
                            
                                
 
 - 
                    
                    
                    
 
 -