Interface TranslationService
- 
                    
                    - All Implemented Interfaces:
 
 public interface TranslationService
- 
                
                    
                    - 
                                
                            
                                Nested Class SummaryNested Classes Modifier and Type Class Description public interfaceTranslationService.WithRawResponseA view of TranslationService that provides access to raw HTTP responses for each method. 
 - 
                                
                            
                                Method SummaryModifier and Type Method Description abstract TranslationService.WithRawResponsewithRawResponse()Returns a view of this service that provides access to raw HTTP responses for each method. abstract TranslationServicewithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. TranslationCreateResponsecreate(TranslationCreateParams params)Translates audio into English. abstract TranslationCreateResponsecreate(TranslationCreateParams params, RequestOptions requestOptions)- 
                    
                    
                    - 
                                
                            
                                Method Detail- 
                                        withRawResponseabstract TranslationService.WithRawResponse withRawResponse() Returns a view of this service that provides access to raw HTTP responses for each method. 
 - 
                                        withOptionsabstract TranslationService withOptions(Consumer<ClientOptions.Builder> modifier) Returns a view of this service with the given option modifications applied. The original service is not modified. 
 - 
                                        createTranslationCreateResponse create(TranslationCreateParams params) Translates audio into English. 
 - 
                                        createabstract TranslationCreateResponse create(TranslationCreateParams params, RequestOptions requestOptions) 
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                    
                    
                    
 
-