Package com.openai.services.async
        Class AudioServiceAsyncImpl.WithRawResponseImpl
- 
                    
                    
- All Implemented Interfaces:
 - 
                            
                            
com.openai.services.async.AudioServiceAsync.WithRawResponse 
public final class AudioServiceAsyncImpl.WithRawResponseImpl implements AudioServiceAsync.WithRawResponse
 
- 
                
                    
                    
- 
                                
                            
                                
Method Summary
Modifier and Type Method Description AudioServiceAsync.WithRawResponsewithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. TranscriptionServiceAsync.WithRawResponsetranscriptions()TranslationServiceAsync.WithRawResponsetranslations()SpeechServiceAsync.WithRawResponsespeech()- 
                    
                    
                    
- 
                                
                            
                                
Method Detail
- 
                                        
withOptions
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
TranscriptionServiceAsync.WithRawResponse transcriptions()
 
- 
                                        
translations
TranslationServiceAsync.WithRawResponse translations()
 
- 
                                        
speech
SpeechServiceAsync.WithRawResponse speech()
 
 - 
                                        
 
 - 
                                
                            
                                
 
 - 
                    
                    
                    
 
 -