Interface ImageServiceAsync.WithRawResponse
- 
                    
                    - All Implemented Interfaces:
 
 public interface ImageServiceAsync.WithRawResponseA view of ImageServiceAsync that provides access to raw HTTP responses for each method. 
- 
                
                    
                    - 
                                
                            
                                Method Summary- 
                    
                    
                    - 
                                
                            
                                Method Detail- 
                                        withOptionsabstract ImageServiceAsync.WithRawResponse withOptions(Consumer<ClientOptions.Builder> modifier) Returns a view of this service with the given option modifications applied. The original service is not modified. 
 - 
                                        createVariationCompletableFuture<HttpResponseFor<ImagesResponse>> createVariation(ImageCreateVariationParams params) Returns a raw HTTP response for post /images/variations, but is otherwise the same as ImageServiceAsync.createVariation.
 - 
                                        createVariationabstract CompletableFuture<HttpResponseFor<ImagesResponse>> createVariation(ImageCreateVariationParams params, RequestOptions requestOptions) 
 - 
                                        editCompletableFuture<HttpResponseFor<ImagesResponse>> edit(ImageEditParams params) Returns a raw HTTP response for post /images/edits, but is otherwise the same as ImageServiceAsync.edit.
 - 
                                        editabstract CompletableFuture<HttpResponseFor<ImagesResponse>> edit(ImageEditParams params, RequestOptions requestOptions) 
 - 
                                        editStreaming@MustBeClosed() CompletableFuture<HttpResponseFor<StreamResponse<ImageEditStreamEvent>>> editStreaming(ImageEditParams params) Returns a raw HTTP response for post /images/edits, but is otherwise the same as ImageServiceAsync.editStreaming.
 - 
                                        editStreaming@MustBeClosed() abstract CompletableFuture<HttpResponseFor<StreamResponse<ImageEditStreamEvent>>> editStreaming(ImageEditParams params, RequestOptions requestOptions) 
 - 
                                        generateCompletableFuture<HttpResponseFor<ImagesResponse>> generate(ImageGenerateParams params) Returns a raw HTTP response for post /images/generations, but is otherwise the same as ImageServiceAsync.generate.
 - 
                                        generateabstract CompletableFuture<HttpResponseFor<ImagesResponse>> generate(ImageGenerateParams params, RequestOptions requestOptions) 
 - 
                                        generateStreaming@MustBeClosed() CompletableFuture<HttpResponseFor<StreamResponse<ImageGenStreamEvent>>> generateStreaming(ImageGenerateParams params) Returns a raw HTTP response for post /images/generations, but is otherwise the same as ImageServiceAsync.generateStreaming.
 - 
                                        generateStreaming@MustBeClosed() abstract CompletableFuture<HttpResponseFor<StreamResponse<ImageGenStreamEvent>>> generateStreaming(ImageGenerateParams params, RequestOptions requestOptions) 
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                    
                    
                    
 
-