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